fix(core): update

This commit is contained in:
Philipp Kunz 2023-05-01 12:17:39 +02:00
parent 20a81e8209
commit 2500ba4cd4
5 changed files with 4429 additions and 14241 deletions

14229
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -13,20 +13,21 @@
"build": "(tsbuild --web --allowimplicitany)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.63",
"@gitzone/tstest": "^1.0.72",
"@gitzone/tsbuild": "^2.1.65",
"@gitzone/tsrun": "^1.2.39",
"@gitzone/tstest": "^1.0.74",
"@pushrocks/tapbundle": "^5.0.4",
"@types/node": "^18.6.3"
"@types/node": "^18.16.3"
},
"dependencies": {
"@apiglobal/typedrequest-interfaces": "^1.0.15",
"@pushrocks/lik": "^6.0.0",
"@pushrocks/smartenv": "^5.0.1",
"@pushrocks/smartjson": "^5.0.1",
"@pushrocks/smartpromise": "^3.1.6",
"@pushrocks/smartrx": "^2.0.25",
"fake-indexeddb": "^4.0.0",
"idb": "^7.0.2"
"@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",
"idb": "^7.1.1"
},
"browserslist": [
"last 1 chrome versions"

4406
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/webstore',
version: '2.0.5',
version: '2.0.6',
description: 'high performance storage in the browser using indexed db'
}

10
tsconfig.json Normal file
View File

@ -0,0 +1,10 @@
{
"compilerOptions": {
"experimentalDecorators": true,
"useDefineForClassFields": false,
"target": "ES2022",
"module": "ES2022",
"moduleResolution": "nodenext",
"esModuleInterop": true
}
}