@flekschas/utils
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -0,1 +1,5 @@ | ||
## v0.2.1 | ||
- Fix npm release | ||
## v0.2.0 | ||
@@ -11,3 +15,2 @@ | ||
- Rename topic `numerics` to `math` | ||
- Fix npm release | ||
@@ -14,0 +17,0 @@ ## v0.1.0 |
{ | ||
"name": "@flekschas/utils", | ||
"private": false, | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "A set of utility functions I use across projects", | ||
@@ -14,58 +13,8 @@ "author": { | ||
"license": "MIT", | ||
"main": "dist/utils.js", | ||
"module": "dist/utils.esm.js", | ||
"unpkg": "dist/utils.min.js", | ||
"files": [ | ||
"dist" | ||
], | ||
"main": "utils.js", | ||
"module": "utils.esm.js", | ||
"unpkg": "utils.min.js", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"scripts": { | ||
"build": "rm -rf dist/*; rollup -c; node scripts/build.js", | ||
"lint": "eslint src rollup.config.js rollup.test.config.js", | ||
"precommit": "NODE_ENV=production lint-staged", | ||
"prepublishOnly": "npm run test; npm run build", | ||
"prerelease": "npm run build; zip -r dist.zip dist", | ||
"pretest": "npm run lint", | ||
"test": "rollup -c ./rollup.test.config.js | tape-run --render='tap-spec'", | ||
"watch": "rollup -cw" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "~7.8.4", | ||
"@babel/plugin-transform-regenerator": "~7.8.3", | ||
"@babel/plugin-transform-runtime": "~7.8.3", | ||
"@babel/polyfill": "~7.8.3", | ||
"@babel/preset-env": "~7.8.4", | ||
"@babel/runtime": "~7.8.4", | ||
"@rollup/plugin-commonjs": "~11.0.1", | ||
"@rollup/plugin-json": "~4.0.1", | ||
"@rollup/plugin-multi-entry": "~3.0.0", | ||
"@rollup/plugin-node-resolve": "~7.0.0", | ||
"eslint": "~6.8.0", | ||
"eslint-config-airbnb": "~18.0.1", | ||
"eslint-config-prettier": "~6.10.0", | ||
"eslint-plugin-import": "~2.20.0", | ||
"eslint-plugin-jsx-a11y": "~6.2.3", | ||
"eslint-plugin-prettier": "~3.1.2", | ||
"eslint-plugin-react": "~7.18.0", | ||
"eslint-plugin-react-hooks": "~2.3.0", | ||
"esm": "~3.2.25", | ||
"gh-pages": "~2.2.0", | ||
"husky": "~4.2.1", | ||
"lint-staged": "~10.0.6", | ||
"prettier": "~1.19.1", | ||
"pretty-quick": "~2.0.1", | ||
"rollup": "~1.30.1", | ||
"rollup-plugin-babel": "~4.3.3", | ||
"rollup-plugin-commonjs": "~10.1.0", | ||
"rollup-plugin-filesize": "~6.2.1", | ||
"rollup-plugin-json": "~4.0.0", | ||
"rollup-plugin-node-resolve": "~5.2.0", | ||
"rollup-plugin-terser": "~5.2.0", | ||
"rollup-plugin-visualizer": "~3.3.1", | ||
"tap-spec": "~5.0.0", | ||
"tape-run": "~6.0.1", | ||
"zora": "~3.1.8" | ||
}, | ||
"homepage": "https://github.com/flekschas/utils", | ||
@@ -79,2 +28,2 @@ "repository": { | ||
} | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
157653
0
71
3791