koatty_container
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -9,4 +9,4 @@ /** | ||
export { Value, Config } from "./Value"; | ||
export { Before, BeforeEach, After, AfterEach } from "./AOP"; | ||
export { Aspect, Before, BeforeEach, After, AfterEach } from "./AOP"; | ||
export * from "./Container"; | ||
export * from "./IContainer"; |
@@ -9,3 +9,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.AfterEach = exports.After = exports.BeforeEach = exports.Before = exports.Config = exports.Value = exports.Autowired = void 0; | ||
exports.AfterEach = exports.After = exports.BeforeEach = exports.Before = exports.Aspect = exports.Config = exports.Value = exports.Autowired = void 0; | ||
const tslib_1 = require("tslib"); | ||
@@ -18,2 +18,3 @@ var Autowired_1 = require("./Autowired"); | ||
var AOP_1 = require("./AOP"); | ||
Object.defineProperty(exports, "Aspect", { enumerable: true, get: function () { return AOP_1.Aspect; } }); | ||
Object.defineProperty(exports, "Before", { enumerable: true, get: function () { return AOP_1.Before; } }); | ||
@@ -20,0 +21,0 @@ Object.defineProperty(exports, "BeforeEach", { enumerable: true, get: function () { return AOP_1.BeforeEach; } }); |
{ | ||
"name": "koatty_container", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "IOC Container for Koatty.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
75952
1554