@0xsequence/guard 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/guard@3.0.0 build /home/taylan/development/sequence/sequence.js/packages/services/guard
3
+ > @0xsequence/guard@3.0.1 build /home/taylan/development/sequence/sequence.js/packages/services/guard
4
4
  > tsc
5
5
 
@@ -1,4 +1,4 @@
1
1
 
2
- > @0xsequence/guard@3.0.0 lint /home/taylan/development/sequence/sequence.js/packages/services/guard
2
+ > @0xsequence/guard@3.0.1 lint /home/taylan/development/sequence/sequence.js/packages/services/guard
3
3
  > eslint . --max-warnings 0
4
4
 
@@ -67,10 +67,10 @@ Hex types must be represented as `"0x${string}"`.
67
67
  msg: 'endpoint error'
68
68
  }
69
69
 
70
- ✓ test/sequence.test.ts (8 tests) 117ms
70
+ ✓ test/sequence.test.ts (8 tests) 109ms
71
71
 
72
72
   Test Files  1 passed (1)
73
73
   Tests  8 passed (8)
74
-  Start at  14:58:15
75
-  Duration  355ms (transform 56ms, setup 0ms, import 158ms, tests 117ms, environment 0ms)
74
+  Start at  12:35:17
75
+  Duration  375ms (transform 58ms, setup 0ms, import 181ms, tests 109ms, environment 0ms)
76
76
 
@@ -1,4 +1,4 @@
1
1
 
2
- > @0xsequence/guard@3.0.0 typecheck /home/taylan/development/sequence/sequence.js/packages/services/guard
2
+ > @0xsequence/guard@3.0.1 typecheck /home/taylan/development/sequence/sequence.js/packages/services/guard
3
3
  > tsc --noEmit
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @0xsequence/guard
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/guard",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "description": "guard sub-package for Sequence",
5
5
  "repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/services/guard",
6
6
  "author": "Sequence Platforms ULC",