@aws-amplify/geo 1.1.2-unstable.3 → 1.1.2
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/CHANGELOG.md +8 -0
- package/dist/aws-amplify-geo.js +6 -2
- package/dist/aws-amplify-geo.js.map +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [1.1.2](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/geo@1.1.1...@aws-amplify/geo@1.1.2) (2021-10-07)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-amplify/geo
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [1.1.1](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/geo@1.1.0...@aws-amplify/geo@1.1.1) (2021-09-30)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-amplify/geo
|
package/dist/aws-amplify-geo.js
CHANGED
|
@@ -25332,7 +25332,9 @@ var __generator = undefined && undefined.__generator || function (thisArg, body)
|
|
|
25332
25332
|
var logger = new _aws_amplify_core__WEBPACK_IMPORTED_MODULE_0__["ConsoleLogger"]('Geo');
|
|
25333
25333
|
var DEFAULT_PROVIDER = 'AmazonLocationService';
|
|
25334
25334
|
|
|
25335
|
-
var GeoClass =
|
|
25335
|
+
var GeoClass =
|
|
25336
|
+
/** @class */
|
|
25337
|
+
function () {
|
|
25336
25338
|
function GeoClass() {
|
|
25337
25339
|
this._config = {};
|
|
25338
25340
|
this._pluggables = [];
|
|
@@ -25719,7 +25721,9 @@ var __generator = undefined && undefined.__generator || function (thisArg, body)
|
|
|
25719
25721
|
|
|
25720
25722
|
var logger = new _aws_amplify_core__WEBPACK_IMPORTED_MODULE_1__["ConsoleLogger"]('AmazonLocationServiceProvider');
|
|
25721
25723
|
|
|
25722
|
-
var AmazonLocationServiceProvider =
|
|
25724
|
+
var AmazonLocationServiceProvider =
|
|
25725
|
+
/** @class */
|
|
25726
|
+
function () {
|
|
25723
25727
|
/**
|
|
25724
25728
|
* Initialize Geo with AWS configurations
|
|
25725
25729
|
* @param {Object} config - Configuration object for Geo
|