|
2 | 2 | "private": true, |
3 | 3 | "productName": "Entry", |
4 | 4 | "name": "entry", |
5 | | - "version": "2.1.23", |
| 5 | + "version": "2.1.24", |
6 | 6 | "description": "Entry for offline", |
7 | 7 | "main": "src/main_build/main.bundle.js", |
8 | 8 | "scripts": { |
9 | | - "start": "cross-env NODE_ENV=development electron . --debug", |
| 9 | + "start": "cross-env NODE_ENV=development SERVER_DOMAIN_DEV='http://local2.playentry.org' HW_LOG_ENDPOINT='/api/hwActionLog' electron . --debug", |
10 | 10 | "debug": "cross-env NODE_ENV=development electron --inspect .", |
11 | 11 | "prod:debug": "cross-env NODE_ENV=production electron --inspect . --debug", |
12 | 12 | "prod:debug:brk": "cross-env NODE_ENV=production electron --inspect-brk=5858 .", |
|
19 | 19 | "dist:win64": "cross-env NODE_ENV=production NODE_OPTIONS=--openssl-legacy-provider webpack && electron-builder -c --win --x64", |
20 | 20 | "dist:win": "cross-env NODE_ENV=production NODE_OPTIONS=--openssl-legacy-provider webpack && electron-builder -c --win --x64 && electron-builder -c --win --ia32", |
21 | 21 | "dist:mac:notarize": "cross-env NODE_ENV=production NODE_OPTIONS=--openssl-legacy-provider webpack && cross-env NOTARIZE=true electron-builder -c --mac", |
22 | | - "dist:mac": "cross-env NODE_ENV=production NODE_OPTIONS=--openssl-legacy-provider webpack && cross-env NOTARIZE=false electron-builder -c --mac", |
| 22 | + "dist:mac": "cross-env SERVER_DOMAIN_DEV='http://local2.playentry.org' HW_LOG_ENDPOINT='/api/hwActionLog' NODE_ENV=production NODE_OPTIONS=--openssl-legacy-provider webpack && cross-env NOTARIZE=false electron-builder -c --mac", |
23 | 23 | "rebuild": "electron-rebuild -f", |
24 | 24 | "postinstall": "yarn run rebuild && yarn run webpack:dev" |
25 | 25 | }, |
|
39 | 39 | "async-csv": "^2.1.3", |
40 | 40 | "axios": "^0.19.2", |
41 | 41 | "cross-spawn": "^7.0.3", |
42 | | - "entry-hw": "git+https://github.com/entrylabs/entry-hw.git#dist/v1.9.61_2", |
43 | | - "entry-js": "git+https://github.com/entrylabs/entryjs.git#dist/offline_v2.1.23", |
| 42 | + "entry-hw": "git+https://github.com/entrylabs/entry-hw.git#dist/v1.9.62", |
| 43 | + "entry-js": "git+https://github.com/entrylabs/entryjs.git#dist/offline_v2.1.24", |
44 | 44 | "entry-tool": "git+https://github.com/entrylabs/entry-tool.git#dist/20231026", |
45 | 45 | "@entrylabs/legacy-video": "^1.0.0", |
46 | 46 | "excel4node": "^1.7.0", |
|
54 | 54 | "music-metadata": "^6.3.0", |
55 | 55 | "node-abi": "^3.28.0", |
56 | 56 | "node-xlsx": "^0.15.0", |
| 57 | + "systeminformation": "^5.22.11", |
57 | 58 | "puid": "^1.0.7", |
58 | 59 | "rimraf": "^2.6.3", |
59 | 60 | "sass": "^1.57.1", |
|
0 commit comments