@mistydemeo/cargodisttest 0.2.206 → 0.2.207
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/npm-shrinkwrap.json +7 -8
- package/package.json +3 -3
package/npm-shrinkwrap.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"axios-proxy-builder": "^0.1.2",
|
|
12
12
|
"console.table": "^0.10.0",
|
|
13
13
|
"detect-libc": "^2.0.3",
|
|
14
|
-
"rimraf": "^5.0.
|
|
14
|
+
"rimraf": "^5.0.8",
|
|
15
15
|
"tar": "^7.4.0"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"hasInstallScript": true,
|
|
25
25
|
"license": "MIT OR Apache-2.0",
|
|
26
26
|
"name": "@mistydemeo/cargodisttest",
|
|
27
|
-
"version": "0.2.
|
|
27
|
+
"version": "0.2.207"
|
|
28
28
|
},
|
|
29
29
|
"node_modules/@isaacs/cliui": {
|
|
30
30
|
"dependencies": {
|
|
@@ -497,15 +497,14 @@
|
|
|
497
497
|
"glob": "^10.3.7"
|
|
498
498
|
},
|
|
499
499
|
"engines": {
|
|
500
|
-
"node": ">=
|
|
500
|
+
"node": ">=18"
|
|
501
501
|
},
|
|
502
502
|
"funding": {
|
|
503
503
|
"url": "https://github.com/sponsors/isaacs"
|
|
504
504
|
},
|
|
505
|
-
"integrity": "sha512-
|
|
506
|
-
"
|
|
507
|
-
"
|
|
508
|
-
"version": "5.0.7"
|
|
505
|
+
"integrity": "sha512-XSh0V2/yNhDEi8HwdIefD8MLgs4LQXPag/nEJWs3YUc3Upn+UHa1GyIkEg9xSSNt7HnkO5FjTvmcRzgf+8UZuw==",
|
|
506
|
+
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-5.0.8.tgz",
|
|
507
|
+
"version": "5.0.8"
|
|
509
508
|
},
|
|
510
509
|
"node_modules/shebang-command": {
|
|
511
510
|
"dependencies": {
|
|
@@ -788,5 +787,5 @@
|
|
|
788
787
|
}
|
|
789
788
|
},
|
|
790
789
|
"requires": true,
|
|
791
|
-
"version": "0.2.
|
|
790
|
+
"version": "0.2.207"
|
|
792
791
|
}
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"artifactDownloadUrl": "https://mistydemeo.artifacts.axodotdev.host/axolotlsay/
|
|
2
|
+
"artifactDownloadUrl": "https://mistydemeo.artifacts.axodotdev.host/axolotlsay/ax_LAs29gEZwJQWEzk8HN3Qz",
|
|
3
3
|
"bin": {
|
|
4
4
|
"axolotlsay": "run-axolotlsay.js"
|
|
5
5
|
},
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"axios-proxy-builder": "^0.1.2",
|
|
9
9
|
"console.table": "^0.10.0",
|
|
10
10
|
"detect-libc": "^2.0.3",
|
|
11
|
-
"rimraf": "^5.0.
|
|
11
|
+
"rimraf": "^5.0.8",
|
|
12
12
|
"tar": "^7.4.0"
|
|
13
13
|
},
|
|
14
14
|
"description": "💬 a CLI for learning to distribute CLIs in rust",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"zipExt": ".tar.gz"
|
|
74
74
|
}
|
|
75
75
|
},
|
|
76
|
-
"version": "0.2.
|
|
76
|
+
"version": "0.2.207",
|
|
77
77
|
"volta": {
|
|
78
78
|
"node": "18.14.1",
|
|
79
79
|
"npm": "9.5.0"
|