@camera.ui/server 0.0.4 → 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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camera.ui/server",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "description": "camera.ui",
5
5
  "author": "seydx (https://github.com/seydx/camera.ui)",
6
6
  "bin": {
@@ -22,12 +22,12 @@
22
22
  "build": "rimraf ./dist/server && npm run build:wasm && tsc && copyfiles -u 1 src/**/*.py ./dist/server/src && copyfiles requirements.txt ./dist/server && copyfiles -u 5 src/polyglot/node/decoder/wasm/build/**/* ./dist/server/src/polyglot/node/decoder/wasm/",
23
23
  "build:wasm": "cd ./src/polyglot/node/decoder/wasm && asc assembly/* --config asconfig.json && cd ../../../../..",
24
24
  "format": "prettier --write 'src/' 'bin/' --ignore-unknown --no-error-on-unmatched-pattern",
25
+ "install": "npm install lmdb --build-from-source --use_data_v1=true",
25
26
  "install-updates": "npm i --save",
26
27
  "lint": "ruff check --fix && eslint --fix --ext .js,.ts .",
27
28
  "update": "updates --update ./",
28
29
  "watch": "nodemon",
29
30
  "watch:cli": "nodemon --config nodemon.cli.json",
30
- "postinstall": "npm rebuild lmdb --build-from-source --use_data_v1=true",
31
31
  "prepublishOnly": "npm i --package-lock-only && cd .. && npm run lint && npm run format && npm run build"
32
32
  },
33
33
  "dependencies": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camera.ui/server",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "description": "camera.ui",
5
5
  "author": "seydx (https://github.com/seydx/camera.ui)",
6
6
  "bin": {
@@ -22,12 +22,12 @@
22
22
  "build": "rimraf ./dist/server && npm run build:wasm && tsc && copyfiles -u 1 src/**/*.py ./dist/server/src && copyfiles requirements.txt ./dist/server && copyfiles -u 5 src/polyglot/node/decoder/wasm/build/**/* ./dist/server/src/polyglot/node/decoder/wasm/",
23
23
  "build:wasm": "cd ./src/polyglot/node/decoder/wasm && asc assembly/* --config asconfig.json && cd ../../../../..",
24
24
  "format": "prettier --write 'src/' 'bin/' --ignore-unknown --no-error-on-unmatched-pattern",
25
+ "install": "npm install lmdb --build-from-source --use_data_v1=true",
25
26
  "install-updates": "npm i --save",
26
27
  "lint": "ruff check --fix && eslint --fix --ext .js,.ts .",
27
28
  "update": "updates --update ./",
28
29
  "watch": "nodemon",
29
30
  "watch:cli": "nodemon --config nodemon.cli.json",
30
- "postinstall": "npm rebuild lmdb --build-from-source --use_data_v1=true",
31
31
  "prepublishOnly": "npm i --package-lock-only && cd .. && npm run lint && npm run format && npm run build"
32
32
  },
33
33
  "dependencies": {