@mistydemeo/cargodisttest 0.2.164 → 0.2.166
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/binary-install.js +1 -1
- package/npm-shrinkwrap.json +6 -7
- package/package.json +4 -3
package/binary-install.js
CHANGED
|
@@ -48,7 +48,7 @@ class Package {
|
|
|
48
48
|
}
|
|
49
49
|
this.url = url;
|
|
50
50
|
this.name = name;
|
|
51
|
-
this.installDirectory = join(__dirname, "node_modules", ".
|
|
51
|
+
this.installDirectory = join(__dirname, "node_modules", ".bin_real");
|
|
52
52
|
this.binaries = binaries;
|
|
53
53
|
|
|
54
54
|
if (!existsSync(this.installDirectory)) {
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"tar": "^7.1.0"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"prettier": "^3.
|
|
18
|
+
"prettier": "^3.3.1"
|
|
19
19
|
},
|
|
20
20
|
"engines": {
|
|
21
21
|
"node": ">=14",
|
|
@@ -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.166"
|
|
28
28
|
},
|
|
29
29
|
"node_modules/@isaacs/cliui": {
|
|
30
30
|
"dependencies": {
|
|
@@ -480,10 +480,9 @@
|
|
|
480
480
|
"funding": {
|
|
481
481
|
"url": "https://github.com/prettier/prettier?sponsor=1"
|
|
482
482
|
},
|
|
483
|
-
"integrity": "sha512-
|
|
484
|
-
"
|
|
485
|
-
"
|
|
486
|
-
"version": "3.2.5"
|
|
483
|
+
"integrity": "sha512-7CAwy5dRsxs8PHXT3twixW9/OEll8MLE0VRPCJyl7CkS6VHGPSlsVaWTiASPTyGyYRyApxlaWTzwUxVNrhcwDg==",
|
|
484
|
+
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.1.tgz",
|
|
485
|
+
"version": "3.3.1"
|
|
487
486
|
},
|
|
488
487
|
"node_modules/proxy-from-env": {
|
|
489
488
|
"integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==",
|
|
@@ -791,5 +790,5 @@
|
|
|
791
790
|
}
|
|
792
791
|
},
|
|
793
792
|
"requires": true,
|
|
794
|
-
"version": "0.2.
|
|
793
|
+
"version": "0.2.166"
|
|
795
794
|
}
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"artifactDownloadUrl": "https://github.com/mistydemeo/cargodisttest/releases/download/v0.2.
|
|
2
|
+
"artifactDownloadUrl": "https://github.com/mistydemeo/cargodisttest/releases/download/v0.2.166",
|
|
3
3
|
"bin": {
|
|
4
4
|
"axolotlsay": "run-axolotlsay.js"
|
|
5
5
|
},
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
},
|
|
14
14
|
"description": "💬 a CLI for learning to distribute CLIs in rust",
|
|
15
15
|
"devDependencies": {
|
|
16
|
-
"prettier": "^3.
|
|
16
|
+
"prettier": "^3.3.1"
|
|
17
17
|
},
|
|
18
18
|
"engines": {
|
|
19
19
|
"node": ">=14",
|
|
@@ -22,6 +22,7 @@
|
|
|
22
22
|
"homepage": "https://github.com/mistydemeo/cargodisttest",
|
|
23
23
|
"license": "MIT OR Apache-2.0",
|
|
24
24
|
"name": "@mistydemeo/cargodisttest",
|
|
25
|
+
"preferUnplugged": true,
|
|
25
26
|
"repository": "https://github.com/mistydemeo/cargodisttest.git",
|
|
26
27
|
"scripts": {
|
|
27
28
|
"fmt": "prettier --write **/*.js",
|
|
@@ -72,7 +73,7 @@
|
|
|
72
73
|
"zipExt": ".tar.gz"
|
|
73
74
|
}
|
|
74
75
|
},
|
|
75
|
-
"version": "0.2.
|
|
76
|
+
"version": "0.2.166",
|
|
76
77
|
"volta": {
|
|
77
78
|
"node": "18.14.1",
|
|
78
79
|
"npm": "9.5.0"
|