@kaokei/di 2.0.2 → 2.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs.js CHANGED
@@ -2,7 +2,7 @@
2
2
  * @kaokei/di
3
3
  * Tiny di library depend on typescript and reflect-metadata
4
4
  *
5
- * @version 2.0.2
5
+ * @version 2.0.3
6
6
  * @author kaokei
7
7
  * @license MIT
8
8
  * @link https://github.com/kaokei/di
@@ -2,7 +2,7 @@
2
2
  * @kaokei/di
3
3
  * Tiny di library depend on typescript and reflect-metadata
4
4
  *
5
- * @version 2.0.2
5
+ * @version 2.0.3
6
6
  * @author kaokei
7
7
  * @license MIT
8
8
  * @link https://github.com/kaokei/di
@@ -2,7 +2,7 @@
2
2
  * @kaokei/di
3
3
  * Tiny di library depend on typescript and reflect-metadata
4
4
  *
5
- * @version 2.0.2
5
+ * @version 2.0.3
6
6
  * @author kaokei
7
7
  * @license MIT
8
8
  * @link https://github.com/kaokei/di
@@ -2,7 +2,7 @@
2
2
  * @kaokei/di
3
3
  * Tiny di library depend on typescript and reflect-metadata
4
4
  *
5
- * @version 2.0.2
5
+ * @version 2.0.3
6
6
  * @author kaokei
7
7
  * @license MIT
8
8
  * @link https://github.com/kaokei/di
package/dist/index.esm.js CHANGED
@@ -27,7 +27,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
27
27
  * @kaokei/di
28
28
  * Tiny di library depend on typescript and reflect-metadata
29
29
  *
30
- * @version 2.0.2
30
+ * @version 2.0.3
31
31
  * @author kaokei
32
32
  * @license MIT
33
33
  * @link https://github.com/kaokei/di
@@ -3,7 +3,7 @@ function e(t){return e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterat
3
3
  * @kaokei/di
4
4
  * Tiny di library depend on typescript and reflect-metadata
5
5
  *
6
- * @version 2.0.2
6
+ * @version 2.0.3
7
7
  * @author kaokei
8
8
  * @license MIT
9
9
  * @link https://github.com/kaokei/di
@@ -16,7 +16,7 @@ function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Re
16
16
  * @kaokei/di
17
17
  * Tiny di library depend on typescript and reflect-metadata
18
18
  *
19
- * @version 2.0.2
19
+ * @version 2.0.3
20
20
  * @author kaokei
21
21
  * @license MIT
22
22
  * @link https://github.com/kaokei/di
@@ -3,7 +3,7 @@ import e from"@babel/runtime/helpers/esm/construct";import r from"@babel/runtime
3
3
  * @kaokei/di
4
4
  * Tiny di library depend on typescript and reflect-metadata
5
5
  *
6
- * @version 2.0.2
6
+ * @version 2.0.3
7
7
  * @author kaokei
8
8
  * @license MIT
9
9
  * @link https://github.com/kaokei/di
@@ -27,7 +27,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
27
27
  * @kaokei/di
28
28
  * Tiny di library depend on typescript and reflect-metadata
29
29
  *
30
- * @version 2.0.2
30
+ * @version 2.0.3
31
31
  * @author kaokei
32
32
  * @license MIT
33
33
  * @link https://github.com/kaokei/di
@@ -3,7 +3,7 @@ function _typeof(e){return _typeof="function"==typeof Symbol&&"symbol"==typeof S
3
3
  * @kaokei/di
4
4
  * Tiny di library depend on typescript and reflect-metadata
5
5
  *
6
- * @version 2.0.2
6
+ * @version 2.0.3
7
7
  * @author kaokei
8
8
  * @license MIT
9
9
  * @link https://github.com/kaokei/di
@@ -1,4 +1,3 @@
1
- import 'reflect-metadata';
2
1
  export * from './constants';
3
2
  export * from './decorator';
4
3
  export * from './forwardRef';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,kBAAkB,CAAC;AAE1B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC;AAExB,cAAc,UAAU,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC;AAExB,cAAc,UAAU,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kaokei/di",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "description": "Tiny di library depend on typescript and reflect-metadata",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs.runtime.min.js",