@teambit/pubsub 1.0.13 → 1.0.14

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/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.harmony_pubsub@1.0.13/dist/pubsub.composition.js';
2
- import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.harmony_pubsub@1.0.13/dist/pubsub.docs.mdx';
1
+ import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.harmony_pubsub@1.0.14/dist/pubsub.composition.js';
2
+ import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.harmony_pubsub@1.0.14/dist/pubsub.docs.mdx';
3
3
 
4
4
  export const compositions = [compositions_0];
5
5
  export const overview = [overview_0];
@@ -9,6 +9,6 @@ export interface PubSubRegistry {
9
9
  export declare const pubsubRegistry: React.Context<PubSubRegistry | undefined>;
10
10
  export declare function createProvider(pubSubContext: PubSubRegistry): ({ children }: {
11
11
  children: ReactNode;
12
- }) => JSX.Element;
12
+ }) => React.JSX.Element;
13
13
  export declare function usePubSub(): PubSubRegistry | undefined;
14
14
  export declare function usePubSubIframe(ref?: RefObject<HTMLIFrameElement>): void;
@@ -1,2 +1,2 @@
1
- /// <reference types="react" />
2
- export declare const Logo: () => JSX.Element;
1
+ import React from 'react';
2
+ export declare const Logo: () => React.JSX.Element;
@@ -20,7 +20,7 @@ export declare class PubsubUI {
20
20
  private connectToIframe;
21
21
  getPubSubContext(): ({ children }: {
22
22
  children: import("react").ReactNode;
23
- }) => JSX.Element;
23
+ }) => import("react").JSX.Element;
24
24
  /**
25
25
  * publish event to all subscribers in this window
26
26
  */
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/pubsub",
3
- "version": "1.0.13",
3
+ "version": "1.0.14",
4
4
  "homepage": "https://bit.cloud/teambit/harmony/pubsub",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.harmony",
8
8
  "name": "pubsub",
9
- "version": "1.0.13"
9
+ "version": "1.0.14"
10
10
  },
11
11
  "dependencies": {
12
12
  "eventemitter2": "6.4.4",
@@ -16,8 +16,8 @@
16
16
  "@teambit/harmony": "0.4.6",
17
17
  "@teambit/ui-foundation.ui.is-browser": "0.0.500",
18
18
  "@teambit/cli": "0.0.793",
19
- "@teambit/preview": "1.0.13",
20
- "@teambit/ui": "1.0.13"
19
+ "@teambit/preview": "1.0.14",
20
+ "@teambit/ui": "1.0.14"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@types/react": "^17.0.8",