@visulima/task-runner-binding-darwin-x64 1.0.0-alpha.2 → 1.0.0-alpha.20

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/package.json CHANGED
@@ -1,33 +1,34 @@
1
1
  {
2
- "name": "@visulima/task-runner-binding-darwin-x64",
3
- "version": "1.0.0-alpha.2",
4
- "description": "Native binding for @visulima/task-runner (macOS x64)",
5
- "homepage": "https://visulima.com",
6
- "repository": {
7
- "type": "git",
8
- "url": "https://github.com/visulima/visulima.git",
9
- "directory": "packages/tooling/task-runner"
10
- },
11
- "license": "MIT",
12
- "author": {
13
- "name": "Daniel Bannert",
14
- "email": "d.bannert@anolilab.de"
15
- },
16
- "main": "task-runner-native.darwin-x64.node",
17
- "files": [
18
- "task-runner-native.darwin-x64.node"
19
- ],
20
- "engines": {
21
- "node": ">=20.19 <=25.x"
22
- },
23
- "os": [
24
- "darwin"
25
- ],
26
- "cpu": [
27
- "x64"
28
- ],
29
- "publishConfig": {
30
- "access": "public",
31
- "provenance": true
32
- }
33
- }
2
+ "name": "@visulima/task-runner-binding-darwin-x64",
3
+ "version": "1.0.0-alpha.20",
4
+ "description": "Native binding for @visulima/task-runner (macOS x64)",
5
+ "homepage": "https://visulima.com",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/visulima/visulima.git",
9
+ "directory": "packages/tooling/task-runner"
10
+ },
11
+ "license": "MIT",
12
+ "author": {
13
+ "name": "Daniel Bannert",
14
+ "email": "d.bannert@anolilab.de"
15
+ },
16
+ "main": "task-runner-native.darwin-x64.node",
17
+ "files": [
18
+ "fspy-macos.dylib",
19
+ "task-runner-native.darwin-x64.node"
20
+ ],
21
+ "engines": {
22
+ "node": "^22.14.0 || >=24.10.0"
23
+ },
24
+ "os": [
25
+ "darwin"
26
+ ],
27
+ "cpu": [
28
+ "x64"
29
+ ],
30
+ "publishConfig": {
31
+ "access": "public",
32
+ "provenance": true
33
+ }
34
+ }
Binary file