@ctx-core/core-js 11.0.19 → 11.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/.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.24
4
+
5
+ ### Patch Changes
6
+
7
+ - @swc/core: ^1.2.113 -> ^1.2.116
8
+ - Updated dependencies
9
+ - Updated dependencies
10
+ - @ctx-core/object@21.0.27
11
+ - @ctx-core/package@9.1.5
12
+
13
+ ## 11.0.23
14
+
15
+ ### Patch Changes
16
+
17
+ - @swc/cli: ^0.1.51 -> ^0.1.52
18
+ - @swc/core: ^1.2.111 -> ^1.2.113
19
+ - Updated dependencies
20
+ - Updated dependencies
21
+ - Updated dependencies
22
+ - @ctx-core/package@9.1.4
23
+ - @ctx-core/object@21.0.26
24
+
25
+ ## 11.0.22
26
+
27
+ ### Patch Changes
28
+
29
+ - @swc/core: ^1.2.110 -> ^1.2.111
30
+ - Updated dependencies
31
+ - Updated dependencies
32
+ - @ctx-core/package@9.1.3
33
+ - @ctx-core/object@21.0.25
34
+
35
+ ## 11.0.21
36
+
37
+ ### Patch Changes
38
+
39
+ - typescript: ^4.4.4 -> ^4.5.2
40
+ - @swc/core: ^1.2.108 -> ^1.2.110
41
+ - Updated dependencies
42
+ - Updated dependencies
43
+ - Updated dependencies
44
+ - @ctx-core/object@21.0.24
45
+ - @ctx-core/package@9.1.2
46
+
47
+ ## 11.0.20
48
+
49
+ ### Patch Changes
50
+
51
+ - @swc/core: ^1.2.107 -> ^1.2.108
52
+ - Updated dependencies
53
+ - @ctx-core/object@21.0.23
54
+ - @ctx-core/package@9.1.1
55
+
3
56
  ## 11.0.19
4
57
 
5
58
  ### Patch Changes
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.19",
3
+ "version": "11.0.24",
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.22",
32
- "@ctx-core/package": "^9.1.0"
31
+ "@ctx-core/object": "^21.0.27",
32
+ "@ctx-core/package": "^9.1.5"
33
33
  },
34
34
  "devDependencies": {
35
- "@swc/cli": "^0.1.51",
36
- "@swc/core": "^1.2.107",
37
- "typescript": "^4.4.4"
35
+ "@swc/cli": "^0.1.52",
36
+ "@swc/core": "^1.2.116",
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'