cryosnap-native-linux-x64-gnu 0.0.1 → 0.2.9

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,3 @@
1
- # cryosnap-native-linux-x64-gnu
1
+ # `cryosnap-native-linux-x64-gnu`
2
2
 
3
- Placeholder package. Real binaries are published by CI.
3
+ This is the **x86_64-unknown-linux-gnu** binary for `cryosnap-native`
Binary file
package/package.json CHANGED
@@ -1,27 +1,36 @@
1
1
  {
2
2
  "name": "cryosnap-native-linux-x64-gnu",
3
- "version": "0.0.1",
4
- "description": "placeholder for cryosnap native binary",
3
+ "version": "0.2.9",
4
+ "cpu": [
5
+ "x64"
6
+ ],
7
+ "main": "cryosnap.linux-x64-gnu.node",
8
+ "files": [
9
+ "cryosnap.linux-x64-gnu.node"
10
+ ],
11
+ "description": "Node/TS bindings for cryosnap",
12
+ "keywords": [
13
+ "screenshot",
14
+ "code",
15
+ "terminal",
16
+ "svg",
17
+ "png",
18
+ "napi"
19
+ ],
20
+ "homepage": "https://github.com/Wangnov/cryosnap#readme",
5
21
  "license": "MIT",
6
- "main": "index.js",
7
22
  "repository": {
8
23
  "type": "git",
9
- "url": "https://github.com/Wangnov/cryosnap.git"
24
+ "url": "https://github.com/Wangnov/cryosnap.git",
25
+ "directory": "crates/cryosnap-node"
10
26
  },
11
- "homepage": "https://github.com/Wangnov/cryosnap#readme",
12
27
  "bugs": {
13
28
  "url": "https://github.com/Wangnov/cryosnap/issues"
14
29
  },
15
- "keywords": [
16
- "cryosnap",
17
- "napi",
18
- "native",
19
- "screenshot"
20
- ],
21
30
  "os": [
22
31
  "linux"
23
32
  ],
24
- "cpu": [
25
- "x64"
33
+ "libc": [
34
+ "glibc"
26
35
  ]
27
- }
36
+ }
package/index.js DELETED
@@ -1 +0,0 @@
1
- throw new Error("placeholder package; real binaries published by CI");