@scrypted/core 0.0.84 → 0.0.88

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/plugin.zip CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scrypted/core",
3
- "version": "0.0.84",
3
+ "version": "0.0.88",
4
4
  "description": "Scrypted Core plugin. Provides the UI, websocket, and engine.io APIs.",
5
5
  "author": "Scrypted",
6
6
  "license": "Apache-2.0",
@@ -88,19 +88,23 @@
88
88
  },
89
89
  "../../../sdk": {
90
90
  "name": "@scrypted/sdk",
91
- "version": "0.0.69",
91
+ "version": "0.0.72",
92
92
  "license": "ISC",
93
93
  "dependencies": {
94
94
  "@babel/core": "^7.2.2",
95
95
  "@babel/plugin-proposal-class-properties": "^7.4.4",
96
+ "@babel/plugin-proposal-optional-chaining": "^7.13.12",
96
97
  "@babel/plugin-transform-modules-commonjs": "^7.2.0",
97
98
  "@babel/plugin-transform-typescript": "^7.15.0",
98
99
  "@babel/polyfill": "^7.2.5",
99
100
  "@babel/preset-env": "^7.2.3",
100
101
  "@babel/preset-typescript": "^7.15.0",
102
+ "@types/node": "^16.6.1",
101
103
  "adm-zip": "^0.4.13",
102
104
  "axios": "^0.21.1",
103
105
  "babel-loader": "^8.0.4",
106
+ "babel-plugin-const-enum": "^1.1.0",
107
+ "babel-plugin-minify-dead-code-elimination": "^0.5.1",
104
108
  "babel-polyfill": "^6.26.0",
105
109
  "babel-template": "^6.26.0",
106
110
  "browserify-buffertools": "^1.0.2",
@@ -129,12 +133,6 @@
129
133
  "scrypted-package-json": "bin/scrypted-package-json.js",
130
134
  "scrypted-readme": "bin/scrypted-readme.js",
131
135
  "scrypted-webpack": "bin/scrypted-webpack.js"
132
- },
133
- "devDependencies": {
134
- "@babel/plugin-proposal-optional-chaining": "^7.13.12",
135
- "@types/node": "^16.6.1",
136
- "babel-plugin-const-enum": "^1.1.0",
137
- "babel-plugin-minify-dead-code-elimination": "^0.5.1"
138
136
  }
139
137
  },
140
138
  "../../sdk": {