@camera.ui/server 0.0.5 → 0.0.6
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/dist/server/package.json +2 -2
- package/package.json +2 -2
package/dist/server/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@camera.ui/server",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.6",
|
|
4
4
|
"description": "camera.ui",
|
|
5
5
|
"author": "seydx (https://github.com/seydx/camera.ui)",
|
|
6
6
|
"bin": {
|
|
@@ -22,9 +22,9 @@
|
|
|
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",
|
|
26
25
|
"install-updates": "npm i --save",
|
|
27
26
|
"lint": "ruff check --fix && eslint --fix --ext .js,.ts .",
|
|
27
|
+
"postinstall": "cd $INIT_CWD && npm rebuild lmdb --build-from-source --use_data_v1=true",
|
|
28
28
|
"update": "updates --update ./",
|
|
29
29
|
"watch": "nodemon",
|
|
30
30
|
"watch:cli": "nodemon --config nodemon.cli.json",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@camera.ui/server",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.6",
|
|
4
4
|
"description": "camera.ui",
|
|
5
5
|
"author": "seydx (https://github.com/seydx/camera.ui)",
|
|
6
6
|
"bin": {
|
|
@@ -22,9 +22,9 @@
|
|
|
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",
|
|
26
25
|
"install-updates": "npm i --save",
|
|
27
26
|
"lint": "ruff check --fix && eslint --fix --ext .js,.ts .",
|
|
27
|
+
"postinstall": "cd $INIT_CWD && npm rebuild lmdb --build-from-source --use_data_v1=true",
|
|
28
28
|
"update": "updates --update ./",
|
|
29
29
|
"watch": "nodemon",
|
|
30
30
|
"watch:cli": "nodemon --config nodemon.cli.json",
|