@ctx-core/core-js 11.0.47 → 11.0.50

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,29 @@
1
1
  # @ctx-core/core-js
2
2
 
3
+ ## 11.0.50
4
+
5
+ ### Patch Changes
6
+
7
+ - update dependencies
8
+
9
+ ## 11.0.49
10
+
11
+ ### Patch Changes
12
+
13
+ - @ctx-core/function: 20.7.1
14
+ - Updated dependencies
15
+ - @ctx-core/object@22.1.8
16
+ - @ctx-core/package@9.1.32
17
+
18
+ ## 11.0.48
19
+
20
+ ### Patch Changes
21
+
22
+ - @ctx-core/array: 26.2.0
23
+ - Updated dependencies
24
+ - @ctx-core/object@22.1.7
25
+ - @ctx-core/package@9.1.31
26
+
3
27
  ## 11.0.47
4
28
 
5
29
  ### 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.47",
3
+ "version": "11.0.50",
4
4
  "description": "ctx-core core-js",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -33,12 +33,12 @@
33
33
  "prepublishOnly": "npm run clean && npm run build"
34
34
  },
35
35
  "dependencies": {
36
- "@ctx-core/object": "^22.1.5",
37
- "@ctx-core/package": "^9.1.30"
36
+ "@ctx-core/object": "^22.1.9",
37
+ "@ctx-core/package": "^9.1.32"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@swc/cli": "^0.1.57",
41
- "@swc/core": "^1.2.165",
41
+ "@swc/core": "^1.2.172",
42
42
  "rimraf": "^3.0.2",
43
43
  "typescript": "next"
44
44
  },
@@ -48,4 +48,4 @@
48
48
  },
49
49
  "svelte": "./lib/index.js",
50
50
  "sideEffects": false
51
- }
51
+ }
Binary file