@abtasty/countdown
Advanced tools
Comparing version 3.7.8 to 3.7.9
{ | ||
"name": "@abtasty/countdown", | ||
"description": "Widget for AB Tasty", | ||
"version": "3.7.8", | ||
"version": "3.7.9", | ||
"form": "dist/form.js", | ||
"main": "dist/main.js", | ||
"type": "module", | ||
"files": [ | ||
"dist" | ||
], | ||
"homepage": "https://abtasty.com", | ||
"author": "ABTasty", | ||
"scripts": { | ||
"watch": "rollup -c --watch --dev", | ||
"build": "rollup -c", | ||
"eslint": "eslint src/**/*.js", | ||
"update:utils": "npm install @abtasty/widget-utils@latest", | ||
"publish:qa": "npm run build && npm version prerelease && npm publish", | ||
"publish:preminor": "npm run build && npm version preminor && npm publish", | ||
"publish:patch": "npm run build && npm version patch && npm publish" | ||
"cloneConfig": "scp ../rollup.default.config.js ./rollup.config.js && scp ../babel.default.config.json ./babel.config.json", | ||
"watch": "yarn run cloneConfig && rollup -c --watch", | ||
"build": "yarn run cloneConfig && rollup -c" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.18.9", | ||
"@babel/eslint-parser": "^7.18.9", | ||
"@babel/helper-define-map": "^7.18.6", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.18.9", | ||
"@babel/plugin-transform-classes": "^7.18.9", | ||
"@babel/plugin-transform-runtime": "^7.18.9", | ||
"@babel/preset-env": "^7.18.9", | ||
"@babel/runtime": "^7.18.9", | ||
"@rollup/plugin-babel": "^5.3.1", | ||
"@rollup/plugin-node-resolve": "^13.3.0", | ||
"@babel/core": "^7.20.5", | ||
"@babel/eslint-parser": "^7.19.1", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.18.6", | ||
"@babel/preset-env": "^7.19.3", | ||
"@rollup/plugin-babel": "^6.0.3", | ||
"@rollup/plugin-eslint": "^9.0.1", | ||
"@rollup/plugin-node-resolve": "^15.0.1", | ||
"@rollup/plugin-terser": "^0.1.0", | ||
"babel-plugin-minify-dead-code-elimination": "^0.5.2", | ||
"caniuse-lite": "^1.0.30001434", | ||
"cssnano": "^5.1.12", | ||
"eslint": "^8.20.0", | ||
"eslint": "^8.28.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-import-resolver-node": "^0.3.6", | ||
"eslint-import-resolver-node": "^0.3.2", | ||
"eslint-plugin-import": "^2.26.0", | ||
"postcss": "^8.4.19", | ||
"postcss-cssnext": "^3.1.1", | ||
"rollup": "^2.77.0", | ||
"rollup-plugin-babel": "^4.4.0", | ||
"rollup-plugin-eslint": "^7.0.0", | ||
"rollup": "^3.5.0", | ||
"rollup-plugin-postcss": "^4.0.2", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"rollup-watch": "^3.2.2", | ||
"snowpack": "^3.8.8" | ||
}, | ||
"dependencies": { | ||
"@abtasty/widget-utils": "^1.18.37" | ||
"@abtasty/widget-utils": "0.0.0" | ||
}, | ||
@@ -50,0 +42,0 @@ "snowpack": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1004736
20
3867
Yes
3
1
2
0
- Removed@abtasty/widget-utils@1.18.38(transitive)
Updated@abtasty/widget-utils@0.0.0