@lloyal-labs/lloyal.node-darwin-arm64 1.0.5-alpha → 1.0.6-alpha

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.
File without changes
File without changes
File without changes
File without changes
package/bin/libggml.dylib CHANGED
File without changes
File without changes
package/bin/lloyal.node CHANGED
Binary file
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@lloyal-labs/lloyal.node-darwin-arm64",
3
- "version": "1.0.5-alpha",
3
+ "version": "1.0.6-alpha",
4
4
  "description": "Lloyal native binary for darwin-arm64",
5
- "main": "index.js",
5
+ "main": "bin/lloyal.node",
6
6
  "os": [
7
7
  "darwin"
8
8
  ],
@@ -10,8 +10,7 @@
10
10
  "arm64"
11
11
  ],
12
12
  "files": [
13
- "bin/",
14
- "index.js"
13
+ "bin/"
15
14
  ],
16
15
  "repository": {
17
16
  "type": "git",
package/index.js DELETED
@@ -1,6 +0,0 @@
1
- // Platform-specific binary package for darwin-arm64
2
- // This file resolves to the native binary in bin/
3
-
4
- const path = require('path');
5
-
6
- module.exports = path.join(__dirname, 'bin', 'lloyal.node');