@record-evolution/widget-value 1.1.15 → 1.1.16
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/widget-value.js +2 -2
- package/package.json +2 -2
package/dist/widget-value.js
CHANGED
|
@@ -902,7 +902,7 @@ class WidgetValue extends i$1 {
|
|
|
902
902
|
super();
|
|
903
903
|
this.dataSets = new Map();
|
|
904
904
|
this.textActive = true;
|
|
905
|
-
this.version = '1.1.
|
|
905
|
+
this.version = '1.1.16';
|
|
906
906
|
this.origWidth = 0;
|
|
907
907
|
this.origHeight = 0;
|
|
908
908
|
this.resizeObserver = new ResizeObserver(this.applyData.bind(this));
|
|
@@ -1239,7 +1239,7 @@ __decorate([
|
|
|
1239
1239
|
__decorate([
|
|
1240
1240
|
r()
|
|
1241
1241
|
], WidgetValue.prototype, "themeSubtitleColor", void 0);
|
|
1242
|
-
window.customElements.define('widget-value-1.1.
|
|
1242
|
+
window.customElements.define('widget-value-1.1.16', WidgetValue);
|
|
1243
1243
|
|
|
1244
1244
|
export { WidgetValue };
|
|
1245
1245
|
//# sourceMappingURL=widget-value.js.map
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "REWidget widget-value",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "widget-value",
|
|
6
|
-
"version": "1.1.
|
|
6
|
+
"version": "1.1.16",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": "18.18.2",
|
|
9
9
|
"npm": ">=10.0.2"
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"unlink": "npm unlink --global && cd ../RESWARM/frontend && npm unlink @record-evolution/widget-value && npm i @record-evolution/widget-value",
|
|
25
25
|
"types": "cat src/definition-schema.json | json2ts > src/definition-schema.d.ts",
|
|
26
26
|
"start:build": "npm run build && es-dev-server --root-dir dist --app-index index.html --compatibility none --open",
|
|
27
|
-
"release": "npm run build && npm run types && npm version patch --tag-version-prefix='' && git push && git push --tag"
|
|
27
|
+
"release": "npm run build && npm run types && npm version patch --tag-version-prefix='' && git push && git push --tag && npm run build"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"lit": "^3.3.0"
|