@shotkit/shotium-darwin-arm64 0.1.0 → 0.2.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
@@ -3,8 +3,8 @@
3
3
  The shotium engine built for mac-arm64.
4
4
 
5
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.
6
+ shared library behind the C ABI, the node addon linked against it,
7
+ and the two resource packs it reads.
8
8
 
9
9
  Install [`@shotkit/shotium`](https://www.npmjs.com/package/@shotkit/shotium) instead. It depends on all six and npm installs
10
10
  whichever matches the machine.
package/libshotium.dylib CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shotkit/shotium-darwin-arm64",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "The shotium engine for mac-arm64. Installed by @shotkit/shotium; not useful on its own.",
5
5
  "os": [
6
6
  "darwin"
@@ -10,7 +10,6 @@
10
10
  ],
11
11
  "files": [
12
12
  "libshotium.dylib",
13
- "shotium",
14
13
  "shotium.node",
15
14
  "shotium_data.pak",
16
15
  "shotium_strings.pak"
package/shotium DELETED
Binary file