@ctx-core/core-js 11.0.23 → 11.0.27

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,39 @@
1
1
  # @ctx-core/core-js
2
2
 
3
+ ## 11.0.27
4
+
5
+ ### Patch Changes
6
+
7
+ - update dependencies
8
+
9
+ ## 11.0.26
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
+ - @ctx-core/package@9.1.7
17
+
18
+ ## 11.0.25
19
+
20
+ ### Patch Changes
21
+
22
+ - @swc/core: ^1.2.116 -> ^1.2.117
23
+ - Updated dependencies
24
+ - @ctx-core/object@21.0.28
25
+ - @ctx-core/package@9.1.6
26
+
27
+ ## 11.0.24
28
+
29
+ ### Patch Changes
30
+
31
+ - @swc/core: ^1.2.113 -> ^1.2.116
32
+ - Updated dependencies
33
+ - Updated dependencies
34
+ - @ctx-core/object@21.0.27
35
+ - @ctx-core/package@9.1.5
36
+
3
37
  ## 11.0.23
4
38
 
5
39
  ### 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/core-js",
3
- "version": "11.0.23",
3
+ "version": "11.0.27",
4
4
  "description": "ctx-core core-js",
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.26",
32
- "@ctx-core/package": "^9.1.4"
31
+ "@ctx-core/object": "^21.0.30",
32
+ "@ctx-core/package": "^9.1.7"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@swc/cli": "^0.1.52",
36
- "@swc/core": "^1.2.113",
36
+ "@swc/core": "^1.2.118",
37
37
  "typescript": "next"
38
38
  },
39
39
  "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,