@0xsequence/api 0.0.0-20260210155835 → 0.0.0-20260213213015
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/.turbo/turbo-build.log +2 -2
- package/CHANGELOG.md +22 -1
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
# @0xsequence/api
|
|
2
2
|
|
|
3
|
-
## 0.0.0-
|
|
3
|
+
## 0.0.0-20260213213015
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
+
- f68be62: ethauth support
|
|
8
|
+
- 49d8a2f: New chains, minor fixes
|
|
7
9
|
- 3411232: Beta release with dapp connector fixes
|
|
8
10
|
- f5f6a7a: dapp-client updates
|
|
9
11
|
- e7de3b1: Fix signer 404 error, minor fixes
|
|
@@ -14,10 +16,29 @@
|
|
|
14
16
|
- a89134a: Userdata service updates
|
|
15
17
|
- 7c6c811: 3.0.0-beta.3 with fixes
|
|
16
18
|
- 98ce38b: 3.0.0-beta.2 with identity instrument updates
|
|
19
|
+
- 747e6b5: Relayer fee options fix
|
|
17
20
|
- 40c19ff: dapp client updates for EOA login
|
|
18
21
|
- 6d5de25: 3.0.0-beta.1
|
|
19
22
|
- 934acd1: RC5 upgrade
|
|
20
23
|
|
|
24
|
+
## 3.0.0-beta.16
|
|
25
|
+
|
|
26
|
+
### Patch Changes
|
|
27
|
+
|
|
28
|
+
- ethauth support
|
|
29
|
+
|
|
30
|
+
## 3.0.0-beta.15
|
|
31
|
+
|
|
32
|
+
### Patch Changes
|
|
33
|
+
|
|
34
|
+
- New chains, minor fixes
|
|
35
|
+
|
|
36
|
+
## 3.0.0-beta.14
|
|
37
|
+
|
|
38
|
+
### Patch Changes
|
|
39
|
+
|
|
40
|
+
- Relayer fee options fix
|
|
41
|
+
|
|
21
42
|
## 3.0.0-beta.13
|
|
22
43
|
|
|
23
44
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@0xsequence/api",
|
|
3
|
-
"version": "0.0.0-
|
|
3
|
+
"version": "0.0.0-20260213213015",
|
|
4
4
|
"description": "api sub-package for Sequence",
|
|
5
5
|
"repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/services/api",
|
|
6
6
|
"author": "Sequence Platforms Inc.",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@types/node": "^25.0.2",
|
|
19
19
|
"typescript": "^5.9.3",
|
|
20
|
-
"@repo/typescript-config": "^0.0.0-
|
|
20
|
+
"@repo/typescript-config": "^0.0.0-20260213213015"
|
|
21
21
|
},
|
|
22
22
|
"scripts": {
|
|
23
23
|
"build": "tsc",
|