@ctx-core/core-js 11.0.29 → 11.0.33

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,42 @@
1
1
  # @ctx-core/core-js
2
2
 
3
+ ## 11.0.33
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: tsconfig.json: "rootDir": "."
8
+ - Updated dependencies
9
+ - @ctx-core/object@22.0.3
10
+ - @ctx-core/package@9.1.15
11
+
12
+ ## 11.0.32
13
+
14
+ ### Patch Changes
15
+
16
+ - fix: package.json: exports
17
+ - Updated dependencies
18
+ - @ctx-core/object@22.0.2
19
+ - @ctx-core/package@9.1.14
20
+
21
+ ## 11.0.31
22
+
23
+ ### Patch Changes
24
+
25
+ - package.json: svelte: ./dist/index.js
26
+ - Updated dependencies
27
+ - @ctx-core/object@22.0.1
28
+ - @ctx-core/package@9.1.13
29
+
30
+ ## 11.0.30
31
+
32
+ ### Patch Changes
33
+
34
+ - package.json: - module
35
+ - Updated dependencies
36
+ - Updated dependencies
37
+ - @ctx-core/object@22.0.0
38
+ - @ctx-core/package@9.1.11
39
+
3
40
  ## 11.0.29
4
41
 
5
42
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/core-js",
3
- "version": "11.0.29",
3
+ "version": "11.0.33",
4
4
  "description": "ctx-core core-js",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -12,35 +12,36 @@
12
12
  },
13
13
  "repository": {
14
14
  "type": "git",
15
- "url": "https://github.com/ctx-core/core-js/issues"
15
+ "url": "https://github.com/ctx-core/core-js.git"
16
16
  },
17
17
  "license": "Apache-2.0",
18
18
  "author": "Brian Takita",
19
19
  "type": "module",
20
- "module": "./dist/index.js",
21
- "types": "./src/index.ts",
22
20
  "exports": {
23
21
  ".": {
24
- "import": "./dist/index.js"
22
+ "import": "./dist/index.js",
23
+ "types": "./src/index.ts"
25
24
  },
26
25
  "./package.json": "./package.json"
27
26
  },
28
27
  "dependencies": {
29
- "@ctx-core/object": "^21.0.30",
30
- "@ctx-core/package": "^9.1.10"
28
+ "@ctx-core/object": "^22.0.3",
29
+ "@ctx-core/package": "^9.1.15"
31
30
  },
32
31
  "devDependencies": {
33
- "@swc/cli": "^0.1.52",
34
- "@swc/core": "^1.2.118",
32
+ "@swc/cli": "^0.1.55",
33
+ "@swc/core": "^1.2.120",
34
+ "rimraf": "^3.0.2",
35
35
  "typescript": "next"
36
36
  },
37
37
  "publishConfig": {
38
38
  "access": "public",
39
39
  "cache": "~/.npm"
40
40
  },
41
+ "svelte": "./dist/index.js",
41
42
  "scripts": {
42
43
  "build": "npm run compile",
43
- "clean": "rm -rf dist",
44
+ "clean": "rimraf dist",
44
45
  "compile": "swc src --out-dir dist --copy-files --source-maps --config-file .swcrc",
45
46
  "exec": "$@"
46
47
  }
package/tsconfig.json CHANGED
@@ -21,7 +21,7 @@
21
21
  "../../node_modules/@types",
22
22
  "node_modules/@types"
23
23
  ],
24
- "rootDir": "src",
24
+ "rootDir": ".",
25
25
  "outDir": "dist",
26
26
  "mapRoot": "",
27
27
  "declarationDir": "dist",
package/COMMIT_EDITMSG DELETED
@@ -1,2 +0,0 @@
1
-
2
-