@teambit/mdx 1.0.668 → 1.0.669
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/artifacts/env-template/public/{15.c2a7fdb06f4c5b893f85.js → 118.882e2378b0e5623249d2.js} +2 -2
- package/artifacts/env-template/public/{624.0063cd20896778773908.js → 252.2828fd5e6907402cf578.js} +4 -4
- package/artifacts/env-template/public/{977.2dc9f009f95933831eec.js → 883.ecce899a53efa1970783.js} +1 -1
- package/artifacts/env-template/public/assets-manifest.json +16 -16
- package/artifacts/env-template/public/compositions.4a70ad6e79af7507c35e.js +1 -0
- package/artifacts/env-template/public/compositions.html +1 -1
- package/artifacts/env-template/public/overview.ec0129bfff559ee7c1a1.js +1 -0
- package/artifacts/env-template/public/overview.html +1 -1
- package/artifacts/env-template/public/{peers.2bbd1ea908f969e0022a.js → peers.de302ffcf142c2b64dac.js} +1 -1
- package/artifacts/env-template/public/{preview-root.05f90bb5fbdee8df22bf.js → preview-root.253a56e967670ccca698.js} +1 -1
- package/artifacts/env-template/public/static/css/{624.cb193a47.css → 252.608595b5.css} +1 -1
- package/{compositions-1753833698619.js → compositions-1753848836384.js} +1 -1
- package/dist/{preview-1753833698619.js → preview-1753848836384.js} +2 -2
- package/{overview-1753833698619.js → overview-1753848836384.js} +1 -1
- package/package.json +18 -18
- package/artifacts/env-template/public/compositions.865857a470a7a10c49ec.js +0 -1
- package/artifacts/env-template/public/overview.6ec23debb63951a08712.js +0 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
import { linkModules } from '/home/circleci/.bvm/versions/1.12.17/bit-1.12.17/node_modules/@teambit/preview/dist/preview-modules.js';
|
|
3
3
|
|
|
4
|
-
import {defaultMainModule} from "/home/circleci/bit/bit/node_modules/@teambit/_local/preview-modules-
|
|
4
|
+
import {defaultMainModule} from "/home/circleci/bit/bit/node_modules/@teambit/_local/preview-modules-aa880bdba40b9af1d8fe895dca476e207182accb.mjs";
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.mdx_mdx@1.0.
|
|
2
|
-
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.mdx_mdx@1.0.
|
|
1
|
+
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.mdx_mdx@1.0.669/dist/mdx.composition.js';
|
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.mdx_mdx@1.0.669/dist/mdx.docs.mdx';
|
|
3
3
|
|
|
4
4
|
export const compositions = [compositions_0];
|
|
5
5
|
export const overview = [overview_0];
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
import { linkModules } from '/home/circleci/.bvm/versions/1.12.17/bit-1.12.17/node_modules/@teambit/preview/dist/preview-modules.js';
|
|
3
3
|
|
|
4
|
-
import {defaultMainModule} from "/home/circleci/bit/bit/node_modules/@teambit/_local/preview-modules-
|
|
4
|
+
import {defaultMainModule} from "/home/circleci/bit/bit/node_modules/@teambit/_local/preview-modules-0557d705b67dd1e1bccbac0bd34835a41036cf72.mjs";
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/mdx",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.669",
|
|
4
4
|
"homepage": "https://bit.cloud/teambit/mdx/mdx",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.mdx",
|
|
8
8
|
"name": "mdx",
|
|
9
|
-
"version": "1.0.
|
|
9
|
+
"version": "1.0.669"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@babel/core": "7.19.6",
|
|
@@ -26,25 +26,25 @@
|
|
|
26
26
|
"@teambit/compilation.modules.babel-compiler": "0.0.141",
|
|
27
27
|
"@teambit/mdx.compilers.mdx-transpiler": "1.0.9",
|
|
28
28
|
"@teambit/compilation.babel-compiler": "1.1.13",
|
|
29
|
+
"@teambit/typescript.modules.ts-config-mutator": "0.0.86",
|
|
29
30
|
"@teambit/component-id": "1.2.4",
|
|
30
31
|
"@teambit/mdx.generator.mdx-templates": "1.0.12",
|
|
31
32
|
"@teambit/design.ui.empty-box": "0.0.363",
|
|
32
|
-
"@teambit/builder": "1.0.
|
|
33
|
-
"@teambit/compiler": "1.0.
|
|
34
|
-
"@teambit/dependency-resolver": "1.0.
|
|
35
|
-
"@teambit/docs": "1.0.
|
|
36
|
-
"@teambit/envs": "1.0.
|
|
37
|
-
"@teambit/logger": "0.0.
|
|
38
|
-
"@teambit/multi-compiler": "1.0.
|
|
39
|
-
"@teambit/react": "1.0.
|
|
40
|
-
"@teambit/typescript
|
|
41
|
-
"@teambit/
|
|
42
|
-
"@teambit/
|
|
43
|
-
"@teambit/
|
|
44
|
-
"@teambit/
|
|
45
|
-
"@teambit/
|
|
46
|
-
"@teambit/
|
|
47
|
-
"@teambit/ui": "1.0.668"
|
|
33
|
+
"@teambit/builder": "1.0.669",
|
|
34
|
+
"@teambit/compiler": "1.0.669",
|
|
35
|
+
"@teambit/dependency-resolver": "1.0.669",
|
|
36
|
+
"@teambit/docs": "1.0.669",
|
|
37
|
+
"@teambit/envs": "1.0.669",
|
|
38
|
+
"@teambit/logger": "0.0.1339",
|
|
39
|
+
"@teambit/multi-compiler": "1.0.669",
|
|
40
|
+
"@teambit/react": "1.0.669",
|
|
41
|
+
"@teambit/typescript": "1.0.669",
|
|
42
|
+
"@teambit/cli": "0.0.1246",
|
|
43
|
+
"@teambit/generator": "1.0.670",
|
|
44
|
+
"@teambit/worker": "0.0.1550",
|
|
45
|
+
"@teambit/compositions": "1.0.669",
|
|
46
|
+
"@teambit/tester": "1.0.669",
|
|
47
|
+
"@teambit/ui": "1.0.669"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@types/fs-extra": "9.0.7",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";(self.__loadChunks_EnvTemplate=self.__loadChunks_EnvTemplate||[]).push([[866],{35883:(__unused_webpack_module,__unused_webpack___webpack_exports__,__webpack_require__)=>{var _home_circleci_bvm_versions_1_12_17_bit_1_12_17_node_modules_teambit_preview_dist_preview_modules_js__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(27296),_home_circleci_bit_bit_node_modules_teambit_local_preview_modules_fcb75543ae174d7107386380d75d5f3935f0d5b9_mjs__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__(95860);(0,_home_circleci_bvm_versions_1_12_17_bit_1_12_17_node_modules_teambit_preview_dist_preview_modules_js__WEBPACK_IMPORTED_MODULE_0__.uf)("compositions",{modulesMap:{default:_home_circleci_bit_bit_node_modules_teambit_local_preview_modules_fcb75543ae174d7107386380d75d5f3935f0d5b9_mjs__WEBPACK_IMPORTED_MODULE_1__.x},isSplitComponentBundle:!0,componentMap:{}})}},__webpack_require__=>{var __webpack_exec__=moduleId=>__webpack_require__(__webpack_require__.s=moduleId);__webpack_require__.O(0,[15,320,977,518],()=>__webpack_exec__(35883));var __webpack_exports__=__webpack_require__.O()}]);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
(self.__loadChunks_EnvTemplate=self.__loadChunks_EnvTemplate||[]).push([[542],{42503:(__unused_webpack_module,__unused_webpack___webpack_exports__,__webpack_require__)=>{"use strict";var _home_circleci_bvm_versions_1_12_17_bit_1_12_17_node_modules_teambit_preview_dist_preview_modules_js__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(27296),_home_circleci_bit_bit_node_modules_teambit_local_preview_modules_cf72038aae23437751eb71da99348a78344bd209_mjs__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__(61624);(0,_home_circleci_bvm_versions_1_12_17_bit_1_12_17_node_modules_teambit_preview_dist_preview_modules_js__WEBPACK_IMPORTED_MODULE_0__.uf)("overview",{modulesMap:{default:_home_circleci_bit_bit_node_modules_teambit_local_preview_modules_cf72038aae23437751eb71da99348a78344bd209_mjs__WEBPACK_IMPORTED_MODULE_1__.x},isSplitComponentBundle:!0,componentMap:{}})},94891:()=>{},91044:()=>{},38954:()=>{},71220:()=>{},38854:()=>{}},__webpack_require__=>{var __webpack_exec__=moduleId=>__webpack_require__(__webpack_require__.s=moduleId);__webpack_require__.O(0,[624,320,977,518,15,866],()=>__webpack_exec__(42503));var __webpack_exports__=__webpack_require__.O()}]);
|