@ctx-core/jwt 10.4.41 → 10.4.43

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 +36 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,41 @@
1
1
  # @ctx-core/jwt
2
2
 
3
+ ## 10.4.43
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/build: 1.0.291 -> 1.0.292
8
+ - @ctx-core/ctx-core-package-tools: 8.0.184 -> 8.0.185
9
+ - @ctx-core/dev-tools: 8.1.103 -> 8.1.104
10
+ - Updated dependencies
11
+ - Updated dependencies
12
+ - Updated dependencies
13
+ - @ctx-core/atob@10.1.85
14
+ - @ctx-core/error@12.3.18
15
+ - @ctx-core/function@21.17.11
16
+
17
+ ## 10.4.42
18
+
19
+ ### Patch Changes
20
+
21
+ - @ctx-core/queue: ^7.5.9 -> ^7.5.10
22
+ - @ctx-core/dev-tools: 8.1.102 -> 8.1.103
23
+ - @ctx-core/git-tools: ^7.0.53 -> ^7.0.54
24
+ - @ctx-core/ctx-core-package-tools: 8.0.183 -> 8.0.184
25
+ - @ctx-core/function: ^21.17.8 -> ^21.17.9
26
+ - @ctx-core/monorepo: ^20.1.13 -> ^20.1.14
27
+ - @ctx-core/build: 1.0.290 -> 1.0.291
28
+ - Updated dependencies
29
+ - Updated dependencies
30
+ - Updated dependencies
31
+ - Updated dependencies
32
+ - Updated dependencies
33
+ - Updated dependencies
34
+ - Updated dependencies
35
+ - @ctx-core/atob@10.1.84
36
+ - @ctx-core/error@12.3.17
37
+ - @ctx-core/function@21.17.10
38
+
3
39
  ## 10.4.41
4
40
 
5
41
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/jwt",
3
- "version": "10.4.41",
3
+ "version": "10.4.43",
4
4
  "description": "ctx-core jwt",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -24,9 +24,9 @@
24
24
  "./package.json": "./package.json"
25
25
  },
26
26
  "dependencies": {
27
- "@ctx-core/atob": "^10.1.83",
28
- "@ctx-core/error": "^12.3.16",
29
- "@ctx-core/function": "^21.17.9"
27
+ "@ctx-core/atob": "^10.1.85",
28
+ "@ctx-core/error": "^12.3.18",
29
+ "@ctx-core/function": "^21.17.11"
30
30
  },
31
31
  "devDependencies": {
32
32
  "c8": "^7.13.0",