fix(core): update
This commit is contained in:
31
package.json
31
package.json
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "@pushrocks/webstore",
|
||||
"name": "@push.rocks/webstore",
|
||||
"version": "2.0.8",
|
||||
"private": false,
|
||||
"description": "high performance storage in the browser using indexed db",
|
||||
@@ -10,24 +10,25 @@
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"test": "(tstest test/ --web)",
|
||||
"build": "(tsbuild --web --allowimplicitany)"
|
||||
"build": "(tsbuild --web --allowimplicitany)",
|
||||
"buildDocs": "tsdoc"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@gitzone/tsbuild": "^2.1.65",
|
||||
"@gitzone/tsrun": "^1.2.39",
|
||||
"@gitzone/tstest": "^1.0.74",
|
||||
"@pushrocks/smartntml": "^2.0.3",
|
||||
"@pushrocks/tapbundle": "^5.0.4",
|
||||
"@types/node": "^18.16.3"
|
||||
"@gitzone/tsbuild": "^2.1.66",
|
||||
"@gitzone/tsrun": "^1.2.44",
|
||||
"@gitzone/tstest": "^1.0.77",
|
||||
"@push.rocks/smartntml": "^2.0.4",
|
||||
"@push.rocks/tapbundle": "^5.0.12",
|
||||
"@types/node": "^20.4.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"@apiglobal/typedrequest-interfaces": "^2.0.1",
|
||||
"@pushrocks/lik": "^6.0.2",
|
||||
"@pushrocks/smartenv": "^5.0.5",
|
||||
"@pushrocks/smartjson": "^5.0.5",
|
||||
"@pushrocks/smartpromise": "^4.0.2",
|
||||
"@pushrocks/smartrx": "^3.0.0",
|
||||
"fake-indexeddb": "^4.0.1",
|
||||
"@push.rocks/lik": "^6.0.3",
|
||||
"@push.rocks/smartenv": "^5.0.5",
|
||||
"@push.rocks/smartjson": "^5.0.6",
|
||||
"@push.rocks/smartpromise": "^4.0.3",
|
||||
"@push.rocks/smartrx": "^3.0.6",
|
||||
"fake-indexeddb": "^4.0.2",
|
||||
"idb": "^7.1.1"
|
||||
},
|
||||
"browserslist": [
|
||||
@@ -45,4 +46,4 @@
|
||||
"npmextra.json",
|
||||
"readme.md"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user