@ctx-core/core-js 11.0.27 → 11.0.31

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,38 @@
1
1
  # @ctx-core/core-js
2
2
 
3
+ ## 11.0.31
4
+
5
+ ### Patch Changes
6
+
7
+ - package.json: svelte: ./dist/index.js
8
+ - Updated dependencies
9
+ - @ctx-core/object@22.0.1
10
+ - @ctx-core/package@9.1.13
11
+
12
+ ## 11.0.30
13
+
14
+ ### Patch Changes
15
+
16
+ - package.json: - module
17
+ - Updated dependencies
18
+ - Updated dependencies
19
+ - @ctx-core/object@22.0.0
20
+ - @ctx-core/package@9.1.11
21
+
22
+ ## 11.0.29
23
+
24
+ ### Patch Changes
25
+
26
+ - update dependencies
27
+
28
+ ## 11.0.28
29
+
30
+ ### Patch Changes
31
+
32
+ - package.json: - "main": explicitly not support cjs
33
+ - Updated dependencies
34
+ - @ctx-core/package@9.1.9
35
+
3
36
  ## 11.0.27
4
37
 
5
38
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/core-js",
3
- "version": "11.0.27",
3
+ "version": "11.0.31",
4
4
  "description": "ctx-core core-js",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -17,32 +17,31 @@
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
- "types": "./src/index.ts",
23
20
  "exports": {
24
21
  ".": {
25
- "require": "./dist/index.cjs",
22
+ "types": "./src/index.ts",
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.30",
32
- "@ctx-core/package": "^9.1.7"
28
+ "@ctx-core/object": "^22.0.1",
29
+ "@ctx-core/package": "^9.1.13"
33
30
  },
34
31
  "devDependencies": {
35
- "@swc/cli": "^0.1.52",
36
- "@swc/core": "^1.2.118",
32
+ "@swc/cli": "^0.1.55",
33
+ "@swc/core": "^1.2.120",
34
+ "rimraf": "^3.0.2",
37
35
  "typescript": "next"
38
36
  },
39
37
  "publishConfig": {
40
38
  "access": "public",
41
39
  "cache": "~/.npm"
42
40
  },
41
+ "svelte": "./dist/index.js",
43
42
  "scripts": {
44
43
  "build": "npm run compile",
45
- "clean": "rm -rf dist",
44
+ "clean": "rimraf dist",
46
45
  "compile": "swc src --out-dir dist --copy-files --source-maps --config-file .swcrc",
47
46
  "exec": "$@"
48
47
  }
package/COMMIT_EDITMSG DELETED
@@ -1,2 +0,0 @@
1
-
2
-