@abtasty/countdown
Advanced tools
Comparing version 3.8.0-0 to 3.8.0-1
{ | ||
"name": "@abtasty/countdown", | ||
"description": "Widget for AB Tasty", | ||
"version": "3.8.0-0", | ||
"form": "dist/form.js", | ||
"main": "dist/main.js", | ||
"type": "module", | ||
"files": [ | ||
"dist" | ||
], | ||
"author": "ABTasty", | ||
"scripts": { | ||
"cloneConfig": "scp ../rollup.default.config.js ./rollup.config.js && scp ../babel.default.config.json ./babel.config.json", | ||
"publish:staging": "npm version prerelease && yarn && yarn build && npm publish", | ||
"publish:prod": "npm version patch && yarn && yarn build && npm publish", | ||
"publish:staging:breaking:minor": "npm version preminor && yarn && yarn build && npm publish", | ||
"publish:breaking:minor": "npm version minor && yarn && yarn build && npm publish", | ||
"publish:staging:breaking:major": "npm version premajor && yarn && yarn build && npm publish", | ||
"publish:breaking:major": "npm version major && yarn && yarn build && npm publish", | ||
"watch": "yarn run cloneConfig && rollup -c --watch", | ||
"build": "yarn run cloneConfig && rollup -c" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.24.0", | ||
"@babel/eslint-parser": "^7.23.10", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.18.6", | ||
"@babel/preset-env": "^7.24.0", | ||
"@rollup/plugin-babel": "^6.0.3", | ||
"@rollup/plugin-eslint": "^9.0.1", | ||
"@rollup/plugin-node-resolve": "^15.0.1", | ||
"@rollup/plugin-terser": "^0.4.4", | ||
"babel-plugin-minify-dead-code-elimination": "^0.5.2", | ||
"caniuse-lite": "^1.0.30001434", | ||
"cssnano": "^5.1.12", | ||
"eslint": "^8.57.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-import-resolver-node": "^0.3.2", | ||
"eslint-plugin-import": "^2.29.1", | ||
"postcss": "^8.4.19", | ||
"postcss-cssnext": "^3.1.1", | ||
"rollup": "^4.12.0", | ||
"rollup-plugin-postcss": "^4.0.2", | ||
"snowpack": "^3.8.8" | ||
}, | ||
"dependencies": { | ||
"@abtasty/widget-utils": "0.0.0" | ||
}, | ||
"snowpack": { | ||
"webDependencies": [ | ||
"@abtasty/widget-utils" | ||
] | ||
} | ||
} | ||
"name": "@abtasty/countdown", | ||
"description": "Widget for AB Tasty", | ||
"version": "3.8.0-1", | ||
"form": "dist/form.js", | ||
"main": "dist/main.js", | ||
"type": "module", | ||
"files": [ | ||
"dist" | ||
], | ||
"author": "ABTasty", | ||
"license": "MIT", | ||
"scripts": { | ||
"cloneConfig": "scp ../rollup.default.config.js ./rollup.config.js && scp ../babel.default.config.json ./babel.config.json", | ||
"publish:package": "yarn build && yarn npm publish --access public", | ||
"publish:staging": "yarn && yarn version prerelease && yarn run publish:package", | ||
"publish:prod": "yarn && yarn version patch && yarn run publish:package", | ||
"publish:staging:breaking:minor": "yarn && yarn version preminor && yarn run publish:package", | ||
"publish:breaking:minor": "yarn && yarn version minor && yarn run publish:package", | ||
"publish:staging:breaking:major": "yarn && yarn version premajor && yarn run publish:package", | ||
"publish:breaking:major": "yarn && yarn version major && yarn run publish:package", | ||
"watch": "yarn && yarn run cloneConfig && rollup -c --watch", | ||
"build": "yarn && yarn run cloneConfig && rollup -c" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.24.0", | ||
"@babel/eslint-parser": "^7.23.10", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.18.6", | ||
"@babel/preset-env": "^7.24.0", | ||
"@rollup/plugin-alias": "5.1.0", | ||
"@rollup/plugin-babel": "^6.0.3", | ||
"@rollup/plugin-eslint": "^9.0.1", | ||
"@rollup/plugin-node-resolve": "^15.0.1", | ||
"@rollup/plugin-terser": "^0.4.4", | ||
"babel-plugin-minify-dead-code-elimination": "^0.5.2", | ||
"caniuse-lite": "^1.0.30001434", | ||
"cssnano": "^5.1.12", | ||
"eslint": "^8.57.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-import-resolver-node": "^0.3.2", | ||
"eslint-plugin-import": "^2.29.1", | ||
"postcss": "^8.4.19", | ||
"postcss-cssnext": "^3.1.1", | ||
"rollup": "^4.12.0", | ||
"rollup-plugin-postcss": "^4.0.2" | ||
}, | ||
"stableVersion": "3.8.0-0" | ||
} |
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
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
1003939
0
3869
1
- Removed@abtasty/widget-utils@0.0.0