@ctx-core/security 7.0.20 → 7.0.24

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,35 @@
1
1
  # @ctx-core/security
2
2
 
3
+ ## 7.0.24
4
+
5
+ ### Patch Changes
6
+
7
+ - update dependencies
8
+
9
+ ## 7.0.23
10
+
11
+ ### Patch Changes
12
+
13
+ - @swc/core: ^1.2.117 -> ^1.2.118
14
+ - Updated dependencies
15
+ - @ctx-core/object@21.0.29
16
+
17
+ ## 7.0.22
18
+
19
+ ### Patch Changes
20
+
21
+ - @swc/core: ^1.2.116 -> ^1.2.117
22
+ - Updated dependencies
23
+ - @ctx-core/object@21.0.28
24
+
25
+ ## 7.0.21
26
+
27
+ ### Patch Changes
28
+
29
+ - @swc/core: ^1.2.113 -> ^1.2.116
30
+ - Updated dependencies
31
+ - @ctx-core/object@21.0.27
32
+
3
33
  ## 7.0.20
4
34
 
5
35
  ### 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/security",
3
- "version": "7.0.20",
3
+ "version": "7.0.24",
4
4
  "description": "ctx-core security",
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/object": "^21.0.26"
31
+ "@ctx-core/object": "^21.0.30"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@swc/cli": "^0.1.52",
35
- "@swc/core": "^1.2.113",
35
+ "@swc/core": "^1.2.118",
36
36
  "typescript": "next"
37
37
  },
38
38
  "publishConfig": {
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,