@record-evolution/widget-scada 1.0.9 → 1.0.11

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.9",
6
+ "version": "1.0.11",
7
7
  "engines": {
8
8
  "node": ">=24.9.0",
9
9
  "npm": ">=10.0.2"
@@ -25,9 +25,14 @@
25
25
  "watch": "vite build --watch",
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
+ "schema": "node scripts/generate-schema.mjs",
28
29
  "types": "cat src/definition-schema.json | json2ts --style.tabWidth=4 > src/definition-schema.d.ts",
29
30
  "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"
31
+ "preversion": "sh scripts/release-preflight.sh",
32
+ "postversion": "git push --follow-tags && sh scripts/release-verify.sh",
33
+ "release": "npm version patch",
34
+ "release:minor": "npm version minor",
35
+ "release:major": "npm version major"
31
36
  },
32
37
  "dependencies": {
33
38
  "lit": "^3.3.3",
@@ -50,14 +55,14 @@
50
55
  },
51
56
  "repository": {
52
57
  "type": "git",
53
- "url": "git+https://github.com/RecordEvolution/widget-SCADA.git"
58
+ "url": "git+https://github.com/RecordEvolution/widget-scada.git"
54
59
  },
55
60
  "keywords": [
56
61
  "widget",
57
62
  "scada"
58
63
  ],
59
64
  "bugs": {
60
- "url": "https://github.com/RecordEvolution/widget-SCADA/issues"
65
+ "url": "https://github.com/RecordEvolution/widget-scada/issues"
61
66
  },
62
- "homepage": "https://github.com/RecordEvolution/widget-SCADA#readme"
67
+ "homepage": "https://github.com/RecordEvolution/widget-scada#readme"
63
68
  }
@@ -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",