@ctx-core/jwt 10.4.102 → 10.4.105

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.105
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/atob: ^10.1.143 -> ^10.1.144
8
+
9
+ ## 10.4.104
10
+
11
+ ### Patch Changes
12
+
13
+ - @ctx-core/error: ^12.3.46 -> ^12.3.47
14
+ - Updated dependencies
15
+ - @ctx-core/atob@10.1.143
16
+
17
+ ## 10.4.103
18
+
19
+ ### Patch Changes
20
+
21
+ - @ctx-core/atob: ^10.1.141 -> ^10.1.142
22
+
3
23
  ## 10.4.102
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.102",
3
+ "version": "10.4.105",
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.141",
28
- "@ctx-core/error": "^12.3.46",
27
+ "@ctx-core/atob": "^10.1.144",
28
+ "@ctx-core/error": "^12.3.47",
29
29
  "@ctx-core/function": "^21.20.2"
30
30
  },
31
31
  "devDependencies": {