@xframes/node 0.0.3 → 0.0.5

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -16,7 +16,7 @@ var __commonJS = (cb, mod) => function __require2() {
16
16
  var xframes_default;
17
17
  var init_xframes = __esm({
18
18
  "build/Release/xframes.node"() {
19
- xframes_default = "./xframes-Q7CYJXBZ.node";
19
+ xframes_default = "./xframes-QB2KJMZO.node";
20
20
  }
21
21
  });
22
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xframes/node",
3
- "version": "0.0.3",
3
+ "version": "0.0.5",
4
4
  "description": "DOM-less, GPU-accelerated GUI development for Node.js",
5
5
  "main": "dist/index.js",
6
6
  "files": [
@@ -19,7 +19,7 @@
19
19
  "url": "https://github.com/andreamancuso"
20
20
  },
21
21
  "scripts": {
22
- "install": "prebuild-install -t 9 -r napi --tag-prefix xframes-node@ || cmake-js compile",
22
+ "install": "prebuild-install -t 9 -r napi --tag-prefix xframes-node-",
23
23
  "start": "tsx ./src/index.tsx",
24
24
  "build:library": "rimraf ./dist && yarn tsup && yarn copy-artifacts-to-dist-folder && yarn remove-extra-file",
25
25
  "tsc": "tsc --project ./tsconfig-build.json",
@@ -127,4 +127,4 @@
127
127
  "zustand": "^5.0.0-rc.2"
128
128
  },
129
129
  "packageManager": "yarn@4.1.1"
130
- }
130
+ }