@injex/core
Advanced tools
Comparing version 3.0.3-sourcemaps.2 to 3.0.3-sourcemaps.3
@@ -6,2 +6,2 @@ "use strict"; | ||
exports.bootstrapSymbol = Symbol("bootstrapModule"); | ||
//# sourceMappingURL=../src/constants.js.map | ||
//# sourceMappingURL=constants.js.map |
@@ -17,2 +17,2 @@ "use strict"; | ||
exports.alias = alias; | ||
//# sourceMappingURL=../../src/decorators/alias.js.map | ||
//# sourceMappingURL=alias.js.map |
@@ -15,2 +15,2 @@ "use strict"; | ||
exports.bootstrap = bootstrap; | ||
//# sourceMappingURL=../../src/decorators/bootstrap.js.map | ||
//# sourceMappingURL=bootstrap.js.map |
@@ -16,2 +16,2 @@ "use strict"; | ||
exports.define = define; | ||
//# sourceMappingURL=../../src/decorators/define.js.map | ||
//# sourceMappingURL=define.js.map |
@@ -11,2 +11,2 @@ "use strict"; | ||
exports.init = init; | ||
//# sourceMappingURL=../../src/decorators/init.js.map | ||
//# sourceMappingURL=init.js.map |
@@ -14,2 +14,2 @@ "use strict"; | ||
exports.inject = inject; | ||
//# sourceMappingURL=../../src/decorators/inject.js.map | ||
//# sourceMappingURL=inject.js.map |
@@ -15,2 +15,2 @@ "use strict"; | ||
exports.injectAlias = injectAlias; | ||
//# sourceMappingURL=../../src/decorators/injectAlias.js.map | ||
//# sourceMappingURL=injectAlias.js.map |
@@ -14,2 +14,2 @@ "use strict"; | ||
exports.injectFactory = injectFactory; | ||
//# sourceMappingURL=../../src/decorators/injectFactory.js.map | ||
//# sourceMappingURL=injectFactory.js.map |
@@ -22,2 +22,2 @@ "use strict"; | ||
exports.injectParam = injectParam; | ||
//# sourceMappingURL=../../src/decorators/injectParam.js.map | ||
//# sourceMappingURL=injectParam.js.map |
@@ -12,2 +12,2 @@ "use strict"; | ||
exports.lazy = lazy; | ||
//# sourceMappingURL=../../src/decorators/lazy.js.map | ||
//# sourceMappingURL=lazy.js.map |
@@ -11,2 +11,2 @@ "use strict"; | ||
exports.singleton = singleton; | ||
//# sourceMappingURL=../../src/decorators/singleton.js.map | ||
//# sourceMappingURL=singleton.js.map |
@@ -38,2 +38,2 @@ "use strict"; | ||
exports.FactoryModuleNotExistsError = FactoryModuleNotExistsError; | ||
//# sourceMappingURL=../src/errors.js.map | ||
//# sourceMappingURL=errors.js.map |
@@ -32,2 +32,2 @@ "use strict"; | ||
Object.defineProperty(exports, "Injex", { enumerable: true, get: function () { return injex_1.default; } }); | ||
//# sourceMappingURL=../src/index.js.map | ||
//# sourceMappingURL=index.js.map |
@@ -428,2 +428,2 @@ "use strict"; | ||
exports.default = InjexContainer; | ||
//# sourceMappingURL=../src/injex.js.map | ||
//# sourceMappingURL=injex.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=../src/interfaces.js.map | ||
//# sourceMappingURL=interfaces.js.map |
@@ -6,2 +6,2 @@ "use strict"; | ||
exports.default = stdlib_1.createMetadataHandlers(metadataSymbol); | ||
//# sourceMappingURL=../src/metadataHandlers.js.map | ||
//# sourceMappingURL=metadataHandlers.js.map |
{ | ||
"name": "@injex/core", | ||
"version": "3.0.3-sourcemaps.2", | ||
"version": "3.0.3-sourcemaps.3", | ||
"description": "Simple, Decorated, Pluggable dependency-injection framework for TypeScript apps", | ||
@@ -21,3 +21,4 @@ "keywords": [ | ||
"files": [ | ||
"lib" | ||
"lib", | ||
"src" | ||
], | ||
@@ -37,3 +38,3 @@ "publishConfig": { | ||
"clean": "rimraf lib/", | ||
"build": "npm run lint && npm run clean && npm run tsc && npm run test:cov && cp -r src/ lib/", | ||
"build": "npm run lint && npm run clean && npm run tsc && npm run test:cov", | ||
"test": "jest", | ||
@@ -48,3 +49,3 @@ "test:cov": "jest --coverage", | ||
"dependencies": { | ||
"@injex/stdlib": "^3.0.3-sourcemaps.2" | ||
"@injex/stdlib": "^3.0.3-sourcemaps.3" | ||
}, | ||
@@ -58,3 +59,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "bff61a86795880b603bb654ae413987e0fa7ac22" | ||
"gitHead": "ab80c336d858373f072a5c4f0461117d7dde93d0" | ||
} |
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
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
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
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
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
Sorry, the diff of this file is not supported yet
80579