mirror of
https://github.com/valentineus/webos-service-types.git
synced 2025-04-28 00:41:24 +03:00
Fix exports
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
835d6a5852
commit
788eb26dce
14
dist/index.d.ts
vendored
14
dist/index.d.ts
vendored
@ -1,5 +1,17 @@
|
||||
import { ActivityManager } from "./activity-manager";
|
||||
import { Message } from "./message";
|
||||
import { Method } from "./method";
|
||||
import { Service } from "./service";
|
||||
import { Subscription } from "./subscription";
|
||||
|
||||
declare module "webos-service" {
|
||||
export = Service;
|
||||
export default Service;
|
||||
}
|
||||
|
||||
export {
|
||||
ActivityManager,
|
||||
Message,
|
||||
Method,
|
||||
Service,
|
||||
Subscription,
|
||||
};
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@valentineus/webos-service-types",
|
||||
"version": "0.1.2",
|
||||
"version": "0.1.3",
|
||||
"description": "TypeScript's types for WebOS service.",
|
||||
"main": "index.js",
|
||||
"repository": "git@code.valentineus.link:webos-service-types.git",
|
||||
|
Loading…
x
Reference in New Issue
Block a user