@aws-amplify/core 4.3.11 → 4.3.12-unstable.6

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/lib/Hub.js CHANGED
@@ -189,7 +189,7 @@ var HubClass = /** @class */ (function () {
189
189
  }());
190
190
  exports.HubClass = HubClass;
191
191
  /*We export a __default__ instance of HubClass to use it as a
192
- psuedo Singleton for the main messaging bus, however you can still create
192
+ pseudo Singleton for the main messaging bus, however you can still create
193
193
  your own instance of HubClass() for a separate "private bus" of events.*/
194
194
  exports.Hub = new HubClass('__default__');
195
195
  /**
@@ -1 +1 @@
1
- export declare const version = "4.3.10";
1
+ export declare const version = "4.3.11";
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  // generated by genversion
4
- exports.version = '4.3.10';
4
+ exports.version = '4.3.11';
5
5
  //# sourceMappingURL=version.js.map
package/lib-esm/Hub.js CHANGED
@@ -187,7 +187,7 @@ var HubClass = /** @class */ (function () {
187
187
  }());
188
188
  export { HubClass };
189
189
  /*We export a __default__ instance of HubClass to use it as a
190
- psuedo Singleton for the main messaging bus, however you can still create
190
+ pseudo Singleton for the main messaging bus, however you can still create
191
191
  your own instance of HubClass() for a separate "private bus" of events.*/
192
192
  export var Hub = new HubClass('__default__');
193
193
  /**
@@ -1 +1 @@
1
- export declare const version = "4.3.10";
1
+ export declare const version = "4.3.11";
@@ -1,3 +1,3 @@
1
1
  // generated by genversion
2
- export var version = '4.3.10';
2
+ export var version = '4.3.11';
3
3
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/core",
3
- "version": "4.3.11",
3
+ "version": "4.3.12-unstable.6+711259b48",
4
4
  "description": "Core category of aws-amplify",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib-esm/index.js",
@@ -108,5 +108,5 @@
108
108
  "lib-esm"
109
109
  ]
110
110
  },
111
- "gitHead": "b567fc3b9ad28043fd07ce93e78ec5958414e82f"
111
+ "gitHead": "711259b482d721f66d4acc728ff96a8a26965787"
112
112
  }
package/src/Hub.ts CHANGED
@@ -208,7 +208,7 @@ export class HubClass {
208
208
  }
209
209
 
210
210
  /*We export a __default__ instance of HubClass to use it as a
211
- psuedo Singleton for the main messaging bus, however you can still create
211
+ pseudo Singleton for the main messaging bus, however you can still create
212
212
  your own instance of HubClass() for a separate "private bus" of events.*/
213
213
  export const Hub = new HubClass('__default__');
214
214
  /**
@@ -1,2 +1,2 @@
1
1
  // generated by genversion
2
- export const version = '4.3.10';
2
+ export const version = '4.3.11';