@milaboratories/pframes-rs-node 1.0.66 → 1.0.67

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 (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@milaboratories/pframes-rs-node",
3
3
  "description": "PFrames - Node.js Native Addon",
4
- "version": "1.0.66",
4
+ "version": "1.0.67",
5
5
  "type": "module",
6
6
  "types": "./export_dist/index.d.ts",
7
7
  "main": "./export_dist/index.js",
@@ -21,11 +21,11 @@
21
21
  "@milaboratories/pl-model-common": "1.19.14",
22
22
  "humanize-duration": "^3.33.0",
23
23
  "ulid": "^3.0.1",
24
- "@milaboratories/pframes-rs-serv": "1.0.66"
24
+ "@milaboratories/pframes-rs-serv": "1.0.67"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@milaboratories/build-configs": "1.0.8",
28
- "@milaboratories/pl-model-middle-layer": "1.8.16",
28
+ "@milaboratories/pl-model-middle-layer": "1.8.17",
29
29
  "@milaboratories/ts-builder": "1.0.5",
30
30
  "@milaboratories/ts-configs": "1.0.6",
31
31
  "@types/humanize-duration": "^3.27.4",
@@ -60,7 +60,7 @@
60
60
  "cargo-build": "pnpm exec cargo-cp-artifact -nc ./dist/napi-v8/pframes_rs_node.node -- cargo build --message-format=json",
61
61
  "ts-build": "pnpm exec ts-builder build --target node --build-config build.node.config.js",
62
62
  "build": "pnpm run cargo-build -r --locked && pnpm run ts-build",
63
- "install": "pnpm exec node-pre-gyp install --update-binary --fallback-to-build=false || node -p \"process.exit(+!(require('./package.json').version === '0.0.0'))\"",
63
+ "install": "node-pre-gyp install --update-binary --fallback-to-build=false || node -p \"process.exit(+!(require('./package.json').version === '0.0.0'))\"",
64
64
  "pack": "pnpm exec node-pre-gyp package && pnpm exec node-pre-gyp reveal staged_tarball --silent",
65
65
  "pretest": "pnpm run build",
66
66
  "test": "pnpm exec vitest",