@wordbricks/velen 0.2.8-linux-x64 → 0.2.9-darwin-arm64
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"cpu": [
|
|
3
|
-
"
|
|
3
|
+
"arm64"
|
|
4
4
|
],
|
|
5
5
|
"description": "Velen CLI",
|
|
6
6
|
"files": [
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"name": "@wordbricks/velen",
|
|
12
12
|
"os": [
|
|
13
|
-
"
|
|
13
|
+
"darwin"
|
|
14
14
|
],
|
|
15
15
|
"publishConfig": {
|
|
16
16
|
"access": "public"
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"url": "git+https://github.com/wordbricks/velen.git",
|
|
21
21
|
"directory": "apps/cli"
|
|
22
22
|
},
|
|
23
|
-
"version": "0.2.
|
|
23
|
+
"version": "0.2.9-darwin-arm64",
|
|
24
24
|
"engines": {
|
|
25
25
|
"node": ">=18"
|
|
26
26
|
}
|
|
index 67b9dec..831e4f8 100644
|
|
|
Binary file
|