@ribajs/cache
Advanced tools
Comparing version 2.0.0-alpha.16 to 2.0.0-beta.1
{ | ||
"name": "@ribajs/cache", | ||
"description": "Cache module of Riba.js", | ||
"version": "2.0.0-alpha.16", | ||
"version": "2.0.0-beta.1", | ||
"type": "module", | ||
@@ -41,3 +41,3 @@ "engines": { | ||
"lint": "eslint ./src --ext .js,.jsx,.ts,.tsx,.cts,.mts --fix && tsc --noEmit", | ||
"build": "npm run lint && npm run build:module", | ||
"build": "yarn run lint && yarn run build:module", | ||
"build:module": "tsc", | ||
@@ -56,13 +56,13 @@ "clean": "rm -rf ./dist ./lib" | ||
"devDependencies": { | ||
"@babel/runtime": "^7.20.1", | ||
"@babel/runtime-corejs3": "^7.20.1", | ||
"@ribajs/eslint-config": "^2.0.0-alpha.16", | ||
"@ribajs/tsconfig": "^2.0.0-alpha.16", | ||
"@types/jest": "^28.1.8", | ||
"@typescript-eslint/eslint-plugin": "^5.43.0", | ||
"@typescript-eslint/parser": "^5.43.0", | ||
"eslint": "^8.27.0", | ||
"@babel/runtime": "^7.20.6", | ||
"@babel/runtime-corejs3": "^7.20.6", | ||
"@ribajs/eslint-config": "^2.0.0-beta.1", | ||
"@ribajs/tsconfig": "^2.0.0-beta.1", | ||
"@types/jest": "^29.2.4", | ||
"@typescript-eslint/eslint-plugin": "^5.45.1", | ||
"@typescript-eslint/parser": "^5.45.1", | ||
"eslint": "^8.29.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"prettier": "^2.7.1", | ||
"prettier": "^2.8.0", | ||
"typescript": "4.9.3" | ||
@@ -69,0 +69,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
22438