@ctx-core/jwt 10.4.106 → 10.4.110

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 +28 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # @ctx-core/jwt
2
2
 
3
+ ## 10.4.110
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/atob: ^10.1.148 -> ^10.1.149
8
+
9
+ ## 10.4.109
10
+
11
+ ### Patch Changes
12
+
13
+ - @ctx-core/error: ^12.3.48 -> ^12.3.49
14
+ - Updated dependencies
15
+ - @ctx-core/atob@10.1.148
16
+
17
+ ## 10.4.108
18
+
19
+ ### Patch Changes
20
+
21
+ - @ctx-core/atob: ^10.1.146 -> ^10.1.147
22
+
23
+ ## 10.4.107
24
+
25
+ ### Patch Changes
26
+
27
+ - @ctx-core/error: ^12.3.47 -> ^12.3.48
28
+ - Updated dependencies
29
+ - @ctx-core/atob@10.1.146
30
+
3
31
  ## 10.4.106
4
32
 
5
33
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/jwt",
3
- "version": "10.4.106",
3
+ "version": "10.4.110",
4
4
  "description": "ctx-core jwt",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -24,14 +24,14 @@
24
24
  "./package.json": "./package.json"
25
25
  },
26
26
  "dependencies": {
27
- "@ctx-core/atob": "^10.1.145",
28
- "@ctx-core/error": "^12.3.47",
27
+ "@ctx-core/atob": "^10.1.149",
28
+ "@ctx-core/error": "^12.3.49",
29
29
  "@ctx-core/function": "^21.20.2"
30
30
  },
31
31
  "devDependencies": {
32
32
  "c8": "^8.0.1",
33
33
  "check-dts": "^0.7.2",
34
- "tsx": "^3.14.0",
34
+ "tsx": "^4.0.0",
35
35
  "typescript": "next",
36
36
  "uvu": "^0.5.6"
37
37
  },