@ctx-core/jwt 10.4.76 → 10.4.81

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,38 @@
1
1
  # @ctx-core/jwt
2
2
 
3
+ ## 10.4.81
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/atob: ^10.1.120 -> ^10.1.121
8
+
9
+ ## 10.4.80
10
+
11
+ ### Patch Changes
12
+
13
+ - @ctx-core/error: ^12.3.38 -> ^12.3.39
14
+ - @ctx-core/atob: ^10.1.119 -> ^10.1.120
15
+
16
+ ## 10.4.79
17
+
18
+ ### Patch Changes
19
+
20
+ - @ctx-core/function: ^21.18.0 -> ^21.19.0
21
+
22
+ ## 10.4.78
23
+
24
+ ### Patch Changes
25
+
26
+ - @ctx-core/atob: ^10.1.118 -> ^10.1.119
27
+
28
+ ## 10.4.77
29
+
30
+ ### Patch Changes
31
+
32
+ - @ctx-core/error: ^12.3.37 -> ^12.3.38
33
+ - Updated dependencies
34
+ - @ctx-core/atob@10.1.118
35
+
3
36
  ## 10.4.76
4
37
 
5
38
  ### Patch Changes
package/COMMIT_EDITMSG CHANGED
@@ -1,4 +1 @@
1
1
 
2
-
3
-
4
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/jwt",
3
- "version": "10.4.76",
3
+ "version": "10.4.81",
4
4
  "description": "ctx-core jwt",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -24,12 +24,12 @@
24
24
  "./package.json": "./package.json"
25
25
  },
26
26
  "dependencies": {
27
- "@ctx-core/atob": "^10.1.117",
28
- "@ctx-core/error": "^12.3.37",
29
- "@ctx-core/function": "^21.18.0"
27
+ "@ctx-core/atob": "^10.1.121",
28
+ "@ctx-core/error": "^12.3.39",
29
+ "@ctx-core/function": "^21.19.0"
30
30
  },
31
31
  "devDependencies": {
32
- "c8": "^8.0.0",
32
+ "c8": "^8.0.1",
33
33
  "check-dts": "^0.7.2",
34
34
  "tsx": "^3.12.7",
35
35
  "typescript": "next",