@teambit/preview 1.0.1082 → 1.0.1084
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.
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.preview_preview@1.0.
|
|
2
|
-
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.preview_preview@1.0.
|
|
1
|
+
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.preview_preview@1.0.1084/dist/preview.composition.js';
|
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.preview_preview@1.0.1084/dist/preview.docs.mdx';
|
|
3
3
|
|
|
4
4
|
export const compositions = [compositions_0];
|
|
5
5
|
export const overview = [overview_0];
|
|
@@ -343,7 +343,7 @@ export declare class PreviewMain {
|
|
|
343
343
|
* register a new preview definition.
|
|
344
344
|
*/
|
|
345
345
|
registerDefinition(previewDef: PreviewDefinition): void;
|
|
346
|
-
static slots: (((registerFn: () => string) => SlotRegistry<
|
|
346
|
+
static slots: (((registerFn: () => string) => SlotRegistry<BundlingStrategy>) | ((registerFn: () => string) => SlotRegistry<PreviewDefinition>))[];
|
|
347
347
|
static runtime: import("@teambit/harmony").RuntimeDefinition;
|
|
348
348
|
static dependencies: import("@teambit/harmony").Aspect[];
|
|
349
349
|
static defaultConfig: {
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/preview",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1084",
|
|
4
4
|
"homepage": "https://bit.cloud/teambit/preview/preview",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.preview",
|
|
8
8
|
"name": "preview",
|
|
9
|
-
"version": "1.0.
|
|
9
|
+
"version": "1.0.1084"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"mime": "2.5.2",
|
|
@@ -27,45 +27,45 @@
|
|
|
27
27
|
"resolve-url-loader": "5.0.0",
|
|
28
28
|
"rspack-manifest-plugin": "^5.2.1",
|
|
29
29
|
"sass-loader": "13.3.2",
|
|
30
|
+
"@teambit/express": "0.0.1458",
|
|
31
|
+
"@teambit/logger": "0.0.1452",
|
|
30
32
|
"@teambit/ui-foundation.ui.pages.static-error": "0.0.111",
|
|
31
33
|
"@teambit/preview.ui.component-preview": "1.0.36",
|
|
34
|
+
"@teambit/cli": "0.0.1359",
|
|
32
35
|
"@teambit/toolbox.path.to-windows-compatible-path": "0.0.513",
|
|
36
|
+
"@teambit/legacy.constants": "0.0.39",
|
|
33
37
|
"@teambit/harmony": "0.4.12",
|
|
34
38
|
"@teambit/toolbox.crypto.sha1": "0.0.20",
|
|
39
|
+
"@teambit/harmony.modules.harmony-root-generator": "0.0.42",
|
|
40
|
+
"@teambit/component.sources": "0.0.194",
|
|
35
41
|
"@teambit/toolbox.path.path": "0.0.21",
|
|
36
42
|
"@teambit/preview.modules.preview-modules": "1.0.3",
|
|
37
43
|
"@teambit/component-id": "1.2.4",
|
|
38
44
|
"@teambit/bit-error": "0.0.404",
|
|
39
|
-
"@teambit/preview.cli.dev-server-events-listener": "0.0.1",
|
|
40
|
-
"@teambit/mdx.modules.mdx-v3-options": "0.0.3",
|
|
41
|
-
"@teambit/rspack.modules.generate-asset-manifest": "0.0.9",
|
|
42
|
-
"@teambit/express": "0.0.1458",
|
|
43
|
-
"@teambit/logger": "0.0.1452",
|
|
44
|
-
"@teambit/builder": "1.0.1082",
|
|
45
|
-
"@teambit/bundler": "1.0.1082",
|
|
46
|
-
"@teambit/component": "1.0.1082",
|
|
47
|
-
"@teambit/aspect-loader": "1.0.1082",
|
|
48
|
-
"@teambit/cli": "0.0.1359",
|
|
49
|
-
"@teambit/dependency-resolver": "1.0.1082",
|
|
50
|
-
"@teambit/envs": "1.0.1082",
|
|
51
|
-
"@teambit/legacy.constants": "0.0.39",
|
|
52
|
-
"@teambit/ui": "1.0.1082",
|
|
53
|
-
"@teambit/isolator": "1.0.1082",
|
|
54
|
-
"@teambit/harmony.modules.harmony-root-generator": "0.0.42",
|
|
55
|
-
"@teambit/component.sources": "0.0.194",
|
|
56
45
|
"@teambit/cache": "0.0.1452",
|
|
57
|
-
"@teambit/graphql": "1.0.1082",
|
|
58
46
|
"@teambit/harmony.modules.feature-toggle": "0.0.51",
|
|
59
|
-
"@teambit/
|
|
60
|
-
"@teambit/pubsub": "1.0.1082",
|
|
61
|
-
"@teambit/scope": "1.0.1082",
|
|
62
|
-
"@teambit/watcher": "1.0.1082",
|
|
63
|
-
"@teambit/workspace": "1.0.1082",
|
|
64
|
-
"@teambit/compiler": "1.0.1082",
|
|
47
|
+
"@teambit/preview.cli.dev-server-events-listener": "0.0.1",
|
|
65
48
|
"@teambit/preview.cli.webpack-events-listener": "0.0.187",
|
|
66
49
|
"@teambit/lanes.entities.lane-diff": "0.0.198",
|
|
67
|
-
"@teambit/
|
|
68
|
-
"@teambit/
|
|
50
|
+
"@teambit/mdx.modules.mdx-v3-options": "0.0.3",
|
|
51
|
+
"@teambit/rspack.modules.generate-asset-manifest": "0.0.9",
|
|
52
|
+
"@teambit/builder": "1.0.1084",
|
|
53
|
+
"@teambit/bundler": "1.0.1084",
|
|
54
|
+
"@teambit/component": "1.0.1084",
|
|
55
|
+
"@teambit/aspect-loader": "1.0.1084",
|
|
56
|
+
"@teambit/dependency-resolver": "1.0.1084",
|
|
57
|
+
"@teambit/envs": "1.0.1084",
|
|
58
|
+
"@teambit/ui": "1.0.1084",
|
|
59
|
+
"@teambit/isolator": "1.0.1084",
|
|
60
|
+
"@teambit/graphql": "1.0.1084",
|
|
61
|
+
"@teambit/pkg": "1.0.1084",
|
|
62
|
+
"@teambit/pubsub": "1.0.1084",
|
|
63
|
+
"@teambit/scope": "1.0.1084",
|
|
64
|
+
"@teambit/watcher": "1.0.1084",
|
|
65
|
+
"@teambit/workspace": "1.0.1084",
|
|
66
|
+
"@teambit/compiler": "1.0.1084",
|
|
67
|
+
"@teambit/react": "1.0.1084",
|
|
68
|
+
"@teambit/webpack": "1.0.1084"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
71
|
"@types/mime": "2.0.3",
|