@ctx-core/core-js 11.0.45 → 11.0.48

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,33 @@
1
1
  # @ctx-core/core-js
2
2
 
3
+ ## 11.0.48
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/array: 26.2.0
8
+ - Updated dependencies
9
+ - @ctx-core/object@22.1.7
10
+ - @ctx-core/package@9.1.31
11
+
12
+ ## 11.0.47
13
+
14
+ ### Patch Changes
15
+
16
+ - fix: @ctx-core/\* dependencies
17
+ - Updated dependencies
18
+ - @ctx-core/object@22.1.5
19
+ - @ctx-core/package@9.1.30
20
+
21
+ ## 11.0.46
22
+
23
+ ### Patch Changes
24
+
25
+ - package.json: exports: update
26
+ - Updated dependencies
27
+ - Updated dependencies
28
+ - @ctx-core/object@22.1.4
29
+ - @ctx-core/package@9.1.29
30
+
3
31
  ## 11.0.45
4
32
 
5
33
  ### Patch Changes
Binary file
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/CORE_JS_SHIM_URL.ts"],"sourcesContent":["import { CORE_JS_SHIM_URL_ } from './CORE_JS_SHIM_URL_.js'\nexport const CORE_JS_SHIM_URL = CORE_JS_SHIM_URL_()\n"],"names":["CORE_JS_SHIM_URL_","CORE_JS_SHIM_URL"],"mappings":"AAAA,SAASA,iBAAiB,QAAQ,wBAAwB,CAAA;AAC1D,OAAO,MAAMC,gBAAgB,GAAGD,iBAAiB,EAAE,CAAA"}
1
+ {"version":3,"sources":["../src/CORE_JS_SHIM_URL.ts"],"sourcesContent":["import { CORE_JS_SHIM_URL_ } from './CORE_JS_SHIM_URL_.js'\nexport const CORE_JS_SHIM_URL = CORE_JS_SHIM_URL_()\n"],"names":["CORE_JS_SHIM_URL_","CORE_JS_SHIM_URL"],"mappings":"SAASA,iBAAiB,QAAQ,wBAAwB,CAAA;AAC1D,OAAO,MAAMC,gBAAgB,GAAGD,iBAAiB,EAAE,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/core-js",
3
- "version": "11.0.45",
3
+ "version": "11.0.48",
4
4
  "description": "ctx-core core-js",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -19,9 +19,7 @@
19
19
  "type": "module",
20
20
  "types": "./lib/index.d.ts",
21
21
  "exports": {
22
- ".": {
23
- "import": "./lib/index.js"
24
- },
22
+ ".": "./lib/index.js",
25
23
  "./package.json": "./package.json"
26
24
  },
27
25
  "scripts": {
@@ -35,12 +33,12 @@
35
33
  "prepublishOnly": "npm run clean && npm run build"
36
34
  },
37
35
  "dependencies": {
38
- "@ctx-core/object": "^22.1.3",
39
- "@ctx-core/package": "^9.1.27"
36
+ "@ctx-core/object": "workspace:^22.1.7",
37
+ "@ctx-core/package": "workspace:^9.1.31"
40
38
  },
41
39
  "devDependencies": {
42
- "@swc/cli": "^0.1.56",
43
- "@swc/core": "^1.2.160",
40
+ "@swc/cli": "^0.1.57",
41
+ "@swc/core": "^1.2.171",
44
42
  "rimraf": "^3.0.2",
45
43
  "typescript": "next"
46
44
  },
@@ -50,4 +48,4 @@
50
48
  },
51
49
  "svelte": "./lib/index.js",
52
50
  "sideEffects": false
53
- }
51
+ }
Binary file