@ctx-core/jwt 10.0.32 → 10.0.36

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,43 @@
1
1
  # @ctx-core/jwt
2
2
 
3
+ ## 10.0.36
4
+
5
+ ### Patch Changes
6
+
7
+ - update dependencies
8
+ - Updated dependencies
9
+ - @ctx-core/error@11.1.7
10
+
11
+ ## 10.0.35
12
+
13
+ ### Patch Changes
14
+
15
+ - @swc/core: ^1.2.117 -> ^1.2.118
16
+ - Updated dependencies
17
+ - @ctx-core/atob@10.0.30
18
+ - @ctx-core/error@11.1.6
19
+ - @ctx-core/function@20.2.10
20
+
21
+ ## 10.0.34
22
+
23
+ ### Patch Changes
24
+
25
+ - @swc/core: ^1.2.116 -> ^1.2.117
26
+ - Updated dependencies
27
+ - @ctx-core/atob@10.0.29
28
+ - @ctx-core/error@11.1.5
29
+ - @ctx-core/function@20.2.9
30
+
31
+ ## 10.0.33
32
+
33
+ ### Patch Changes
34
+
35
+ - @swc/core: ^1.2.113 -> ^1.2.116
36
+ - Updated dependencies
37
+ - @ctx-core/atob@10.0.28
38
+ - @ctx-core/error@11.1.4
39
+ - @ctx-core/function@20.2.8
40
+
3
41
  ## 10.0.32
4
42
 
5
43
  ### Patch Changes
package/COMMIT_EDITMSG ADDED
@@ -0,0 +1,2 @@
1
+
2
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/jwt",
3
- "version": "10.0.32",
3
+ "version": "10.0.36",
4
4
  "description": "ctx-core jwt",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -28,11 +28,11 @@
28
28
  "./package.json": "./package.json"
29
29
  },
30
30
  "dependencies": {
31
- "@ctx-core/atob": "^10.0.27",
32
- "@ctx-core/error": "^11.1.3",
33
- "@ctx-core/function": "^20.2.7",
31
+ "@ctx-core/atob": "^10.0.30",
32
+ "@ctx-core/error": "^11.1.7",
33
+ "@ctx-core/function": "^20.2.12",
34
34
  "@swc/cli": "^0.1.52",
35
- "@swc/core": "^1.2.113"
35
+ "@swc/core": "^1.2.118"
36
36
  },
37
37
  "devDependencies": {
38
38
  "typescript": "next"
package/tsconfig.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "compileOnSave": true,
3
3
  "compilerOptions": {
4
- "target": "ES2019",
4
+ "target": "ES2020",
5
5
  "composite": true,
6
6
  "declaration": true,
7
7
  "sourceMap": true,