@ctx-core/jwt 10.4.61 → 10.4.65

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/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # @ctx-core/jwt
2
2
 
3
+ ## 10.4.65
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/atob: ^10.1.106 -> ^10.1.107
8
+
9
+ ## 10.4.64
10
+
11
+ ### Patch Changes
12
+
13
+ - @ctx-core/error: ^12.3.31 -> ^12.3.32
14
+ - Updated dependencies
15
+ - @ctx-core/atob@10.1.106
16
+
17
+ ## 10.4.63
18
+
19
+ ### Patch Changes
20
+
21
+ - @ctx-core/atob: ^10.1.104 -> ^10.1.105
22
+
23
+ ## 10.4.62
24
+
25
+ ### Patch Changes
26
+
27
+ - @ctx-core/error: ^12.3.30 -> ^12.3.31
28
+ - Updated dependencies
29
+ - @ctx-core/atob@10.1.104
30
+
3
31
  ## 10.4.61
4
32
 
5
33
  ### Patch Changes
package/COMMIT_EDITMSG CHANGED
@@ -1,7 +1,2 @@
1
1
 
2
2
 
3
-
4
-
5
-
6
-
7
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/jwt",
3
- "version": "10.4.61",
3
+ "version": "10.4.65",
4
4
  "description": "ctx-core jwt",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -24,8 +24,8 @@
24
24
  "./package.json": "./package.json"
25
25
  },
26
26
  "dependencies": {
27
- "@ctx-core/atob": "^10.1.103",
28
- "@ctx-core/error": "^12.3.30",
27
+ "@ctx-core/atob": "^10.1.107",
28
+ "@ctx-core/error": "^12.3.32",
29
29
  "@ctx-core/function": "^21.18.0"
30
30
  },
31
31
  "devDependencies": {