@teambit/preview 1.0.1083 → 1.0.1085

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.1083/dist/preview.composition.js';
2
- import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.preview_preview@1.0.1083/dist/preview.docs.mdx';
1
+ import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.preview_preview@1.0.1085/dist/preview.composition.js';
2
+ import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.preview_preview@1.0.1085/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<PreviewDefinition>) | ((registerFn: () => string) => SlotRegistry<BundlingStrategy>))[];
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.1083",
3
+ "version": "1.0.1085",
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.1083"
9
+ "version": "1.0.1085"
10
10
  },
11
11
  "dependencies": {
12
12
  "mime": "2.5.2",
@@ -49,23 +49,23 @@
49
49
  "@teambit/lanes.entities.lane-diff": "0.0.198",
50
50
  "@teambit/mdx.modules.mdx-v3-options": "0.0.3",
51
51
  "@teambit/rspack.modules.generate-asset-manifest": "0.0.9",
52
- "@teambit/builder": "1.0.1083",
53
- "@teambit/bundler": "1.0.1083",
54
- "@teambit/component": "1.0.1083",
55
- "@teambit/aspect-loader": "1.0.1083",
56
- "@teambit/dependency-resolver": "1.0.1083",
57
- "@teambit/envs": "1.0.1083",
58
- "@teambit/ui": "1.0.1083",
59
- "@teambit/isolator": "1.0.1083",
60
- "@teambit/graphql": "1.0.1083",
61
- "@teambit/pkg": "1.0.1083",
62
- "@teambit/pubsub": "1.0.1083",
63
- "@teambit/scope": "1.0.1083",
64
- "@teambit/watcher": "1.0.1083",
65
- "@teambit/workspace": "1.0.1083",
66
- "@teambit/compiler": "1.0.1083",
67
- "@teambit/react": "1.0.1083",
68
- "@teambit/webpack": "1.0.1083"
52
+ "@teambit/builder": "1.0.1085",
53
+ "@teambit/bundler": "1.0.1085",
54
+ "@teambit/component": "1.0.1085",
55
+ "@teambit/aspect-loader": "1.0.1085",
56
+ "@teambit/dependency-resolver": "1.0.1085",
57
+ "@teambit/envs": "1.0.1085",
58
+ "@teambit/ui": "1.0.1085",
59
+ "@teambit/isolator": "1.0.1085",
60
+ "@teambit/graphql": "1.0.1085",
61
+ "@teambit/pkg": "1.0.1085",
62
+ "@teambit/pubsub": "1.0.1085",
63
+ "@teambit/scope": "1.0.1085",
64
+ "@teambit/watcher": "1.0.1085",
65
+ "@teambit/workspace": "1.0.1085",
66
+ "@teambit/compiler": "1.0.1085",
67
+ "@teambit/react": "1.0.1085",
68
+ "@teambit/webpack": "1.0.1085"
69
69
  },
70
70
  "devDependencies": {
71
71
  "@types/mime": "2.0.3",