@apexmarkdown/apex-linux-arm64 0.0.0 → 0.1.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 +1 -6
- package/apex.node +0 -0
- package/package.json +4 -2
package/README.md
CHANGED
|
@@ -1,8 +1,3 @@
|
|
|
1
1
|
# @apexmarkdown/apex-linux-arm64
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
publishing can be configured for it. The next
|
|
5
|
-
[apex-node](https://github.com/ApexMarkdown/apex-node) release replaces
|
|
6
|
-
this with the real Linux arm64 prebuild of the Apex native addon.
|
|
7
|
-
|
|
8
|
-
Do not depend on version `0.0.0`.
|
|
3
|
+
Native Apex addon for linux-arm64.
|
package/apex.node
ADDED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@apexmarkdown/apex-linux-arm64",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.1.2",
|
|
4
|
+
"description": "Apex native addon for linux-arm64",
|
|
5
5
|
"os": ["linux"],
|
|
6
6
|
"cpu": ["arm64"],
|
|
7
|
+
"main": "apex.node",
|
|
8
|
+
"files": ["apex.node", "README.md"],
|
|
7
9
|
"license": "MIT",
|
|
8
10
|
"repository": {
|
|
9
11
|
"type": "git",
|