@aws-amplify/geo 2.3.15 → 2.3.17
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/index.js +1 -0
- package/lib/index.js.map +1 -1
- package/lib-esm/index.js +1 -0
- package/lib-esm/index.js.map +1 -1
- package/package.json +6 -5
- package/src/index.ts +2 -0
package/lib/index.js
CHANGED
|
@@ -4,4 +4,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
4
4
|
// SPDX-License-Identifier: Apache-2.0
|
|
5
5
|
var Geo_1 = require("./Geo");
|
|
6
6
|
exports.Geo = Geo_1.Geo;
|
|
7
|
+
// chore: trigger v5-stable LTS release to complete partial publish (uuid-v11 RN fix, datastore). No functional change.
|
|
7
8
|
//# sourceMappingURL=index.js.map
|
package/lib/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;AAAA,qEAAqE;AACrE,sCAAsC;AACtC,6BAA4B;AAAnB,oBAAA,GAAG,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;AAAA,qEAAqE;AACrE,sCAAsC;AACtC,6BAA4B;AAAnB,oBAAA,GAAG,CAAA;AAGZ,uHAAuH"}
|
package/lib-esm/index.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
2
2
|
// SPDX-License-Identifier: Apache-2.0
|
|
3
3
|
export { Geo } from './Geo';
|
|
4
|
+
// chore: trigger v5-stable LTS release to complete partial publish (uuid-v11 RN fix, datastore). No functional change.
|
|
4
5
|
//# sourceMappingURL=index.js.map
|
package/lib-esm/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,sCAAsC;AACtC,OAAO,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,sCAAsC;AACtC,OAAO,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAG5B,uHAAuH"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-amplify/geo",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.17",
|
|
4
4
|
"description": "Geo category for aws-amplify",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"module": "./lib-esm/index.js",
|
|
@@ -46,8 +46,8 @@
|
|
|
46
46
|
"src"
|
|
47
47
|
],
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@aws-amplify/core": "5.8.
|
|
50
|
-
"@aws-sdk/client-location": "3.
|
|
49
|
+
"@aws-amplify/core": "5.8.17",
|
|
50
|
+
"@aws-sdk/client-location": "3.982.0",
|
|
51
51
|
"@turf/boolean-clockwise": "6.5.0",
|
|
52
52
|
"camelcase-keys": "6.2.2",
|
|
53
53
|
"tslib": "^1.8.0"
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"name": "Geo (top-level class)",
|
|
58
58
|
"path": "./lib-esm/index.js",
|
|
59
59
|
"import": "{ Amplify, Geo }",
|
|
60
|
-
"limit": "
|
|
60
|
+
"limit": "62 kB"
|
|
61
61
|
}
|
|
62
62
|
],
|
|
63
63
|
"jest": {
|
|
@@ -78,6 +78,7 @@
|
|
|
78
78
|
}
|
|
79
79
|
}
|
|
80
80
|
},
|
|
81
|
+
"resolver": "<rootDir>/../../scripts/jest-node-resolver.js",
|
|
81
82
|
"transform": {
|
|
82
83
|
"^.+\\.(js|jsx|ts|tsx)$": "ts-jest"
|
|
83
84
|
},
|
|
@@ -113,5 +114,5 @@
|
|
|
113
114
|
"lib-esm"
|
|
114
115
|
]
|
|
115
116
|
},
|
|
116
|
-
"gitHead": "
|
|
117
|
+
"gitHead": "69166f4610eb60b3186782eca4fa2e034fdc4a71"
|
|
117
118
|
}
|