@ctx-core/security 7.0.16 → 7.0.21

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 (3) hide show
  1. package/.swcrc +1 -1
  2. package/CHANGELOG.md +44 -0
  3. package/package.json +5 -5
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,49 @@
1
1
  # @ctx-core/security
2
2
 
3
+ ## 7.0.21
4
+
5
+ ### Patch Changes
6
+
7
+ - @swc/core: ^1.2.113 -> ^1.2.116
8
+ - Updated dependencies
9
+ - @ctx-core/object@21.0.27
10
+
11
+ ## 7.0.20
12
+
13
+ ### Patch Changes
14
+
15
+ - @swc/cli: ^0.1.51 -> ^0.1.52
16
+ - @swc/core: ^1.2.111 -> ^1.2.113
17
+ - Updated dependencies
18
+ - Updated dependencies
19
+ - @ctx-core/object@21.0.26
20
+
21
+ ## 7.0.19
22
+
23
+ ### Patch Changes
24
+
25
+ - @swc/core: ^1.2.110 -> ^1.2.111
26
+ - Updated dependencies
27
+ - @ctx-core/object@21.0.25
28
+
29
+ ## 7.0.18
30
+
31
+ ### Patch Changes
32
+
33
+ - typescript: ^4.4.4 -> ^4.5.2
34
+ - @swc/core: ^1.2.108 -> ^1.2.110
35
+ - Updated dependencies
36
+ - Updated dependencies
37
+ - @ctx-core/object@21.0.24
38
+
39
+ ## 7.0.17
40
+
41
+ ### Patch Changes
42
+
43
+ - @swc/core: ^1.2.107 -> ^1.2.108
44
+ - Updated dependencies
45
+ - @ctx-core/object@21.0.23
46
+
3
47
  ## 7.0.16
4
48
 
5
49
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/security",
3
- "version": "7.0.16",
3
+ "version": "7.0.21",
4
4
  "description": "ctx-core security",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -28,12 +28,12 @@
28
28
  "./package.json": "./package.json"
29
29
  },
30
30
  "dependencies": {
31
- "@ctx-core/object": "^21.0.22"
31
+ "@ctx-core/object": "^21.0.27"
32
32
  },
33
33
  "devDependencies": {
34
- "@swc/cli": "^0.1.51",
35
- "@swc/core": "^1.2.107",
36
- "typescript": "^4.4.4"
34
+ "@swc/cli": "^0.1.52",
35
+ "@swc/core": "^1.2.116",
36
+ "typescript": "next"
37
37
  },
38
38
  "publishConfig": {
39
39
  "access": "public",