@yaakapp/cli 0.3.1 → 0.3.4
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/common.js +1 -0
- package/package.json +7 -6
package/common.js
CHANGED
|
@@ -5,6 +5,7 @@ const BINARY_DISTRIBUTION_PACKAGES = {
|
|
|
5
5
|
linux_arm64: "@yaakapp/cli-linux-arm64",
|
|
6
6
|
linux_x64: "@yaakapp/cli-linux-x64",
|
|
7
7
|
win32_x64: "@yaakapp/cli-win32-x64",
|
|
8
|
+
win32_arm64: "@yaakapp/cli-win32-arm64",
|
|
8
9
|
};
|
|
9
10
|
|
|
10
11
|
// Adjust the version you want to install. You can also make this dynamic.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yaakapp/cli",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.4",
|
|
4
4
|
"main": "./index.js",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -14,10 +14,11 @@
|
|
|
14
14
|
"yaakcli": "bin/cli.js"
|
|
15
15
|
},
|
|
16
16
|
"optionalDependencies": {
|
|
17
|
-
"@yaakapp/cli-darwin-x64": "0.3.
|
|
18
|
-
"@yaakapp/cli-darwin-arm64": "0.3.
|
|
19
|
-
"@yaakapp/cli-linux-arm64": "0.3.
|
|
20
|
-
"@yaakapp/cli-linux-x64": "0.3.
|
|
21
|
-
"@yaakapp/cli-win32-x64": "0.3.
|
|
17
|
+
"@yaakapp/cli-darwin-x64": "0.3.4",
|
|
18
|
+
"@yaakapp/cli-darwin-arm64": "0.3.4",
|
|
19
|
+
"@yaakapp/cli-linux-arm64": "0.3.4",
|
|
20
|
+
"@yaakapp/cli-linux-x64": "0.3.4",
|
|
21
|
+
"@yaakapp/cli-win32-x64": "0.3.4",
|
|
22
|
+
"@yaakapp/cli-win32-arm64": "0.3.4"
|
|
22
23
|
}
|
|
23
24
|
}
|