@mistydemeo/cargodisttest 0.2.209 → 0.2.211
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.js +3 -2
- package/npm-shrinkwrap.json +2 -2
- package/package.json +6 -2
package/binary.js
CHANGED
|
@@ -13,10 +13,11 @@ const {
|
|
|
13
13
|
name,
|
|
14
14
|
artifactDownloadUrl,
|
|
15
15
|
supportedPlatforms,
|
|
16
|
+
glibcMinimum,
|
|
16
17
|
} = require("./package.json");
|
|
17
18
|
|
|
18
|
-
const builderGlibcMajorVersion =
|
|
19
|
-
const builderGlibcMInorVersion =
|
|
19
|
+
const builderGlibcMajorVersion = glibcMinimum.major;
|
|
20
|
+
const builderGlibcMInorVersion = glibcMinimum.series;
|
|
20
21
|
|
|
21
22
|
const getPlatform = () => {
|
|
22
23
|
const rawOsType = os.type();
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -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.211"
|
|
28
28
|
},
|
|
29
29
|
"node_modules/@isaacs/cliui": {
|
|
30
30
|
"dependencies": {
|
|
@@ -787,5 +787,5 @@
|
|
|
787
787
|
}
|
|
788
788
|
},
|
|
789
789
|
"requires": true,
|
|
790
|
-
"version": "0.2.
|
|
790
|
+
"version": "0.2.211"
|
|
791
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_h2JEq8LAU7XVqsf1scBse",
|
|
3
3
|
"bin": {
|
|
4
4
|
"axolotlsay": "run-axolotlsay.js"
|
|
5
5
|
},
|
|
@@ -19,6 +19,10 @@
|
|
|
19
19
|
"node": ">=14",
|
|
20
20
|
"npm": ">=6"
|
|
21
21
|
},
|
|
22
|
+
"glibcMinimum": {
|
|
23
|
+
"major": 2,
|
|
24
|
+
"series": 31
|
|
25
|
+
},
|
|
22
26
|
"homepage": "https://github.com/mistydemeo/cargodisttest",
|
|
23
27
|
"license": "MIT OR Apache-2.0",
|
|
24
28
|
"name": "@mistydemeo/cargodisttest",
|
|
@@ -73,7 +77,7 @@
|
|
|
73
77
|
"zipExt": ".tar.gz"
|
|
74
78
|
}
|
|
75
79
|
},
|
|
76
|
-
"version": "0.2.
|
|
80
|
+
"version": "0.2.211",
|
|
77
81
|
"volta": {
|
|
78
82
|
"node": "18.14.1",
|
|
79
83
|
"npm": "9.5.0"
|