@shotkit/shotium-darwin-x64 0.0.1 → 0.1.0

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