@0xsequence/identity-instrument 3.0.0 → 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.
@@ -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.1 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.1 lint /home/taylan/development/sequence/sequence.js/packages/services/identity-instrument
3
3
  > eslint . --max-warnings 0
4
4
 
@@ -5,4 +5,10 @@
5
5
 
6
6
   RUN  v4.0.18 /home/taylan/development/sequence/sequence.js/packages/services/identity-instrument
7
7
 
8
-  ELIFECYCLE  Test failed. See above for more details.
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
+
@@ -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.1 typecheck /home/taylan/development/sequence/sequence.js/packages/services/identity-instrument
3
3
  > tsc --noEmit
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @0xsequence/identity-instrument
2
2
 
3
+ ## 3.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Network and session fixes
8
+
3
9
  ## 3.0.0
4
10
 
5
11
  ### 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.1",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "publishConfig": {