@tmsfe/tmskit 0.0.31 → 0.0.32
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 +2 -2
- package/package.json +5 -3
package/dist/index.cjs.js
CHANGED
|
@@ -3879,7 +3879,7 @@ var entry = [{
|
|
|
3879
3879
|
|
|
3880
3880
|
var require$$12 = {
|
|
3881
3881
|
name: "@tmsfe/tmskit",
|
|
3882
|
-
version: "0.0.
|
|
3882
|
+
version: "0.0.32",
|
|
3883
3883
|
description: "tmskit",
|
|
3884
3884
|
main: "dist/index.cjs",
|
|
3885
3885
|
bin: {
|
|
@@ -3950,7 +3950,7 @@ var require$$12 = {
|
|
|
3950
3950
|
slash: "^1.0.0",
|
|
3951
3951
|
"strip-comments": "^2.0.1",
|
|
3952
3952
|
through2: "^4.0.2",
|
|
3953
|
-
unzipper: "
|
|
3953
|
+
unzipper: "0.10.11",
|
|
3954
3954
|
vinyl: "^2.1.0",
|
|
3955
3955
|
"vinyl-file": "^2.0.0",
|
|
3956
3956
|
"vinyl-sourcemaps-apply": "^0.2.0"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tmsfe/tmskit",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.32",
|
|
4
4
|
"description": "tmskit",
|
|
5
5
|
"main": "dist/index.cjs",
|
|
6
6
|
"bin": {
|
|
@@ -33,7 +33,9 @@
|
|
|
33
33
|
"@rollup/plugin-json": "^4.0.3",
|
|
34
34
|
"rollup": "^2.6.1"
|
|
35
35
|
},
|
|
36
|
-
"whiteDependencies": {
|
|
36
|
+
"whiteDependencies": {
|
|
37
|
+
"unzipper": "0.10.11"
|
|
38
|
+
},
|
|
37
39
|
"dependencies": {
|
|
38
40
|
"ansi-colors": "1.1.0",
|
|
39
41
|
"anymatch": "^1.3.0",
|
|
@@ -70,7 +72,7 @@
|
|
|
70
72
|
"slash": "^1.0.0",
|
|
71
73
|
"strip-comments": "^2.0.1",
|
|
72
74
|
"through2": "^4.0.2",
|
|
73
|
-
"unzipper": "
|
|
75
|
+
"unzipper": "0.10.11",
|
|
74
76
|
"vinyl": "^2.1.0",
|
|
75
77
|
"vinyl-file": "^2.0.0",
|
|
76
78
|
"vinyl-sourcemaps-apply": "^0.2.0"
|