@univerkit/verso-win32-x64 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.
package/README.md ADDED
@@ -0,0 +1,9 @@
1
+ # @univerkit/verso-win32-x64
2
+
3
+ Native Windows x64 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: Windows x64.
package/bin/verso.exe CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerkit/verso-win32-x64",
3
- "version": "1.0.0-alpha.0",
3
+ "version": "1.0.0-alpha.1",
4
4
  "description": "Windows x64 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.exe"
24
- ]
24
+ ],
25
+ "publishConfig": {
26
+ "access": "public",
27
+ "provenance": true
28
+ }
25
29
  }