@contember/dic
Advanced tools
Comparing version 0.8.0-alpha.2 to 0.8.0-alpha.3
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.mergeContainers = exports.ContainerImpl = exports.Builder = void 0; | ||
class Builder { | ||
@@ -4,0 +5,0 @@ constructor(factories) { |
"use strict"; | ||
function __export(m) { | ||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
} | ||
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" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__export(require("./Container")); | ||
__exportStar(require("./Container"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@contember/dic", | ||
"version": "0.8.0-alpha.2", | ||
"version": "0.8.0-alpha.3", | ||
"license": "Apache-2.0", | ||
@@ -9,5 +9,5 @@ "main": "dist/src/index.js", | ||
"devDependencies": { | ||
"typescript": "^3.7.4" | ||
"typescript": "^3.9.5" | ||
}, | ||
"gitHead": "dfc666f11f4d24a67b260bf57f62b420657d51c2" | ||
"gitHead": "8c72aa88a27d3120a52e6968fe0e188490005b39" | ||
} |
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
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
127351
226