@ctx-core/core-js 11.0.26 → 11.0.30

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/core-js
2
2
 
3
+ ## 11.0.30
4
+
5
+ ### Patch Changes
6
+
7
+ - package.json: - module
8
+ - Updated dependencies
9
+ - Updated dependencies
10
+ - @ctx-core/object@22.0.0
11
+ - @ctx-core/package@9.1.11
12
+
13
+ ## 11.0.29
14
+
15
+ ### Patch Changes
16
+
17
+ - update dependencies
18
+
19
+ ## 11.0.28
20
+
21
+ ### Patch Changes
22
+
23
+ - package.json: - "main": explicitly not support cjs
24
+ - Updated dependencies
25
+ - @ctx-core/package@9.1.9
26
+
27
+ ## 11.0.27
28
+
29
+ ### Patch Changes
30
+
31
+ - update dependencies
32
+
3
33
  ## 11.0.26
4
34
 
5
35
  ### Patch Changes
package/COMMIT_EDITMSG ADDED
@@ -0,0 +1 @@
1
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/core-js",
3
- "version": "11.0.26",
3
+ "version": "11.0.30",
4
4
  "description": "ctx-core core-js",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -17,19 +17,16 @@
17
17
  "license": "Apache-2.0",
18
18
  "author": "Brian Takita",
19
19
  "type": "module",
20
- "main": "./dist/index.js",
21
- "module": "./dist/index.js",
22
20
  "types": "./src/index.ts",
23
21
  "exports": {
24
22
  ".": {
25
- "require": "./dist/index.cjs",
26
23
  "import": "./dist/index.js"
27
24
  },
28
25
  "./package.json": "./package.json"
29
26
  },
30
27
  "dependencies": {
31
- "@ctx-core/object": "^21.0.29",
32
- "@ctx-core/package": "^9.1.7"
28
+ "@ctx-core/object": "^22.0.0",
29
+ "@ctx-core/package": "^9.1.11"
33
30
  },
34
31
  "devDependencies": {
35
32
  "@swc/cli": "^0.1.52",
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,