@dynamic-labs-sdk/wallet-connect 0.1.0-alpha.36 → 0.1.0

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/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## 0.1.0 (2025-12-18)
2
+
3
+ ### 🚀 Features
4
+
5
+ - add getTransactionHistory method ([#702](https://github.com/dynamic-labs/dynamic-sdk/pull/702))
6
+
7
+ ## 0.1.0-alpha.37 (2025-12-17)
8
+
9
+ ### 🩹 Fixes
10
+
11
+ - ensure api errors are correctly parsed ([#706](https://github.com/dynamic-labs/dynamic-sdk/pull/706))
12
+
1
13
  ## 0.1.0-alpha.36 (2025-12-17)
2
14
 
3
15
  This was a version bump only, there were no code changes.
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var name = "@dynamic-labs-sdk/wallet-connect";
4
- var version = "0.1.0-alpha.36";
4
+ var version = "0.1.0";
5
5
 
6
6
  /**
7
7
  * This is a way to ensure Typescript will guard that all keys defined in
@@ -1,5 +1,5 @@
1
1
  var name = "@dynamic-labs-sdk/wallet-connect";
2
- var version = "0.1.0-alpha.36";
2
+ var version = "0.1.0";
3
3
 
4
4
  /**
5
5
  * This is a way to ensure Typescript will guard that all keys defined in
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs-sdk/wallet-connect",
3
- "version": "0.1.0-alpha.36",
3
+ "version": "0.1.0",
4
4
  "type": "module",
5
5
  "main": "./index.cjs.js",
6
6
  "module": "./index.esm.js",
@@ -19,8 +19,8 @@
19
19
  }
20
20
  },
21
21
  "dependencies": {
22
- "@dynamic-labs-sdk/assert-package-version": "0.1.0-alpha.36",
23
- "@dynamic-labs-sdk/client": "0.1.0-alpha.36",
22
+ "@dynamic-labs-sdk/assert-package-version": "0.1.0",
23
+ "@dynamic-labs-sdk/client": "0.1.0",
24
24
  "@walletconnect/sign-client": "2.21.8",
25
25
  "@walletconnect/types": "2.21.8",
26
26
  "@walletconnect/utils": "2.21.8",