@aws-amplify/ui-react-geo 2.2.5 → 2.2.7
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/dist/esm/version.mjs +1 -1
- package/dist/index.js +1 -1
- package/dist/types/version.d.ts +1 -1
- package/package.json +3 -3
package/dist/esm/version.mjs
CHANGED
package/dist/index.js
CHANGED
|
@@ -70,7 +70,7 @@ const MapView = React.forwardRef(({ mapLib, mapStyle, style, ...props }, ref) =>
|
|
|
70
70
|
});
|
|
71
71
|
MapView.displayName = 'MapView';
|
|
72
72
|
|
|
73
|
-
const VERSION = '2.2.
|
|
73
|
+
const VERSION = '2.2.7';
|
|
74
74
|
|
|
75
75
|
const LOCATION_SEARCH_OPTIONS = {
|
|
76
76
|
maplibregl: maplibregl__default["default"],
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const VERSION = "2.2.
|
|
1
|
+
export declare const VERSION = "2.2.7";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-amplify/ui-react-geo",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.7",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"module": "dist/esm/index.mjs",
|
|
6
6
|
"exports": {
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"typecheck": "tsc --noEmit"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@aws-amplify/ui-react-core": "3.
|
|
42
|
+
"@aws-amplify/ui-react-core": "3.4.1",
|
|
43
43
|
"mapbox-gl": "1.13.1",
|
|
44
44
|
"maplibre-gl": "2.1.9",
|
|
45
45
|
"maplibre-gl-js-amplify": "^4.0.2",
|
|
@@ -73,4 +73,4 @@
|
|
|
73
73
|
"limit": "202 kB"
|
|
74
74
|
}
|
|
75
75
|
]
|
|
76
|
-
}
|
|
76
|
+
}
|