@aws-amplify/pubsub 4.4.10-next.45 → 4.4.10-next.46

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.
@@ -5,10 +5,6 @@ export interface PubSubOptions {
5
5
  export interface ProviderOptions {
6
6
  [key: string]: any;
7
7
  }
8
- /**
9
- * @deprecated Migrated to ProviderOptions
10
- */
11
- export declare type ProvidertOptions = ProviderOptions;
12
8
  export interface PubSubProvider {
13
9
  configure(config: object): object;
14
10
  getCategory(): string;
@@ -5,10 +5,6 @@ export interface PubSubOptions {
5
5
  export interface ProviderOptions {
6
6
  [key: string]: any;
7
7
  }
8
- /**
9
- * @deprecated Migrated to ProviderOptions
10
- */
11
- export declare type ProvidertOptions = ProviderOptions;
12
8
  export interface PubSubProvider {
13
9
  configure(config: object): object;
14
10
  getCategory(): string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/pubsub",
3
- "version": "4.4.10-next.45+ec82d5c8d",
3
+ "version": "4.4.10-next.46+c534a5058",
4
4
  "description": "Pubsub category of aws-amplify",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib-esm/index.js",
@@ -48,9 +48,9 @@
48
48
  "src"
49
49
  ],
50
50
  "dependencies": {
51
- "@aws-amplify/auth": "4.6.2-next.45+ec82d5c8d",
52
- "@aws-amplify/cache": "4.0.51-next.45+ec82d5c8d",
53
- "@aws-amplify/core": "4.6.2-next.45+ec82d5c8d",
51
+ "@aws-amplify/auth": "4.6.2-next.46+c534a5058",
52
+ "@aws-amplify/cache": "4.0.51-next.46+c534a5058",
53
+ "@aws-amplify/core": "4.6.2-next.46+c534a5058",
54
54
  "graphql": "15.8.0",
55
55
  "paho-mqtt": "^1.1.0",
56
56
  "tslib": "^2.0.0",
@@ -107,5 +107,5 @@
107
107
  "lib-esm"
108
108
  ]
109
109
  },
110
- "gitHead": "ec82d5c8de2a151da890c14be764d77ad917bd7f"
110
+ "gitHead": "c534a505895c715609d81ba963cb492d141bbeb3"
111
111
  }
@@ -10,11 +10,6 @@ export interface ProviderOptions {
10
10
  [key: string]: any;
11
11
  }
12
12
 
13
- /**
14
- * @deprecated Migrated to ProviderOptions
15
- */
16
- export type ProvidertOptions = ProviderOptions;
17
-
18
13
  export interface PubSubProvider {
19
14
  // configure your provider
20
15
  configure(config: object): object;