@pixel.js/shotium-darwin-arm64 0.0.1 → 0.7.4

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 CHANGED
@@ -1,3 +1,10 @@
1
1
  # @pixel.js/shotium-darwin-arm64
2
2
 
3
- Placeholder release. Real content is published via CI (OIDC).
3
+ The shotium engine built for mac-arm64.
4
+
5
+ This package is one of six, and holds bytes rather than code: the
6
+ Node addon and the two resource packs it reads. The standalone CLI
7
+ and the C ABI library are on the GitHub releases page, not here.
8
+
9
+ Install [`@pixel.js/shotium`](https://www.npmjs.com/package/@pixel.js/shotium) instead. It depends on all six and pnpm installs
10
+ whichever matches the machine.
package/package.json CHANGED
@@ -1,6 +1,25 @@
1
1
  {
2
2
  "name": "@pixel.js/shotium-darwin-arm64",
3
- "version": "0.0.1",
4
- "description": "Placeholder release to reserve the package name for Trusted Publishing.",
5
- "license": "MIT"
3
+ "version": "0.7.4",
4
+ "description": "The shotium engine for mac-arm64. Installed by @pixel.js/shotium; not useful on its own.",
5
+ "os": [
6
+ "darwin"
7
+ ],
8
+ "cpu": [
9
+ "arm64"
10
+ ],
11
+ "files": [
12
+ "shotium.node",
13
+ "shotium_data.pak",
14
+ "shotium_strings.pak"
15
+ ],
16
+ "license": "BSD-3-Clause",
17
+ "engines": {
18
+ "node": ">=18"
19
+ },
20
+ "repository": {
21
+ "type": "git",
22
+ "url": "git+https://github.com/sj817/shotium.git",
23
+ "directory": "apps/typescript"
24
+ }
6
25
  }
package/shotium.node ADDED
Binary file
Binary file
Binary file