@milaboratories/pframes-rs-node 1.0.82 → 1.0.89
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 +10 -9
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.
|
|
4
|
+
"version": "1.0.89",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./export_dist/index.d.ts",
|
|
7
7
|
"main": "./export_dist/index.js",
|
|
@@ -18,23 +18,23 @@
|
|
|
18
18
|
],
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@mapbox/node-pre-gyp": "^2.0.0",
|
|
21
|
-
"@milaboratories/pl-model-common": "1.
|
|
22
|
-
"@milaboratories/helpers": "1.
|
|
21
|
+
"@milaboratories/pl-model-common": "1.20.1",
|
|
22
|
+
"@milaboratories/helpers": "1.9.0",
|
|
23
23
|
"ulid": "^3.0.1",
|
|
24
|
-
"@milaboratories/pframes-rs-serv": "1.0.
|
|
24
|
+
"@milaboratories/pframes-rs-serv": "1.0.89"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@milaboratories/build-configs": "1.0.8",
|
|
28
|
-
"@milaboratories/pl-model-middle-layer": "1.8.
|
|
28
|
+
"@milaboratories/pl-model-middle-layer": "1.8.30",
|
|
29
29
|
"@milaboratories/ts-builder": "1.0.5",
|
|
30
30
|
"@milaboratories/ts-configs": "1.0.6",
|
|
31
|
-
"@types/node": "^
|
|
31
|
+
"@types/node": "^22.18.8",
|
|
32
32
|
"@vitest/coverage-istanbul": "^3.2.4",
|
|
33
33
|
"@vitest/expect": "^3.2.4",
|
|
34
34
|
"cargo-cp-artifact": "^0.1.9",
|
|
35
35
|
"tslib": "^2.8.1",
|
|
36
|
-
"typescript": "^5.9.
|
|
37
|
-
"vite": "^7.1.
|
|
36
|
+
"typescript": "^5.9.3",
|
|
37
|
+
"vite": "^7.1.9",
|
|
38
38
|
"vitest": "^3.2.4"
|
|
39
39
|
},
|
|
40
40
|
"binary": {
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
},
|
|
50
50
|
"license": "UNLICENSED",
|
|
51
51
|
"publishConfig": {
|
|
52
|
-
"registry": "https://
|
|
52
|
+
"registry": "https://registry.npmjs.org"
|
|
53
53
|
},
|
|
54
54
|
"homepage": "https://github.com/milaboratory/pframes-rs#readme",
|
|
55
55
|
"repository": {
|
|
@@ -58,6 +58,7 @@
|
|
|
58
58
|
},
|
|
59
59
|
"scripts": {
|
|
60
60
|
"cargo-build": "pnpm exec cargo-cp-artifact -nc ./dist/napi-v8/pframes_rs_node.node -- cargo build --message-format=json",
|
|
61
|
+
"prets-build": "cargo run -p pframes_rs_meta --bin npm_version -r --locked",
|
|
61
62
|
"ts-build": "pnpm exec ts-builder build --target node --build-config build.node.config.js",
|
|
62
63
|
"build": "pnpm run cargo-build -r --locked && pnpm run ts-build",
|
|
63
64
|
"install": "node-pre-gyp install --update-binary --fallback-to-build=false || node -p \"process.exit(+!(require('./package.json').version === '0.0.0'))\"",
|