@console-wallet/dapp-sdk 1.0.0 → 1.0.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +0 -6
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -200,9 +200,3 @@ onTxStatusChanged((ev) => {
200
200
  - Renamed: `src/requests/signSend.ts` → `src/requests/submitCommands.ts`.
201
201
  - Updated: request modules and types to reflect new names and stricter typing.
202
202
  - Updated: `README.md` to include the Watch Requests section and revised Supported Requests.
203
-
204
- ## Commits Unique to `DWE-306`
205
-
206
- - 734e148 (2025‑11‑27) feat(DWE‑307): update hints
207
- - e93f2f3 (2025‑11‑26) feat(DWE‑307): update types and request according to DA
208
- - 8f25650 (2025‑11‑25) feat(DWE‑306): added DA watch request
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@console-wallet/dapp-sdk",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",