@abtasty/tooltip
Advanced tools
Comparing version 2.0.23 to 2.0.24
{ | ||
"name": "@abtasty/tooltip", | ||
"description": "Widget for AB Tasty", | ||
"version": "2.0.23", | ||
"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: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", | ||
"eslint": "^8.57.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-import-resolver-node": "^0.3.2", | ||
"eslint-plugin-import": "^2.29.1", | ||
"rollup": "^4.12.0" | ||
}, | ||
"dependencies": { | ||
"@abtasty/widget-utils": "0.0.0" | ||
} | ||
} | ||
"name": "@abtasty/tooltip", | ||
"description": "Widget for AB Tasty", | ||
"version": "2.0.24", | ||
"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" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
982938
0
3785
20
- Removed@abtasty/widget-utils@0.0.0