@0xsequence/identity-instrument 3.0.1 → 3.0.3

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.1 build /home/taylan/development/sequence/sequence.js/packages/services/identity-instrument
3
+ > @0xsequence/identity-instrument@3.0.3 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.1 lint /home/taylan/development/sequence/sequence.js/packages/services/identity-instrument
2
+ > @0xsequence/identity-instrument@3.0.3 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.1 typecheck /home/taylan/development/sequence/sequence.js/packages/services/identity-instrument
2
+ > @0xsequence/identity-instrument@3.0.3 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.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 3.0.3
8
+
9
+ ## 3.0.2
10
+
11
+ ### Patch Changes
12
+
13
+ - allow native self transfer
14
+
3
15
  ## 3.0.1
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.1",
3
+ "version": "3.0.3",
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,14 +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
- ✓ test/challenge.test.ts (17 tests) 9ms
9
-
10
-  Test Files  1 passed (1)
11
-  Tests  17 passed (17)
12
-  Start at  12:35:13
13
-  Duration  593ms (transform 76ms, setup 0ms, import 216ms, tests 9ms, environment 207ms)
14
-