@514labs/moose-cli 0.3.72 → 0.3.74
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.js +1 -0
- package/package.json +5 -5
package/dist/index.js
CHANGED
@@ -23,6 +23,7 @@ function getExePath() {
|
|
23
23
|
}
|
24
24
|
try {
|
25
25
|
// Since the binary will be located inside `node_modules`, we can simply call `require.resolve`
|
26
|
+
// eslint-disable-next-line @typescript-eslint/no-var-requires
|
26
27
|
return require.resolve("@514labs/moose-cli-".concat(os, "-").concat(arch, "/bin/moose-cli").concat(extension));
|
27
28
|
}
|
28
29
|
catch (e) {
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@514labs/moose-cli",
|
3
|
-
"version": "0.3.
|
3
|
+
"version": "0.3.74",
|
4
4
|
"bin": {
|
5
5
|
"moose": "dist/index.js",
|
6
6
|
"moose-cli": "dist/index.js"
|
@@ -17,10 +17,10 @@
|
|
17
17
|
"typescript": "^4.9.5"
|
18
18
|
},
|
19
19
|
"optionalDependencies": {
|
20
|
-
"@514labs/moose-cli-darwin-arm64": "0.3.
|
21
|
-
"@514labs/moose-cli-darwin-x64": "0.3.
|
22
|
-
"@514labs/moose-cli-linux-arm64": "0.3.
|
23
|
-
"@514labs/moose-cli-linux-x64": "0.3.
|
20
|
+
"@514labs/moose-cli-darwin-arm64": "0.3.74",
|
21
|
+
"@514labs/moose-cli-darwin-x64": "0.3.74",
|
22
|
+
"@514labs/moose-cli-linux-arm64": "0.3.74",
|
23
|
+
"@514labs/moose-cli-linux-x64": "0.3.74"
|
24
24
|
},
|
25
25
|
"scripts": {
|
26
26
|
"typecheck": "tsc --noEmit",
|