@record-evolution/widget-overlay 1.0.4 → 1.0.6
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-overlay.js +2 -2
- package/package.json +4 -3
- package/thumbnail.png +0 -0
package/dist/widget-overlay.js
CHANGED
|
@@ -1081,7 +1081,7 @@ LinearProgress = __decorate([
|
|
|
1081
1081
|
class WidgetImage extends i$2 {
|
|
1082
1082
|
constructor() {
|
|
1083
1083
|
super();
|
|
1084
|
-
this.version = '1.0.
|
|
1084
|
+
this.version = '1.0.6';
|
|
1085
1085
|
this.getModifier = this.getModifier.bind(this);
|
|
1086
1086
|
}
|
|
1087
1087
|
update(changedProperties) {
|
|
@@ -1476,7 +1476,7 @@ __decorate([
|
|
|
1476
1476
|
__decorate([
|
|
1477
1477
|
e$2('#base-layer')
|
|
1478
1478
|
], WidgetImage.prototype, "baseLayer", void 0);
|
|
1479
|
-
window.customElements.define('widget-overlay-1.0.
|
|
1479
|
+
window.customElements.define('widget-overlay-1.0.6', WidgetImage);
|
|
1480
1480
|
|
|
1481
1481
|
export { WidgetImage };
|
|
1482
1482
|
//# sourceMappingURL=widget-overlay.js.map
|
package/package.json
CHANGED
|
@@ -3,13 +3,14 @@
|
|
|
3
3
|
"description": "Webcomponent widget-overlay following open-wc recommendations",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "widget-overlay",
|
|
6
|
-
"version": "1.0.
|
|
6
|
+
"version": "1.0.6",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"main": "dist/widget-overlay.js",
|
|
9
9
|
"types": "dist/src/widget-overlay.d.ts",
|
|
10
10
|
"files": [
|
|
11
11
|
"dist",
|
|
12
|
-
"src"
|
|
12
|
+
"src",
|
|
13
|
+
"thumbnail.png"
|
|
13
14
|
],
|
|
14
15
|
"scripts": {
|
|
15
16
|
"analyze": "cem analyze --litelement",
|
|
@@ -19,7 +20,7 @@
|
|
|
19
20
|
"unlink": "npm unlink --global && cd ../RESWARM/frontend && npm unlink @record-evolution/widget-overlay && npm i @record-evolution/widget-overlay",
|
|
20
21
|
"watch": "rollup -w -c rollup.config.js",
|
|
21
22
|
"types": "cat src/definition-schema.json | json2ts --style.tabWidth=4 > src/definition-schema.d.ts",
|
|
22
|
-
"release": "npm run build && npm version patch --tag-version-prefix='' && git push && git push --tag"
|
|
23
|
+
"release": "npm run build && npm version patch --tag-version-prefix='' && git push && git push --tag && npm run build"
|
|
23
24
|
},
|
|
24
25
|
"dependencies": {
|
|
25
26
|
"lit": "^3.3.0"
|
package/thumbnail.png
ADDED
|
Binary file
|