@swype-org/react-sdk 0.1.5 → 0.1.6

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/dist/index.d.cts CHANGED
@@ -10,6 +10,7 @@ interface Provider {
10
10
  interface Chain {
11
11
  id: string;
12
12
  name: string;
13
+ commonId: number | null;
13
14
  }
14
15
  /** Token balance within a wallet source */
15
16
  interface TokenBalance {
package/dist/index.d.ts CHANGED
@@ -10,6 +10,7 @@ interface Provider {
10
10
  interface Chain {
11
11
  id: string;
12
12
  name: string;
13
+ commonId: number | null;
13
14
  }
14
15
  /** Token balance within a wallet source */
15
16
  interface TokenBalance {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swype-org/react-sdk",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "Swype React SDK — drop-in payment widget and hooks for integrating Swype payments",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",