@abtasty/widget-quality 0.4.22 → 0.4.23

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.
Files changed (3) hide show
  1. package/dist/form.js +2222 -1
  2. package/dist/main.js +2699 -1
  3. package/package.json +3 -4
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.22",
4
+ "version": "0.4.23",
5
5
  "form": "dist/form.js",
6
6
  "main": "dist/main.js",
7
7
  "type": "module",
@@ -19,8 +19,8 @@
19
19
  "publish:breaking:minor": "yarn && yarn version minor && yarn run publish:package",
20
20
  "publish:staging:breaking:major": "yarn && npm version premajor && yarn run publish:package",
21
21
  "publish:breaking:major": "yarn && yarn version major && yarn run publish:package",
22
- "watch": "yarn && yarn run cloneConfig && rollup -c --watch",
23
- "build": "yarn && yarn run cloneConfig && rollup -c"
22
+ "watch": "yarn && rollup -c --watch",
23
+ "build": "yarn && rollup -c"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@babel/core": "^7.24.0",
@@ -31,7 +31,6 @@
31
31
  "@rollup/plugin-babel": "^6.0.3",
32
32
  "@rollup/plugin-eslint": "^9.0.1",
33
33
  "@rollup/plugin-node-resolve": "^15.0.1",
34
- "@rollup/plugin-terser": "^0.4.4",
35
34
  "babel-plugin-minify-dead-code-elimination": "^0.5.2",
36
35
  "caniuse-lite": "^1.0.30001434",
37
36
  "cssnano": "^5.1.12",