@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.
Files changed (3) hide show
  1. package/README.md +1 -6
  2. package/apex.node +0 -0
  3. package/package.json +4 -2
package/README.md CHANGED
@@ -1,8 +1,3 @@
1
1
  # @apexmarkdown/apex-linux-arm64
2
2
 
3
- Placeholder release reserving this package name so npm OIDC trusted
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.0.0",
4
- "description": "Placeholder reserving the package name so OIDC trusted publishing can take over. Replaced by the real prebuild on the next apex-node release.",
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",