@ctx-core/core-js 11.0.21 → 11.0.26

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,55 @@
1
1
  # @ctx-core/core-js
2
2
 
3
+ ## 11.0.26
4
+
5
+ ### Patch Changes
6
+
7
+ - @swc/core: ^1.2.117 -> ^1.2.118
8
+ - Updated dependencies
9
+ - @ctx-core/object@21.0.29
10
+ - @ctx-core/package@9.1.7
11
+
12
+ ## 11.0.25
13
+
14
+ ### Patch Changes
15
+
16
+ - @swc/core: ^1.2.116 -> ^1.2.117
17
+ - Updated dependencies
18
+ - @ctx-core/object@21.0.28
19
+ - @ctx-core/package@9.1.6
20
+
21
+ ## 11.0.24
22
+
23
+ ### Patch Changes
24
+
25
+ - @swc/core: ^1.2.113 -> ^1.2.116
26
+ - Updated dependencies
27
+ - Updated dependencies
28
+ - @ctx-core/object@21.0.27
29
+ - @ctx-core/package@9.1.5
30
+
31
+ ## 11.0.23
32
+
33
+ ### Patch Changes
34
+
35
+ - @swc/cli: ^0.1.51 -> ^0.1.52
36
+ - @swc/core: ^1.2.111 -> ^1.2.113
37
+ - Updated dependencies
38
+ - Updated dependencies
39
+ - Updated dependencies
40
+ - @ctx-core/package@9.1.4
41
+ - @ctx-core/object@21.0.26
42
+
43
+ ## 11.0.22
44
+
45
+ ### Patch Changes
46
+
47
+ - @swc/core: ^1.2.110 -> ^1.2.111
48
+ - Updated dependencies
49
+ - Updated dependencies
50
+ - @ctx-core/package@9.1.3
51
+ - @ctx-core/object@21.0.25
52
+
3
53
  ## 11.0.21
4
54
 
5
55
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/core-js",
3
- "version": "11.0.21",
3
+ "version": "11.0.26",
4
4
  "description": "ctx-core core-js",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -28,13 +28,13 @@
28
28
  "./package.json": "./package.json"
29
29
  },
30
30
  "dependencies": {
31
- "@ctx-core/object": "^21.0.24",
32
- "@ctx-core/package": "^9.1.2"
31
+ "@ctx-core/object": "^21.0.29",
32
+ "@ctx-core/package": "^9.1.7"
33
33
  },
34
34
  "devDependencies": {
35
- "@swc/cli": "^0.1.51",
36
- "@swc/core": "^1.2.110",
37
- "typescript": "^4.5.2"
35
+ "@swc/cli": "^0.1.52",
36
+ "@swc/core": "^1.2.118",
37
+ "typescript": "next"
38
38
  },
39
39
  "publishConfig": {
40
40
  "access": "public",
package/COMMIT_EDITMSG DELETED
@@ -1 +0,0 @@
1
-