@injex/core
Advanced tools
Comparing version 4.0.0-alpha.1 to 4.0.0-alpha.2
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Injex = exports.errors = exports.singleton = exports.ready = exports.lazy = exports.injectParam = exports.injectFactory = exports.injectAlias = exports.inject = exports.init = exports.define = exports.bootstrap = exports.alias = exports.LogLevel = exports.Logger = void 0; | ||
const tslib_1 = require("tslib"); | ||
var stdlib_1 = require("@injex/stdlib"); | ||
@@ -33,3 +42,3 @@ Object.defineProperty(exports, "Logger", { enumerable: true, get: function () { return stdlib_1.Logger; } }); | ||
Object.defineProperty(exports, "Injex", { enumerable: true, get: function () { return injex_1.default; } }); | ||
tslib_1.__exportStar(require("./interfaces"), exports); | ||
__exportStar(require("./interfaces"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@injex/core", | ||
"version": "4.0.0-alpha.1", | ||
"version": "4.0.0-alpha.2", | ||
"description": "Simple, Decorated, Pluggable dependency-injection framework for TypeScript apps", | ||
@@ -47,3 +47,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@injex/stdlib": "^4.0.0-alpha.1" | ||
"@injex/stdlib": "^4.0.0-alpha.2" | ||
}, | ||
@@ -57,3 +57,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "9cf3e7a273415b811e06f4c98b38bc87755872ca" | ||
"gitHead": "9d099029e37072f28643ac48086837e59712d286" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
88435
1540
Updated@injex/stdlib@^4.0.0-alpha.2