Skip to content

Commit c70d34b

Browse files
committed
client v1.1.10
1 parent 712497a commit c70d34b

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

client/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bsv/wallet-toolbox-client",
3-
"version": "1.1.9",
3+
"version": "1.1.10",
44
"description": "Client only Wallet Storage",
55
"main": "./out/src/index.client.js",
66
"types": "./out/src/index.client.d.ts",

test/storage/update.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ describe('update tests', () => {
4242
let setups: { setup: TestSetup1; storage: StorageProvider }[]
4343

4444
beforeEach(async () => {
45-
4645
setups = []
4746
storages = []
4847
const databaseName = testName()

0 commit comments

Comments
 (0)