gesttalt 0.1.0 → 0.7.4

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,6 +1,6 @@
1
1
  # Gesttalt Node.js Bindings
2
2
 
3
- High-performance snippets CRUD bindings for Gesttalt, powered by Zig.
3
+ A universal OAuth2.0 client written in Zig concurrency-ready.
4
4
 
5
5
  ## Install
6
6
 
package/gesttalt.wasm ADDED
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "gesttalt",
3
- "version": "0.1.0",
4
- "description": "Gesttalt snippets CRUD bindings powered by Zig",
3
+ "version": "0.7.4",
4
+ "description": "A universal OAuth2.0 client written in Zig concurrency-ready",
5
5
  "main": "index.js",
6
6
  "module": "index.mjs",
7
7
  "types": "index.d.ts",
@@ -15,7 +15,7 @@
15
15
  },
16
16
  "scripts": {
17
17
  "build": "node-gyp rebuild",
18
- "install": "node-gyp-build || node-gyp rebuild",
18
+ "install": "node-gyp-build",
19
19
  "test": "node test.js",
20
20
  "prebuild": "prebuildify --napi --strip"
21
21
  },