2 Commits

Author SHA1 Message Date
946e1cb7d3 3.0.3 2023-01-09 13:01:09 +01:00
6e5d17a793 fix(core): update 2023-01-09 13:01:08 +01:00
4 changed files with 4738 additions and 12431 deletions

12427
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/levelcache",
"version": "3.0.2",
"version": "3.0.3",
"private": false,
"description": "a cache that uses memory/disk/s3 as backup",
"main": "dist_ts/index.js",
@ -14,9 +14,10 @@
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.63",
"@gitzone/tsrun": "^1.2.39",
"@gitzone/tstest": "^1.0.71",
"@pushrocks/tapbundle": "^5.0.3",
"@types/node": "^17.0.41"
"@types/node": "^18.11.18"
},
"dependencies": {
"@pushrocks/lik": "^6.0.0",
@ -25,7 +26,7 @@
"@pushrocks/smartenv": "^5.0.2",
"@pushrocks/smartexit": "^1.0.20",
"@pushrocks/smartfile": "^10.0.1",
"@pushrocks/smartjson": "^4.0.6",
"@pushrocks/smartjson": "^5.0.5",
"@pushrocks/smartpath": "^5.0.5",
"@pushrocks/smartpromise": "^3.1.7",
"@pushrocks/smartstring": "^4.0.2",

4733
pnpm-lock.yaml generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@pushrocks/levelcache',
version: '3.0.2',
version: '3.0.3',
description: 'a cache that uses memory/disk/s3 as backup'
}