@talken/talkenkit 2.3.5 → 2.3.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.
@@ -1,17 +1,17 @@
1
1
  "use client";
2
2
  import {
3
3
  abcWallet
4
- } from "./chunk-CSWWNAYR.js";
5
- import "./chunk-X4CDP7L7.js";
6
- import "./chunk-3DPCIDW6.js";
4
+ } from "./chunk-RSZS2RMC.js";
5
+ import "./chunk-BHMMHU7Y.js";
6
+ import "./chunk-P2E4LSYH.js";
7
7
  import "./chunk-G2LI5MVX.js";
8
8
  import "./chunk-73B7HWCT.js";
9
9
  import "./chunk-W23N7VC4.js";
10
10
  import "./chunk-VETRBBA2.js";
11
11
  import "./chunk-5UEBEMEE.js";
12
12
  import {
13
- tokenaryWallet
14
- } from "./chunk-U24COF36.js";
13
+ trustWallet
14
+ } from "./chunk-EM6BREIH.js";
15
15
  import {
16
16
  uniswapWallet
17
17
  } from "./chunk-DLDZUVTB.js";
@@ -55,8 +55,8 @@ import {
55
55
  tokenPocketWallet
56
56
  } from "./chunk-RCZCJUTR.js";
57
57
  import {
58
- trustWallet
59
- } from "./chunk-EM6BREIH.js";
58
+ tokenaryWallet
59
+ } from "./chunk-U24COF36.js";
60
60
  import {
61
61
  oneKeyWallet
62
62
  } from "./chunk-6UGYPEQE.js";
@@ -75,33 +75,33 @@ import {
75
75
  import {
76
76
  ramperWallet
77
77
  } from "./chunk-OX3PQBV2.js";
78
+ import {
79
+ roninWallet
80
+ } from "./chunk-DSTY7YNG.js";
78
81
  import {
79
82
  safeWallet
80
83
  } from "./chunk-Z2QCE6O6.js";
81
84
  import {
82
- roninWallet
83
- } from "./chunk-DSTY7YNG.js";
85
+ magicEdenWallet
86
+ } from "./chunk-WB7EEKPS.js";
84
87
  import {
85
88
  metaMaskWallet
86
89
  } from "./chunk-VUMT22HL.js";
87
90
  import {
88
91
  mewWallet
89
92
  } from "./chunk-ZRY6ILYP.js";
90
- import {
91
- magicEdenWallet
92
- } from "./chunk-WB7EEKPS.js";
93
93
  import {
94
94
  nestWallet
95
95
  } from "./chunk-NN4KGG3I.js";
96
96
  import {
97
97
  oktoWallet
98
98
  } from "./chunk-7SSXG35M.js";
99
- import {
100
- omniWallet
101
- } from "./chunk-RGPO7AY3.js";
102
99
  import {
103
100
  okxWallet
104
101
  } from "./chunk-GF7RKBNV.js";
102
+ import {
103
+ omniWallet
104
+ } from "./chunk-RGPO7AY3.js";
105
105
  import {
106
106
  oneInchWallet
107
107
  } from "./chunk-OJT577AY.js";
@@ -156,12 +156,12 @@ import {
156
156
  import {
157
157
  bitverseWallet
158
158
  } from "./chunk-6HCSSBZY.js";
159
- import {
160
- braveWallet
161
- } from "./chunk-EYN3CVFM.js";
162
159
  import {
163
160
  bloomWallet
164
161
  } from "./chunk-3KPCADAF.js";
162
+ import {
163
+ braveWallet
164
+ } from "./chunk-EYN3CVFM.js";
165
165
  import {
166
166
  bybitWallet
167
167
  } from "./chunk-DW37ROR6.js";
@@ -189,12 +189,12 @@ import {
189
189
  import {
190
190
  bifrostWallet
191
191
  } from "./chunk-WXXI4WBF.js";
192
- import {
193
- bitgetWallet
194
- } from "./chunk-ITLTDJ3D.js";
195
192
  import {
196
193
  binanceWallet
197
194
  } from "./chunk-TUDZHFVC.js";
195
+ import {
196
+ bitgetWallet
197
+ } from "./chunk-ITLTDJ3D.js";
198
198
  import "./chunk-RETKWSKD.js";
199
199
  import "./chunk-PODFK4OS.js";
200
200
  import {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@talken/talkenkit",
3
- "version": "2.3.5",
3
+ "version": "2.3.6",
4
4
  "description": "The best way to connect a wallet",
5
5
  "files": [
6
6
  "dist",
@@ -22,6 +22,16 @@
22
22
  "engines": {
23
23
  "node": ">=12.4"
24
24
  },
25
+ "scripts": {
26
+ "build": "node build.js",
27
+ "build:watch": "node build.js --watch",
28
+ "dev": "pnpm build:watch & pnpm typegen:watch",
29
+ "prepare": "MINIFY_CSS=true pnpm build",
30
+ "prebuild": "pnpm typegen",
31
+ "typecheck": "pnpm tsc --noEmit",
32
+ "typegen": "tsc --emitDeclarationOnly || true",
33
+ "typegen:watch": "tsc --emitDeclarationOnly --watch"
34
+ },
25
35
  "keywords": [
26
36
  "ens",
27
37
  "ethereum",
@@ -77,14 +87,5 @@
77
87
  "type": "git",
78
88
  "url": "git+https://github.com/talken-io/talken-kit.git",
79
89
  "directory": "packages/talkenkit"
80
- },
81
- "scripts": {
82
- "build": "node build.js",
83
- "build:watch": "node build.js --watch",
84
- "dev": "pnpm build:watch & pnpm typegen:watch",
85
- "prebuild": "pnpm typegen",
86
- "typecheck": "pnpm tsc --noEmit",
87
- "typegen": "tsc --emitDeclarationOnly || true",
88
- "typegen:watch": "tsc --emitDeclarationOnly --watch"
89
90
  }
90
- }
91
+ }
package/LICENSE DELETED
@@ -1,9 +0,0 @@
1
- MIT License
2
-
3
- Copyright (c) 2024 Rainbow
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6
-
7
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
8
-
9
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.