@0xsequence/identity-instrument 3.0.0-beta.9 → 3.0.1
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/.turbo/turbo-lint.log +4 -0
- package/.turbo/turbo-test.log +14 -0
- package/.turbo/turbo-typecheck.log +4 -0
- package/CHANGELOG.md +91 -0
- package/eslint.config.js +4 -0
- package/package.json +8 -5
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
|
|
3
|
-
> @0xsequence/identity-instrument@3.0.
|
|
2
|
+
|
|
3
|
+
> @0xsequence/identity-instrument@3.0.1 build /home/taylan/development/sequence/sequence.js/packages/services/identity-instrument
|
|
4
4
|
> tsc
|
|
5
5
|
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
|
|
2
|
+
> @0xsequence/identity-instrument@3.0.0 test /home/taylan/development/sequence/sequence.js/packages/services/identity-instrument
|
|
3
|
+
> vitest run
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
[1m[46m RUN [49m[22m [36mv4.0.18 [39m[90m/home/taylan/development/sequence/sequence.js/packages/services/identity-instrument[39m
|
|
7
|
+
|
|
8
|
+
[32m✓[39m test/challenge.test.ts [2m([22m[2m17 tests[22m[2m)[22m[32m 9[2mms[22m[39m
|
|
9
|
+
|
|
10
|
+
[2m Test Files [22m [1m[32m1 passed[39m[22m[90m (1)[39m
|
|
11
|
+
[2m Tests [22m [1m[32m17 passed[39m[22m[90m (17)[39m
|
|
12
|
+
[2m Start at [22m 12:35:13
|
|
13
|
+
[2m Duration [22m 593ms[2m (transform 76ms, setup 0ms, import 216ms, tests 9ms, environment 207ms)[22m
|
|
14
|
+
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,96 @@
|
|
|
1
1
|
# @0xsequence/identity-instrument
|
|
2
2
|
|
|
3
|
+
## 3.0.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Network and session fixes
|
|
8
|
+
|
|
9
|
+
## 3.0.0
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- f68be62: ethauth support
|
|
14
|
+
- 49d8a2f: New chains, minor fixes
|
|
15
|
+
- 3411232: Beta release with dapp connector fixes
|
|
16
|
+
- 23cb9e9: New chains, relayer rpc fix
|
|
17
|
+
- f5f6a7a: dapp-client updates
|
|
18
|
+
- e7de3b1: Fix signer 404 error, minor fixes
|
|
19
|
+
- 493836f: multicall3 optimization
|
|
20
|
+
- 30e1f1a: 3.0.0 beta
|
|
21
|
+
- d5017e8: Beta release for v3
|
|
22
|
+
- 24a5fab: Final RC before 3.0.0
|
|
23
|
+
- e5e1a03: Apple auth fixes
|
|
24
|
+
- 0b63113: Apple auth fix
|
|
25
|
+
- a89134a: Userdata service updates
|
|
26
|
+
- 7c6c811: 3.0.0-beta.3 with fixes
|
|
27
|
+
- 3.0.0 release
|
|
28
|
+
- 98ce38b: 3.0.0-beta.2 with identity instrument updates
|
|
29
|
+
- 747e6b5: Relayer fee options fix
|
|
30
|
+
- 40c19ff: dapp client updates for EOA login
|
|
31
|
+
- 6d5de25: 3.0.0-beta.1
|
|
32
|
+
- 934acd1: RC5 upgrade
|
|
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
|
+
|
|
52
|
+
## 3.0.0-beta.16
|
|
53
|
+
|
|
54
|
+
### Patch Changes
|
|
55
|
+
|
|
56
|
+
- ethauth support
|
|
57
|
+
|
|
58
|
+
## 3.0.0-beta.15
|
|
59
|
+
|
|
60
|
+
### Patch Changes
|
|
61
|
+
|
|
62
|
+
- New chains, minor fixes
|
|
63
|
+
|
|
64
|
+
## 3.0.0-beta.14
|
|
65
|
+
|
|
66
|
+
### Patch Changes
|
|
67
|
+
|
|
68
|
+
- Relayer fee options fix
|
|
69
|
+
|
|
70
|
+
## 3.0.0-beta.13
|
|
71
|
+
|
|
72
|
+
### Patch Changes
|
|
73
|
+
|
|
74
|
+
- Userdata service updates
|
|
75
|
+
|
|
76
|
+
## 3.0.0-beta.12
|
|
77
|
+
|
|
78
|
+
### Patch Changes
|
|
79
|
+
|
|
80
|
+
- Beta release with dapp connector fixes
|
|
81
|
+
|
|
82
|
+
## 3.0.0-beta.11
|
|
83
|
+
|
|
84
|
+
### Patch Changes
|
|
85
|
+
|
|
86
|
+
- 3.0.0 beta
|
|
87
|
+
|
|
88
|
+
## 3.0.0-beta.10
|
|
89
|
+
|
|
90
|
+
### Patch Changes
|
|
91
|
+
|
|
92
|
+
- dapp-client updates
|
|
93
|
+
|
|
3
94
|
## 3.0.0-beta.9
|
|
4
95
|
|
|
5
96
|
### Patch Changes
|
package/eslint.config.js
ADDED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@0xsequence/identity-instrument",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.1",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"publishConfig": {
|
|
@@ -14,10 +14,11 @@
|
|
|
14
14
|
}
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@types/node": "^25.0
|
|
17
|
+
"@types/node": "^25.3.0",
|
|
18
18
|
"typescript": "^5.9.3",
|
|
19
|
-
"vitest": "^4.0.
|
|
20
|
-
"@repo/typescript-config": "^0.0.1
|
|
19
|
+
"vitest": "^4.0.18",
|
|
20
|
+
"@repo/typescript-config": "^0.0.1",
|
|
21
|
+
"@repo/eslint-config": "^0.0.1"
|
|
21
22
|
},
|
|
22
23
|
"dependencies": {
|
|
23
24
|
"json-canonicalize": "^2.0.0",
|
|
@@ -27,6 +28,8 @@
|
|
|
27
28
|
"scripts": {
|
|
28
29
|
"build": "tsc",
|
|
29
30
|
"dev": "tsc --watch",
|
|
30
|
-
"test": "vitest run"
|
|
31
|
+
"test": "vitest run",
|
|
32
|
+
"lint": "eslint . --max-warnings 0",
|
|
33
|
+
"typecheck": "tsc --noEmit"
|
|
31
34
|
}
|
|
32
35
|
}
|