Compare commits
4 Commits
v3.0.2
...
2266ee0c73
Author | SHA1 | Date | |
---|---|---|---|
2266ee0c73 | |||
e4f0a60644 | |||
946e1cb7d3 | |||
6e5d17a793 |
@@ -3,10 +3,10 @@
|
|||||||
"projectType": "npm",
|
"projectType": "npm",
|
||||||
"module": {
|
"module": {
|
||||||
"githost": "gitlab.com",
|
"githost": "gitlab.com",
|
||||||
"gitscope": "pushrocks",
|
"gitscope": "push.rocks",
|
||||||
"gitrepo": "levelcache",
|
"gitrepo": "levelcache",
|
||||||
"description": "a cache that uses memory/disk/s3 as backup",
|
"description": "a cache that uses memory/disk/s3 as backup",
|
||||||
"npmPackagename": "@pushrocks/levelcache",
|
"npmPackagename": "@push.rocks/levelcache",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"projectDomain": "push.rocks"
|
"projectDomain": "push.rocks"
|
||||||
}
|
}
|
||||||
|
12427
package-lock.json
generated
12427
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@pushrocks/levelcache",
|
"name": "@push.rocks/levelcache",
|
||||||
"version": "3.0.2",
|
"version": "3.0.3",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "a cache that uses memory/disk/s3 as backup",
|
"description": "a cache that uses memory/disk/s3 as backup",
|
||||||
"main": "dist_ts/index.js",
|
"main": "dist_ts/index.js",
|
||||||
@@ -14,9 +14,10 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@gitzone/tsbuild": "^2.1.63",
|
"@gitzone/tsbuild": "^2.1.63",
|
||||||
|
"@gitzone/tsrun": "^1.2.39",
|
||||||
"@gitzone/tstest": "^1.0.71",
|
"@gitzone/tstest": "^1.0.71",
|
||||||
"@pushrocks/tapbundle": "^5.0.3",
|
"@pushrocks/tapbundle": "^5.0.3",
|
||||||
"@types/node": "^17.0.41"
|
"@types/node": "^18.11.18"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@pushrocks/lik": "^6.0.0",
|
"@pushrocks/lik": "^6.0.0",
|
||||||
@@ -25,7 +26,7 @@
|
|||||||
"@pushrocks/smartenv": "^5.0.2",
|
"@pushrocks/smartenv": "^5.0.2",
|
||||||
"@pushrocks/smartexit": "^1.0.20",
|
"@pushrocks/smartexit": "^1.0.20",
|
||||||
"@pushrocks/smartfile": "^10.0.1",
|
"@pushrocks/smartfile": "^10.0.1",
|
||||||
"@pushrocks/smartjson": "^4.0.6",
|
"@pushrocks/smartjson": "^5.0.5",
|
||||||
"@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",
|
||||||
|
4752
pnpm-lock.yaml
generated
Normal file
4752
pnpm-lock.yaml
generated
Normal file
File diff suppressed because it is too large
Load Diff
@@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@pushrocks/levelcache',
|
name: '@pushrocks/levelcache',
|
||||||
version: '3.0.2',
|
version: '3.0.3',
|
||||||
description: 'a cache that uses memory/disk/s3 as backup'
|
description: 'a cache that uses memory/disk/s3 as backup'
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user