@abtasty/widget-quality 0.4.1-0 → 0.4.2
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/form.js +1 -1
- package/dist/main.js +1 -1
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@abtasty/widget-quality",
|
3
3
|
"description": "Demo and testing widget for new features.",
|
4
|
-
"version": "0.4.
|
4
|
+
"version": "0.4.2",
|
5
5
|
"form": "dist/form.js",
|
6
6
|
"main": "dist/main.js",
|
7
7
|
"files": [
|
@@ -31,6 +31,6 @@
|
|
31
31
|
"rollup-plugin-terser": "^7.0.0"
|
32
32
|
},
|
33
33
|
"dependencies": {
|
34
|
-
"@abtasty/widget-utils": "^1.18.
|
34
|
+
"@abtasty/widget-utils": "^1.18.22"
|
35
35
|
}
|
36
36
|
}
|