@abtasty/scroll-tracking
Advanced tools
Comparing version 3.4.4 to 3.4.5
{ | ||
"name": "@abtasty/scroll-tracking", | ||
"description": "AB Tasty Widget", | ||
"version": "3.4.4", | ||
"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", | ||
"watch": "yarn run cloneConfig && rollup -c --watch", | ||
"build": "yarn run cloneConfig && rollup -c" | ||
}, | ||
"devDependencies": { | ||
"@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", | ||
"eslint": "^8.28.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-import-resolver-node": "^0.3.2", | ||
"eslint-plugin-import": "^2.26.0", | ||
"rollup": "^3.5.0" | ||
}, | ||
"dependencies": { | ||
"@abtasty/widget-utils": "0.0.0" | ||
} | ||
"name": "@abtasty/scroll-tracking", | ||
"description": "AB Tasty Widget", | ||
"version": "3.4.5", | ||
"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" | ||
} | ||
} |
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
5077