@0xsequence/api 0.0.0-20260213213015 → 0.0.0-20260306105626

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,5 +1,5 @@
1
1
 
2
- 
3
- > @0xsequence/api@0.0.0-20260213213015 build /Users/taylan/Development/Horizon/sequence.js/packages/services/api
2
+
3
+ > @0xsequence/api@0.0.0-20260306105626 build /home/taylan/development/sequence/sequence.js/packages/services/api
4
4
  > tsc
5
5
 
package/CHANGELOG.md CHANGED
@@ -1,26 +1,54 @@
1
1
  # @0xsequence/api
2
2
 
3
- ## 0.0.0-20260213213015
3
+ ## 0.0.0-20260306105626
4
+
5
+ ### Patch Changes
6
+
7
+ - Snapshot release for session-increment
8
+
9
+ ## 3.0.0
4
10
 
5
11
  ### Patch Changes
6
12
 
7
13
  - f68be62: ethauth support
8
14
  - 49d8a2f: New chains, minor fixes
9
15
  - 3411232: Beta release with dapp connector fixes
16
+ - 23cb9e9: New chains, relayer rpc fix
10
17
  - f5f6a7a: dapp-client updates
11
18
  - e7de3b1: Fix signer 404 error, minor fixes
19
+ - 493836f: multicall3 optimization
12
20
  - 30e1f1a: 3.0.0 beta
13
21
  - d5017e8: Beta release for v3
22
+ - 24a5fab: Final RC before 3.0.0
14
23
  - e5e1a03: Apple auth fixes
15
24
  - 0b63113: Apple auth fix
16
25
  - a89134a: Userdata service updates
17
26
  - 7c6c811: 3.0.0-beta.3 with fixes
27
+ - 3.0.0 release
18
28
  - 98ce38b: 3.0.0-beta.2 with identity instrument updates
19
29
  - 747e6b5: Relayer fee options fix
20
30
  - 40c19ff: dapp client updates for EOA login
21
31
  - 6d5de25: 3.0.0-beta.1
22
32
  - 934acd1: RC5 upgrade
23
33
 
34
+ ## 3.0.0-beta.19
35
+
36
+ ### Patch Changes
37
+
38
+ - Final RC before 3.0.0
39
+
40
+ ## 3.0.0-beta.18
41
+
42
+ ### Patch Changes
43
+
44
+ - multicall3 optimization
45
+
46
+ ## 3.0.0-beta.17
47
+
48
+ ### Patch Changes
49
+
50
+ - New chains, relayer rpc fix
51
+
24
52
  ## 3.0.0-beta.16
25
53
 
26
54
  ### Patch Changes