fix(core): update

This commit is contained in:
Philipp Kunz 2022-06-09 19:23:55 +02:00
parent 61ccf38d85
commit 925921a9fe
3 changed files with 1635 additions and 9561 deletions

11172
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -13,24 +13,24 @@
"build": "(tsbuild --web --allowimplicitany)" "build": "(tsbuild --web --allowimplicitany)"
}, },
"devDependencies": { "devDependencies": {
"@gitzone/tsbuild": "^2.1.61", "@gitzone/tsbuild": "^2.1.63",
"@gitzone/tstest": "^1.0.70", "@gitzone/tstest": "^1.0.71",
"@pushrocks/tapbundle": "^5.0.3", "@pushrocks/tapbundle": "^5.0.3",
"@types/node": "^17.0.23" "@types/node": "^17.0.41"
}, },
"dependencies": { "dependencies": {
"@pushrocks/lik": "^5.0.4", "@pushrocks/lik": "^6.0.0",
"@pushrocks/smartbucket": "^2.0.1", "@pushrocks/smartbucket": "^2.0.2",
"@pushrocks/smartcache": "^1.0.13", "@pushrocks/smartcache": "^1.0.13",
"@pushrocks/smartenv": "^5.0.1", "@pushrocks/smartenv": "^5.0.2",
"@pushrocks/smartexit": "^1.0.20", "@pushrocks/smartexit": "^1.0.20",
"@pushrocks/smartfile": "^9.0.6", "@pushrocks/smartfile": "^10.0.1",
"@pushrocks/smartjson": "^4.0.6", "@pushrocks/smartjson": "^4.0.6",
"@pushrocks/smartpath": "^5.0.5", "@pushrocks/smartpath": "^5.0.5",
"@pushrocks/smartpromise": "^3.1.7", "@pushrocks/smartpromise": "^3.1.7",
"@pushrocks/smartstring": "^4.0.2", "@pushrocks/smartstring": "^4.0.2",
"@pushrocks/smartunique": "^3.0.3", "@pushrocks/smartunique": "^3.0.3",
"@pushrocks/taskbuffer": "^3.0.0" "@pushrocks/taskbuffer": "^3.0.1"
}, },
"files": [ "files": [
"ts/**/*", "ts/**/*",

8
ts/00_commitinfo_data.ts Normal file
View File

@ -0,0 +1,8 @@
/**
* autocreated commitinfo by @pushrocks/commitinfo
*/
export const commitinfo = {
name: '@pushrocks/levelcache',
version: '3.0.2',
description: 'a cache that uses memory/disk/s3 as backup'
}