@podium/utils
Advanced tools
Comparing version 5.0.0-next.7 to 5.0.0-next.8
@@ -0,1 +1,8 @@ | ||
# [5.0.0-next.8](https://github.com/podium-lib/utils/compare/v5.0.0-next.7...v5.0.0-next.8) (2022-05-04) | ||
### Features | ||
* Remove CJS build step ([#170](https://github.com/podium-lib/utils/issues/170)) ([15390ed](https://github.com/podium-lib/utils/commit/15390ed2185fe0e8bc28217a5fff4eb228694c7c)) | ||
# [5.0.0-next.7](https://github.com/podium-lib/utils/compare/v5.0.0-next.6...v5.0.0-next.7) (2022-05-03) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@podium/utils", | ||
"version": "5.0.0-next.7", | ||
"version": "5.0.0-next.8", | ||
"description": "Common generic utility methods shared by @podium modules.", | ||
@@ -30,7 +30,3 @@ "type": "module", | ||
], | ||
"main": "./dist/main.js", | ||
"exports": { | ||
"require": "./dist/main.js", | ||
"import": "./lib/main.js" | ||
}, | ||
"main": "./lib/main.js", | ||
"types": "index.d.ts", | ||
@@ -42,5 +38,3 @@ "scripts": { | ||
"test:snapshots:update": "tap --snapshot", | ||
"bench": "node benchmark/benchmark.js", | ||
"prepare": "npm run -s build", | ||
"build": "rollup -c" | ||
"bench": "node benchmark/benchmark.js" | ||
}, | ||
@@ -55,17 +49,16 @@ "devDependencies": { | ||
"benchmark": "2.1.4", | ||
"eslint": "7.25.0", | ||
"eslint-config-airbnb-base": "14.2.1", | ||
"eslint-config-prettier": "8.3.0", | ||
"eslint-plugin-import": "2.22.1", | ||
"eslint-plugin-prettier": "3.4.0", | ||
"rollup": "2.45.2", | ||
"babel-eslint": "10.1.0", | ||
"tap": "15.0.5", | ||
"prettier": "2.2.1", | ||
"@podium/schemas": "5.0.0-next.4" | ||
"eslint": "8.14.0", | ||
"eslint-config-airbnb-base": "15.0.0", | ||
"eslint-config-prettier": "8.5.0", | ||
"eslint-plugin-import": "2.26.0", | ||
"eslint-plugin-prettier": "4.0.0", | ||
"@babel/eslint-parser": "7.17.0", | ||
"tap": "16.1.0", | ||
"prettier": "2.6.2", | ||
"@podium/schemas": "5.0.0-next.5" | ||
}, | ||
"dependencies": { | ||
"camelcase": "6.2.0", | ||
"camelcase": "6.3.0", | ||
"original-url": "1.2.3" | ||
} | ||
} |
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
16
57334
12
858
+ Addedcamelcase@6.3.0(transitive)
- Removedcamelcase@6.2.0(transitive)
Updatedcamelcase@6.3.0