@scrypted/core 0.0.88 → 0.0.89

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.88",
3
+ "version": "0.0.89",
4
4
  "description": "Scrypted Core plugin. Provides the UI, websocket, and engine.io APIs.",
5
5
  "author": "Scrypted",
6
6
  "license": "Apache-2.0",
@@ -14,7 +14,7 @@
14
14
  "@radial-color-picker/vue-color-picker": "^2.3.0",
15
15
  "@scrypted/client": "file:../client",
16
16
  "@scrypted/sdk": "file:../../../sdk",
17
- "apexcharts": "^3.25.0",
17
+ "apexcharts": "^3.28.3",
18
18
  "axios": "^0.19.2",
19
19
  "core-js": "^2.6.12",
20
20
  "engine.io-client": "^5.2.0",
@@ -26,7 +26,7 @@
26
26
  "register-service-worker": "^1.7.2",
27
27
  "semver": "^6.3.0",
28
28
  "vue": "^2.6.12",
29
- "vue-apexcharts": "^1.6.0",
29
+ "vue-apexcharts": "^1.6.2",
30
30
  "vue-async-computed": "^3.9.0",
31
31
  "vue-click-outside": "^1.1.0",
32
32
  "vue-clipboard2": "^0.3.1",
@@ -133,6 +133,9 @@
133
133
  "scrypted-package-json": "bin/scrypted-package-json.js",
134
134
  "scrypted-readme": "bin/scrypted-readme.js",
135
135
  "scrypted-webpack": "bin/scrypted-webpack.js"
136
+ },
137
+ "devDependencies": {
138
+ "typescript-json-schema": "^0.50.1"
136
139
  }
137
140
  },
138
141
  "../../sdk": {
@@ -4172,9 +4175,9 @@
4172
4175
  }
4173
4176
  },
4174
4177
  "node_modules/apexcharts": {
4175
- "version": "3.27.3",
4176
- "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.27.3.tgz",
4177
- "integrity": "sha512-1ZrqiQT0VahkqW0kVjf5QVURYGaHMlGN08BoIZG2c2U/gY2AtnEoFN4r9q4d/pYYYKvI9AyLBHq0otzcVGrHAw==",
4178
+ "version": "3.28.3",
4179
+ "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.28.3.tgz",
4180
+ "integrity": "sha512-EhghB2P27/Gjhwct8sSS0V63mdpRMx/ikH34dwUTqZQnkAEyOS/RKDmYjXBNA7zsAKBE/pThOdoTya6ADyk6zQ==",
4178
4181
  "dependencies": {
4179
4182
  "svg.draggable.js": "^2.2.2",
4180
4183
  "svg.easing.js": "^2.0.0",
@@ -4182,9 +4185,6 @@
4182
4185
  "svg.pathmorphing.js": "^0.1.3",
4183
4186
  "svg.resize.js": "^1.4.3",
4184
4187
  "svg.select.js": "^3.0.1"
4185
- },
4186
- "funding": {
4187
- "url": "https://github.com/apexcharts/apexcharts.js?sponsor=1"
4188
4188
  }
4189
4189
  },
4190
4190
  "node_modules/aproba": {
@@ -20549,6 +20549,7 @@
20549
20549
  "ts-loader": "^5.4.5",
20550
20550
  "tsconfig-paths-webpack-plugin": "^3.2.0",
20551
20551
  "typescript": "^4.3.5",
20552
+ "typescript-json-schema": "^0.50.1",
20552
20553
  "webpack": "^4.28.1",
20553
20554
  "webpack-cli": "^3.1.2",
20554
20555
  "webpack-inject-plugin": "^1.0.2"
@@ -22257,9 +22258,9 @@
22257
22258
  }
22258
22259
  },
22259
22260
  "apexcharts": {
22260
- "version": "3.27.3",
22261
- "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.27.3.tgz",
22262
- "integrity": "sha512-1ZrqiQT0VahkqW0kVjf5QVURYGaHMlGN08BoIZG2c2U/gY2AtnEoFN4r9q4d/pYYYKvI9AyLBHq0otzcVGrHAw==",
22261
+ "version": "3.28.3",
22262
+ "resolved": "https://registry.npmjs.org/apexcharts/-/apexcharts-3.28.3.tgz",
22263
+ "integrity": "sha512-EhghB2P27/Gjhwct8sSS0V63mdpRMx/ikH34dwUTqZQnkAEyOS/RKDmYjXBNA7zsAKBE/pThOdoTya6ADyk6zQ==",
22263
22264
  "requires": {
22264
22265
  "svg.draggable.js": "^2.2.2",
22265
22266
  "svg.easing.js": "^2.0.0",
package/ui/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "@radial-color-picker/vue-color-picker": "^2.3.0",
17
17
  "@scrypted/client": "file:../client",
18
18
  "@scrypted/sdk": "file:../../../sdk",
19
- "apexcharts": "^3.25.0",
19
+ "apexcharts": "^3.28.3",
20
20
  "axios": "^0.19.2",
21
21
  "core-js": "^2.6.12",
22
22
  "engine.io-client": "^5.2.0",
@@ -28,7 +28,7 @@
28
28
  "register-service-worker": "^1.7.2",
29
29
  "semver": "^6.3.0",
30
30
  "vue": "^2.6.12",
31
- "vue-apexcharts": "^1.6.0",
31
+ "vue-apexcharts": "^1.6.2",
32
32
  "vue-async-computed": "^3.9.0",
33
33
  "vue-click-outside": "^1.1.0",
34
34
  "vue-clipboard2": "^0.3.1",
package/ui/vue.config.js CHANGED
@@ -16,7 +16,12 @@ const proxyOpts = {
16
16
 
17
17
  module.exports = {
18
18
  productionSourceMap: false,
19
-
19
+ transpileDependencies: [
20
+ 'vue-echarts',
21
+ 'resize-detector',
22
+ 'vuetify'
23
+ ],
24
+
20
25
  // https://cli.vuejs.org/config/#css-extract
21
26
  css: {
22
27
  extract: { ignoreOrder: true },