@ctx-core/core-js 11.0.46 → 11.0.49
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,32 @@
|
|
|
1
1
|
# @ctx-core/core-js
|
|
2
2
|
|
|
3
|
+
## 11.0.49
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- @ctx-core/function: 20.7.1
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @ctx-core/object@22.1.8
|
|
10
|
+
- @ctx-core/package@9.1.32
|
|
11
|
+
|
|
12
|
+
## 11.0.48
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- @ctx-core/array: 26.2.0
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
- @ctx-core/object@22.1.7
|
|
19
|
+
- @ctx-core/package@9.1.31
|
|
20
|
+
|
|
21
|
+
## 11.0.47
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- fix: @ctx-core/\* dependencies
|
|
26
|
+
- Updated dependencies
|
|
27
|
+
- @ctx-core/object@22.1.5
|
|
28
|
+
- @ctx-core/package@9.1.30
|
|
29
|
+
|
|
3
30
|
## 11.0.46
|
|
4
31
|
|
|
5
32
|
### 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":"
|
|
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.
|
|
3
|
+
"version": "11.0.49",
|
|
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": "
|
|
37
|
-
"@ctx-core/package": "
|
|
36
|
+
"@ctx-core/object": "^22.1.8",
|
|
37
|
+
"@ctx-core/package": "^9.1.32"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@swc/cli": "^0.1.57",
|
|
41
|
-
"@swc/core": "^1.2.
|
|
41
|
+
"@swc/core": "^1.2.171",
|
|
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
|