@bsv/wallet-toolbox 1.2.36 → 1.2.38
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/pull_request_template.md +0 -2
- package/docs/client.md +244 -169
- package/docs/wallet.md +244 -169
- package/out/src/CWIStyleWalletManager.d.ts +151 -131
- package/out/src/CWIStyleWalletManager.d.ts.map +1 -1
- package/out/src/CWIStyleWalletManager.js +654 -555
- package/out/src/CWIStyleWalletManager.js.map +1 -1
- package/out/src/__tests/CWIStyleWalletManager.test.js +6 -6
- package/out/src/__tests/CWIStyleWalletManager.test.js.map +1 -1
- package/out/test/Wallet/local/localWallet.man.test.js.map +1 -1
- package/out/test/Wallet/local/localWallet2.man.test.js +11 -2
- package/out/test/Wallet/local/localWallet2.man.test.js.map +1 -1
- package/out/test/Wallet/support/opers1.man.test.js +7 -5
- package/out/test/Wallet/support/opers1.man.test.js.map +1 -1
- package/out/tsconfig.all.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/CWIStyleWalletManager.ts +821 -663
- package/src/__tests/CWIStyleWalletManager.test.ts +6 -6
- package/test/Wallet/local/localWallet.man.test.ts +1 -5
- package/test/Wallet/local/localWallet2.man.test.ts +15 -4
- package/test/Wallet/support/opers1.man.test.ts +27 -22
|
@@ -18,7 +18,5 @@ Describe the tests you've added or any testing steps you've taken.
|
|
|
18
18
|
|
|
19
19
|
- [ ] I have performed a self-review of my own code
|
|
20
20
|
- [ ] I have made corresponding changes to the documentation
|
|
21
|
-
- [ ] My changes generate no new warnings
|
|
22
|
-
- [ ] I have updated `CHANGELOG.md` with my changes
|
|
23
21
|
- [ ] I have run `npm run doc` and `npm run lint` one final time before requesting a review
|
|
24
22
|
- [ ] I have run `npm version patch` so that my changes will trigger a new version to be released when they are merged
|