Comparing version 0.5.0 to 0.6.0
{ | ||
"name": "rapiq", | ||
"version": "0.5.0", | ||
"version": "0.6.0", | ||
"description": "A tiny library which provides utility types/functions for request and response query handling.", | ||
"main": "./dist/index.js", | ||
"typings": "dist/index.d.ts", | ||
"main": "dist/index.cjs.js", | ||
"module": "dist/index.esm.js", | ||
"types": "dist/types/index.d.ts", | ||
"files": [ | ||
@@ -11,3 +12,5 @@ "dist/" | ||
"scripts": { | ||
"build": "rimraf ./dist && tsc", | ||
"build:types": "tsc --emitDeclarationOnly", | ||
"build:js": "rollup -c", | ||
"build": "rimraf dist && npm run build:types && npm run build:js", | ||
"commit": "npx git-cz", | ||
@@ -58,2 +61,5 @@ "test": "cross-env NODE_ENV=test jest --config ./test/jest.config.js", | ||
"devDependencies": { | ||
"@babel/core": "^7.20.2", | ||
"@babel/preset-env": "^7.20.2", | ||
"@babel/preset-typescript": "^7.18.6", | ||
"@commitlint/cli": "^17.3.0", | ||
@@ -63,2 +69,5 @@ "@commitlint/config-angular": "^17.3.0", | ||
"@commitlint/cz-commitlint": "^17.3.0", | ||
"@rollup/plugin-babel": "^6.0.3", | ||
"@rollup/plugin-commonjs": "^23.0.2", | ||
"@rollup/plugin-node-resolve": "^15.0.0", | ||
"@semantic-release/changelog": "^6.0.1", | ||
@@ -79,2 +88,3 @@ "@semantic-release/commit-analyzer": "^9.0.2", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^3.5.0", | ||
"semantic-release": "^19.0.5", | ||
@@ -81,0 +91,0 @@ "ts-jest": "^27.1.4", |
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
3425
139445
31
68
1