fix(core): update

This commit is contained in:
Philipp Kunz 2023-01-09 13:01:08 +01:00
parent 3f7a3c2786
commit 6e5d17a793
4 changed files with 4737 additions and 12430 deletions

12427
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -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 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'
}