@0xsequence/identity-instrument 3.0.0 → 3.0.2

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
2
 
3
- > @0xsequence/identity-instrument@3.0.0 build /home/taylan/development/sequence/sequence.js/packages/services/identity-instrument
3
+ > @0xsequence/identity-instrument@3.0.2 build /home/taylan/development/sequence/sequence.js/packages/services/identity-instrument
4
4
  > tsc
5
5
 
@@ -1,4 +1,4 @@
1
1
 
2
- > @0xsequence/identity-instrument@3.0.0 lint /home/taylan/development/sequence/sequence.js/packages/services/identity-instrument
2
+ > @0xsequence/identity-instrument@3.0.2 lint /home/taylan/development/sequence/sequence.js/packages/services/identity-instrument
3
3
  > eslint . --max-warnings 0
4
4
 
@@ -1,4 +1,4 @@
1
1
 
2
- > @0xsequence/identity-instrument@3.0.0 typecheck /home/taylan/development/sequence/sequence.js/packages/services/identity-instrument
2
+ > @0xsequence/identity-instrument@3.0.2 typecheck /home/taylan/development/sequence/sequence.js/packages/services/identity-instrument
3
3
  > tsc --noEmit
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @0xsequence/identity-instrument
2
2
 
3
+ ## 3.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - allow native self transfer
8
+
9
+ ## 3.0.1
10
+
11
+ ### Patch Changes
12
+
13
+ - Network and session fixes
14
+
3
15
  ## 3.0.0
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@0xsequence/identity-instrument",
3
- "version": "3.0.0",
3
+ "version": "3.0.2",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "publishConfig": {
@@ -17,8 +17,8 @@
17
17
  "@types/node": "^25.3.0",
18
18
  "typescript": "^5.9.3",
19
19
  "vitest": "^4.0.18",
20
- "@repo/typescript-config": "^0.0.1",
21
- "@repo/eslint-config": "^0.0.1"
20
+ "@repo/eslint-config": "^0.0.1",
21
+ "@repo/typescript-config": "^0.0.1"
22
22
  },
23
23
  "dependencies": {
24
24
  "json-canonicalize": "^2.0.0",
@@ -1,8 +0,0 @@
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
-  RUN  v4.0.18 /home/taylan/development/sequence/sequence.js/packages/services/identity-instrument
7
-
8
-  ELIFECYCLE  Test failed. See above for more details.