Compare commits

..

4 Commits

Author SHA1 Message Date
ccae316e29 2.0.11 2023-09-30 15:10:42 +02:00
5de6e1d591 fix(core): update 2023-09-30 15:10:42 +02:00
7fe5f98477 2.0.10 2023-09-23 10:08:50 +02:00
ce9f998da8 fix(core): update 2023-09-23 10:08:50 +02:00
4 changed files with 1777 additions and 445 deletions

View File

@ -119,6 +119,6 @@ jobs:
run: |
npmci node install stable
npmci npm install
pnpm install -g @gitzone/tsdoc
pnpm install -g @git.zone/tsdoc
npmci command tsdoc
continue-on-error: true

View File

@ -1,6 +1,6 @@
{
"name": "@push.rocks/webstore",
"version": "2.0.9",
"version": "2.0.11",
"private": false,
"description": "high performance storage in the browser using indexed db",
"main": "dist_ts/index.js",
@ -14,18 +14,18 @@
"buildDocs": "tsdoc"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.66",
"@gitzone/tsrun": "^1.2.44",
"@gitzone/tstest": "^1.0.77",
"@git.zone/tsbuild": "^2.1.70",
"@git.zone/tsrun": "^1.2.46",
"@git.zone/tstest": "^1.0.81",
"@push.rocks/smartntml": "^2.0.4",
"@push.rocks/tapbundle": "^5.0.12",
"@types/node": "^20.4.5"
"@push.rocks/tapbundle": "^5.0.15",
"@types/node": "^20.8.0"
},
"dependencies": {
"@apiglobal/typedrequest-interfaces": "^2.0.1",
"@push.rocks/lik": "^6.0.3",
"@push.rocks/lik": "^6.0.5",
"@push.rocks/smartenv": "^5.0.5",
"@push.rocks/smartjson": "^5.0.6",
"@push.rocks/smartjson": "^5.0.10",
"@push.rocks/smartpromise": "^4.0.3",
"@push.rocks/smartrx": "^3.0.6",
"fake-indexeddb": "^4.0.2",

2202
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/webstore',
version: '2.0.9',
version: '2.0.11',
description: 'high performance storage in the browser using indexed db'
}