@ctx-core/jwt 10.0.30 → 10.0.35

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/.swcrc CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "jsc": {
3
- "target": "es2019",
3
+ "target": "es2020",
4
4
  "parser": {
5
5
  "syntax": "typescript",
6
6
  "tsx": true,
package/CHANGELOG.md CHANGED
@@ -1,5 +1,57 @@
1
1
  # @ctx-core/jwt
2
2
 
3
+ ## 10.0.35
4
+
5
+ ### Patch Changes
6
+
7
+ - @swc/core: ^1.2.117 -> ^1.2.118
8
+ - Updated dependencies
9
+ - @ctx-core/atob@10.0.30
10
+ - @ctx-core/error@11.1.6
11
+ - @ctx-core/function@20.2.10
12
+
13
+ ## 10.0.34
14
+
15
+ ### Patch Changes
16
+
17
+ - @swc/core: ^1.2.116 -> ^1.2.117
18
+ - Updated dependencies
19
+ - @ctx-core/atob@10.0.29
20
+ - @ctx-core/error@11.1.5
21
+ - @ctx-core/function@20.2.9
22
+
23
+ ## 10.0.33
24
+
25
+ ### Patch Changes
26
+
27
+ - @swc/core: ^1.2.113 -> ^1.2.116
28
+ - Updated dependencies
29
+ - @ctx-core/atob@10.0.28
30
+ - @ctx-core/error@11.1.4
31
+ - @ctx-core/function@20.2.8
32
+
33
+ ## 10.0.32
34
+
35
+ ### Patch Changes
36
+
37
+ - @swc/cli: ^0.1.51 -> ^0.1.52
38
+ - @swc/core: ^1.2.111 -> ^1.2.113
39
+ - Updated dependencies
40
+ - Updated dependencies
41
+ - @ctx-core/atob@10.0.27
42
+ - @ctx-core/error@11.1.3
43
+ - @ctx-core/function@20.2.7
44
+
45
+ ## 10.0.31
46
+
47
+ ### Patch Changes
48
+
49
+ - @swc/core: ^1.2.110 -> ^1.2.111
50
+ - Updated dependencies
51
+ - @ctx-core/atob@10.0.26
52
+ - @ctx-core/error@11.1.2
53
+ - @ctx-core/function@20.2.6
54
+
3
55
  ## 10.0.30
4
56
 
5
57
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/jwt",
3
- "version": "10.0.30",
3
+ "version": "10.0.35",
4
4
  "description": "ctx-core jwt",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -28,14 +28,14 @@
28
28
  "./package.json": "./package.json"
29
29
  },
30
30
  "dependencies": {
31
- "@ctx-core/atob": "^10.0.25",
32
- "@ctx-core/error": "^11.0.20",
33
- "@ctx-core/function": "^20.2.5",
34
- "@swc/cli": "^0.1.51",
35
- "@swc/core": "^1.2.110"
31
+ "@ctx-core/atob": "^10.0.30",
32
+ "@ctx-core/error": "^11.1.6",
33
+ "@ctx-core/function": "^20.2.10",
34
+ "@swc/cli": "^0.1.52",
35
+ "@swc/core": "^1.2.118"
36
36
  },
37
37
  "devDependencies": {
38
- "typescript": "^4.5.2"
38
+ "typescript": "next"
39
39
  },
40
40
  "publishConfig": {
41
41
  "access": "public",
package/COMMIT_EDITMSG DELETED
@@ -1 +0,0 @@
1
-