@kaokei/di 2.0.8 → 2.0.9
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 +1 -1
- package/dist/index.cjs.min.js +1 -1
- package/dist/index.cjs.runtime.js +1 -1
- package/dist/index.cjs.runtime.min.js +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.min.js +1 -1
- package/dist/index.esm.runtime.js +1 -1
- package/dist/index.esm.runtime.min.js +1 -1
- package/dist/index.iife.js +1 -1
- package/dist/index.iife.min.js +1 -1
- package/package.json +1 -4
package/dist/index.cjs.js
CHANGED
package/dist/index.cjs.min.js
CHANGED
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 depends on typescript and reflect-metadata
|
|
29
29
|
*
|
|
30
|
-
* @version 2.0.
|
|
30
|
+
* @version 2.0.9
|
|
31
31
|
* @author kaokei
|
|
32
32
|
* @license MIT
|
|
33
33
|
* @link https://github.com/kaokei/di
|
package/dist/index.esm.min.js
CHANGED
|
@@ -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 depends on typescript and reflect-metadata
|
|
5
5
|
*
|
|
6
|
-
* @version 2.0.
|
|
6
|
+
* @version 2.0.9
|
|
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 depends on typescript and reflect-metadata
|
|
18
18
|
*
|
|
19
|
-
* @version 2.0.
|
|
19
|
+
* @version 2.0.9
|
|
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 depends on typescript and reflect-metadata
|
|
5
5
|
*
|
|
6
|
-
* @version 2.0.
|
|
6
|
+
* @version 2.0.9
|
|
7
7
|
* @author kaokei
|
|
8
8
|
* @license MIT
|
|
9
9
|
* @link https://github.com/kaokei/di
|
package/dist/index.iife.js
CHANGED
|
@@ -27,7 +27,7 @@ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input ==
|
|
|
27
27
|
* @kaokei/di
|
|
28
28
|
* Tiny di library depends on typescript and reflect-metadata
|
|
29
29
|
*
|
|
30
|
-
* @version 2.0.
|
|
30
|
+
* @version 2.0.9
|
|
31
31
|
* @author kaokei
|
|
32
32
|
* @license MIT
|
|
33
33
|
* @link https://github.com/kaokei/di
|
package/dist/index.iife.min.js
CHANGED
|
@@ -3,7 +3,7 @@ function _typeof(e){return _typeof="function"==typeof Symbol&&"symbol"==typeof S
|
|
|
3
3
|
* @kaokei/di
|
|
4
4
|
* Tiny di library depends on typescript and reflect-metadata
|
|
5
5
|
*
|
|
6
|
-
* @version 2.0.
|
|
6
|
+
* @version 2.0.9
|
|
7
7
|
* @author kaokei
|
|
8
8
|
* @license MIT
|
|
9
9
|
* @link https://github.com/kaokei/di
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kaokei/di",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.9",
|
|
4
4
|
"description": "Tiny di library depends on typescript and reflect-metadata",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs.runtime.min.js",
|
|
@@ -60,9 +60,6 @@
|
|
|
60
60
|
"coverage": "open ./coverage/lcov-report/index.html",
|
|
61
61
|
"commit": "git-cz"
|
|
62
62
|
},
|
|
63
|
-
"peerDependencies": {
|
|
64
|
-
"reflect-metadata": "^0.2.2"
|
|
65
|
-
},
|
|
66
63
|
"devDependencies": {
|
|
67
64
|
"@babel/core": "^7.23.3",
|
|
68
65
|
"@babel/plugin-transform-runtime": "^7.23.4",
|