@contember/engine-common
Advanced tools
Comparing version 1.2.0-alpha.15 to 1.2.0-alpha.16
export * from './events'; | ||
export * from './Logger'; | ||
export * from './utils'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -18,4 +18,3 @@ "use strict"; | ||
__exportStar(require("./events"), exports); | ||
__exportStar(require("./Logger"), exports); | ||
__exportStar(require("./utils"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@contember/engine-common", | ||
"version": "1.2.0-alpha.15", | ||
"version": "1.2.0-alpha.16", | ||
"license": "Apache-2.0", | ||
@@ -12,3 +12,6 @@ "main": "dist/src/index.js", | ||
"@types/node": "^18" | ||
}, | ||
"dependencies": { | ||
"chalk": "^4.1.2" | ||
} | ||
} |
export * from './events' | ||
export * from './Logger' | ||
export * from './utils' |
{ | ||
"extends": "../tsconfig.settings.json", | ||
"compilerOptions": { | ||
"esModuleInterop": true, | ||
"outDir": "../dist/src" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
49448
1
41
311
+ Addedchalk@^4.1.2
+ Addedansi-styles@4.3.0(transitive)
+ Addedchalk@4.1.2(transitive)
+ Addedcolor-convert@2.0.1(transitive)
+ Addedcolor-name@1.1.4(transitive)
+ Addedhas-flag@4.0.0(transitive)
+ Addedsupports-color@7.2.0(transitive)