taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 8f180594fe1e0a8e3a159b698d8edb792e13d6a9
parent 262885679cd8bedaa7b99aab5432daf7bf514a05
Author: Florian Dold <florian.dold@gmail.com>
Date:   Fri, 16 Aug 2019 22:36:04 +0200

bump idb-bridge version

Diffstat:
Mpackages/idb-bridge/package.json | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/idb-bridge/package.json b/packages/idb-bridge/package.json @@ -1,6 +1,6 @@ { "name": "idb-bridge", - "version": "0.0.3", + "version": "0.0.4", "description": "IndexedDB implementation that uses SQLite3 as storage", "main": "./build/index.js", "types": "./build/index.d.ts",