@univerkit/verso-linux-arm64 1.0.0-alpha.0 → 1.0.0-alpha.1

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.
Files changed (3) hide show
  1. package/README.md +9 -0
  2. package/bin/verso +0 -0
  3. package/package.json +6 -2
package/README.md ADDED
@@ -0,0 +1,9 @@
1
+ # @univerkit/verso-linux-arm64
2
+
3
+ Native Linux arm64 binary package for `@univerkit/verso`.
4
+
5
+ This package is installed automatically as an optional dependency of
6
+ `@univerkit/verso`. Install and run `@univerkit/verso` directly unless you are
7
+ debugging platform package resolution.
8
+
9
+ Supported platform: Linux arm64.
package/bin/verso CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerkit/verso-linux-arm64",
3
- "version": "1.0.0-alpha.0",
3
+ "version": "1.0.0-alpha.1",
4
4
  "description": "Linux arm64 binary for @univerkit/verso.",
5
5
  "license": "MIT",
6
6
  "author": "DreamNum Co., Ltd. <developer@univer.ai>",
@@ -21,5 +21,9 @@
21
21
  ],
22
22
  "files": [
23
23
  "bin/verso"
24
- ]
24
+ ],
25
+ "publishConfig": {
26
+ "access": "public",
27
+ "provenance": true
28
+ }
25
29
  }