@record-evolution/widget-scada 1.0.8 → 1.0.10

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
@@ -3,7 +3,7 @@
3
3
  "description": "REWidget widget-SCADA",
4
4
  "license": "MIT",
5
5
  "author": "widget-SCADA",
6
- "version": "1.0.8",
6
+ "version": "1.0.10",
7
7
  "engines": {
8
8
  "node": ">=24.9.0",
9
9
  "npm": ">=10.0.2"
@@ -26,7 +26,8 @@
26
26
  "link": "npm run build && npm link && cd ../RESWARM/frontend && npm link @record-evolution/widget-scada",
27
27
  "unlink": "npm unlink --global && cd ../RESWARM/frontend && npm unlink @record-evolution/widget-scada && npm i @record-evolution/widget-scada",
28
28
  "types": "cat src/definition-schema.json | json2ts --style.tabWidth=4 > src/definition-schema.d.ts",
29
- "release": "npm run build && npm run types && npm version patch --tag-version-prefix='' && git push && git push --tag && npm run build"
29
+ "catalog": "node scripts/generate-catalog.mjs",
30
+ "release": "npm run build && npm run types && npm run catalog && npm version patch --tag-version-prefix='' && git push && git push --tag && npm run build"
30
31
  },
31
32
  "dependencies": {
32
33
  "lit": "^3.3.3",
@@ -7,8 +7,8 @@
7
7
  "fuel",
8
8
  "generation"
9
9
  ],
10
- "widgetSizeX": 1,
11
- "widgetSizeY": 1,
10
+ "widgetSizeX": 3,
11
+ "widgetSizeY": 2,
12
12
  "tags": [
13
13
  {
14
14
  "tag": "background",