4 Commits

Author SHA1 Message Date
3f7a3c2786 3.0.2 2022-06-09 19:23:56 +02:00
925921a9fe fix(core): update 2022-06-09 19:23:55 +02:00
61ccf38d85 3.0.1 2022-04-04 14:18:39 +02:00
061a79b0fd update 2022-04-04 14:18:36 +02:00
3 changed files with 2065 additions and 10624 deletions

12659
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.0",
"version": "3.0.2",
"private": false,
"description": "a cache that uses memory/disk/s3 as backup",
"main": "dist_ts/index.js",
@ -13,24 +13,24 @@
"build": "(tsbuild --web --allowimplicitany)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.60",
"@gitzone/tstest": "^1.0.69",
"@pushrocks/tapbundle": "^5.0.2",
"@types/node": "^17.0.22"
"@gitzone/tsbuild": "^2.1.63",
"@gitzone/tstest": "^1.0.71",
"@pushrocks/tapbundle": "^5.0.3",
"@types/node": "^17.0.41"
},
"dependencies": {
"@pushrocks/lik": "^5.0.4",
"@pushrocks/smartbucket": "^1.0.44",
"@pushrocks/lik": "^6.0.0",
"@pushrocks/smartbucket": "^2.0.2",
"@pushrocks/smartcache": "^1.0.13",
"@pushrocks/smartenv": "^5.0.0",
"@pushrocks/smartenv": "^5.0.2",
"@pushrocks/smartexit": "^1.0.20",
"@pushrocks/smartfile": "^9.0.6",
"@pushrocks/smartfile": "^10.0.1",
"@pushrocks/smartjson": "^4.0.6",
"@pushrocks/smartpath": "^5.0.5",
"@pushrocks/smartpromise": "^3.1.7",
"@pushrocks/smartstring": "^4.0.1",
"@pushrocks/smartstring": "^4.0.2",
"@pushrocks/smartunique": "^3.0.3",
"@pushrocks/taskbuffer": "^2.1.17"
"@pushrocks/taskbuffer": "^3.0.1"
},
"files": [
"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'
}