@javien/mikro-orm-redis-cache-adapter
Advanced tools
Comparing version 0.2.0 to 0.3.0
{ | ||
"name": "@javien/mikro-orm-redis-cache-adapter", | ||
"description": "mikro-orm redis cache adapter using v8 serialize", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"license": "MIT", | ||
@@ -37,16 +37,18 @@ "author": "Javien Lee <kraccoon@dimipay.io> (https://github.com/SnowMarble/)", | ||
"bundle": "esbuild src/index.ts --bundle --platform=node --minify", | ||
"bundle:cjs": "pnpm bundle --outfile=dist/index.cjs --format=cjs", | ||
"bundle:esm": "pnpm bundle --outfile=dist/index.mjs --format=esm", | ||
"bundle:cjs": "pnpm bundle --outfile=dist/index.cjs --packages=external --format=cjs", | ||
"bundle:esm": "pnpm bundle --outfile=dist/index.mjs --packages=external --format=esm", | ||
"emitDeclarations": "tsc --emitDeclarationOnly --outdir dist", | ||
"build": "rm -rf dist && pnpm \"/^bundle:.+$/\" && pnpm emitDeclarations" | ||
}, | ||
"dependencies": { | ||
"fast-safe-stringify": "^2.1.1" | ||
}, | ||
"devDependencies": { | ||
"@biomejs/biome": "1.7.3", | ||
"@changesets/cli": "^2.27.3", | ||
"@mikro-orm/core": "^6.2.8", | ||
"@types/node": "^20.12.12", | ||
"esbuild": "^0.21.3", | ||
"@mikro-orm/core": "^6.2.9", | ||
"@types/node": "^20.14.11", | ||
"esbuild": "^0.21.5", | ||
"ioredis": "^5.4.1", | ||
"type-fest": "^4.18.2", | ||
"typescript": "^5.4.5" | ||
"type-fest": "^4.22.0", | ||
"typescript": "^5.5.3" | ||
}, | ||
@@ -53,0 +55,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
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
13278
7
82
1
+ Addedfast-safe-stringify@^2.1.1
+ Addedfast-safe-stringify@2.1.1(transitive)