Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Commit f89e593

Browse files
committed
Add tslib as a dependency to core
1 parent d1b6b64 commit f89e593

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

nodecg-io-core/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
// You can obviously still provide the full path if you wish.
55
export type { ObjectMap, Service, ServiceDependency, ServiceInstance } from "./extension/types";
66
export * from "./extension/utils/result";
7-
export { ServiceBundle } from "./extension/serviceBundle";
8-
export { requireService, ServiceProvider } from "./extension/serviceProvider";
7+
export * from "./extension/serviceBundle";
8+
export * from "./extension/serviceProvider";

nodecg-io-core/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
},
4343
"dependencies": {
4444
"ajv": "^7.2.1",
45-
"crypto-js": "^4.0.0"
45+
"crypto-js": "^4.0.0",
46+
"tslib": "^2.1.0"
4647
}
4748
}

0 commit comments

Comments
 (0)