@ribajs/cache
Advanced tools
Comparing version 2.0.0-beta.8 to 2.0.0-beta.9
{ | ||
"name": "@ribajs/cache", | ||
"description": "Cache module of Riba.js", | ||
"version": "2.0.0-beta.8", | ||
"version": "2.0.0-beta.9", | ||
"type": "module", | ||
@@ -15,3 +15,3 @@ "engines": { | ||
"url": "https://github.com/ribajs/riba/tree/master/packages/cache", | ||
"main": "./src/index.ts", | ||
"main": "src/index.ts", | ||
"module": "src/index.ts", | ||
@@ -58,11 +58,11 @@ "source": "src/index.ts", | ||
"@babel/runtime-corejs3": "^7.21.0", | ||
"@ribajs/eslint-config": "^2.0.0-beta.8", | ||
"@ribajs/tsconfig": "^2.0.0-beta.8", | ||
"@types/jest": "^29.5.0", | ||
"@typescript-eslint/eslint-plugin": "^5.59.0", | ||
"@typescript-eslint/parser": "^5.59.0", | ||
"eslint": "^8.38.0", | ||
"@ribajs/eslint-config": "^2.0.0-beta.9", | ||
"@ribajs/tsconfig": "^2.0.0-beta.9", | ||
"@types/jest": "^29.5.1", | ||
"@typescript-eslint/eslint-plugin": "^5.59.1", | ||
"@typescript-eslint/parser": "^5.59.1", | ||
"eslint": "^8.39.0", | ||
"eslint-config-prettier": "^8.8.0", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"prettier": "^2.8.7", | ||
"prettier": "^2.8.8", | ||
"typescript": "5.0.4" | ||
@@ -69,0 +69,0 @@ }, |
Sorry, the diff of this file is not supported yet
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
23050