@scrypted/server 0.94.13 → 0.94.14

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scrypted/server",
3
- "version": "0.94.13",
3
+ "version": "0.94.14",
4
4
  "description": "",
5
5
  "dependencies": {
6
6
  "@bjia56/portable-python-3.9": "^0.1.10",
@@ -56,7 +56,7 @@
56
56
  "main": "dist/scrypted-main-exports.js",
57
57
  "types": "dist/scrypted-main-exports.d.ts",
58
58
  "scripts": {
59
- "postinstall": "node bin/postinstall",
59
+ "dependencies": "node bin/dependencies",
60
60
  "preserve": "npm run build",
61
61
  "serve": "node --expose-gc dist/scrypted-main.js",
62
62
  "serve-no-build": "node --expose-gc dist/scrypted-main.js",
File without changes