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