@ctx-core/jwt 10.4.103 → 10.4.106

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @ctx-core/jwt
2
2
 
3
+ ## 10.4.106
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/atob: ^10.1.144 -> ^10.1.145
8
+
9
+ ## 10.4.105
10
+
11
+ ### Patch Changes
12
+
13
+ - @ctx-core/atob: ^10.1.143 -> ^10.1.144
14
+
15
+ ## 10.4.104
16
+
17
+ ### Patch Changes
18
+
19
+ - @ctx-core/error: ^12.3.46 -> ^12.3.47
20
+ - Updated dependencies
21
+ - @ctx-core/atob@10.1.143
22
+
3
23
  ## 10.4.103
4
24
 
5
25
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/jwt",
3
- "version": "10.4.103",
3
+ "version": "10.4.106",
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.142",
28
- "@ctx-core/error": "^12.3.46",
27
+ "@ctx-core/atob": "^10.1.145",
28
+ "@ctx-core/error": "^12.3.47",
29
29
  "@ctx-core/function": "^21.20.2"
30
30
  },
31
31
  "devDependencies": {