@ctx-core/core-js 11.0.20 → 11.0.25

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,58 @@
1
1
  # @ctx-core/core-js
2
2
 
3
+ ## 11.0.25
4
+
5
+ ### Patch Changes
6
+
7
+ - @swc/core: ^1.2.116 -> ^1.2.117
8
+ - Updated dependencies
9
+ - @ctx-core/object@21.0.28
10
+ - @ctx-core/package@9.1.6
11
+
12
+ ## 11.0.24
13
+
14
+ ### Patch Changes
15
+
16
+ - @swc/core: ^1.2.113 -> ^1.2.116
17
+ - Updated dependencies
18
+ - Updated dependencies
19
+ - @ctx-core/object@21.0.27
20
+ - @ctx-core/package@9.1.5
21
+
22
+ ## 11.0.23
23
+
24
+ ### Patch Changes
25
+
26
+ - @swc/cli: ^0.1.51 -> ^0.1.52
27
+ - @swc/core: ^1.2.111 -> ^1.2.113
28
+ - Updated dependencies
29
+ - Updated dependencies
30
+ - Updated dependencies
31
+ - @ctx-core/package@9.1.4
32
+ - @ctx-core/object@21.0.26
33
+
34
+ ## 11.0.22
35
+
36
+ ### Patch Changes
37
+
38
+ - @swc/core: ^1.2.110 -> ^1.2.111
39
+ - Updated dependencies
40
+ - Updated dependencies
41
+ - @ctx-core/package@9.1.3
42
+ - @ctx-core/object@21.0.25
43
+
44
+ ## 11.0.21
45
+
46
+ ### Patch Changes
47
+
48
+ - typescript: ^4.4.4 -> ^4.5.2
49
+ - @swc/core: ^1.2.108 -> ^1.2.110
50
+ - Updated dependencies
51
+ - Updated dependencies
52
+ - Updated dependencies
53
+ - @ctx-core/object@21.0.24
54
+ - @ctx-core/package@9.1.2
55
+
3
56
  ## 11.0.20
4
57
 
5
58
  ### Patch Changes
package/COMMIT_EDITMSG ADDED
@@ -0,0 +1 @@
1
+
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
+ export * from './CORE_JS_SHIM_URL.js';
1
2
  export * from './CORE_JS_SHIM_URL_.js';
2
3
  export * from './core_js_version_.js';
3
- export * from './CORE_JS_SHIM_URL.js';
4
4
 
5
5
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/index.ts"],"sourcesContent":["export * from './CORE_JS_SHIM_URL_.js'\nexport * from './core_js_version_.js'\nexport * from './CORE_JS_SHIM_URL.js'\n"],"names":[],"mappings":"cAAc,CAAwB;cACxB,CAAuB;cACvB,CAAuB"}
1
+ {"version":3,"sources":["../src/index.ts"],"sourcesContent":["export * from './CORE_JS_SHIM_URL.js'\nexport * from './CORE_JS_SHIM_URL_.js'\nexport * from './core_js_version_.js'\n"],"names":[],"mappings":"cAAc,CAAuB;cACvB,CAAwB;cACxB,CAAuB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/core-js",
3
- "version": "11.0.20",
3
+ "version": "11.0.25",
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.23",
32
- "@ctx-core/package": "^9.1.1"
31
+ "@ctx-core/object": "^21.0.28",
32
+ "@ctx-core/package": "^9.1.6"
33
33
  },
34
34
  "devDependencies": {
35
- "@swc/cli": "^0.1.51",
36
- "@swc/core": "^1.2.108",
37
- "typescript": "^4.4.4"
35
+ "@swc/cli": "^0.1.52",
36
+ "@swc/core": "^1.2.117",
37
+ "typescript": "next"
38
38
  },
39
39
  "publishConfig": {
40
40
  "access": "public",
package/src/index.ts CHANGED
@@ -1,3 +1,3 @@
1
+ export * from './CORE_JS_SHIM_URL.js'
1
2
  export * from './CORE_JS_SHIM_URL_.js'
2
3
  export * from './core_js_version_.js'
3
- export * from './CORE_JS_SHIM_URL.js'