@aws-amplify/ui-react-geo 2.0.25 → 2.0.27
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 +5 -5
- package/dist/types/version.d.ts +1 -1
- package/package.json +5 -5
package/dist/esm/version.mjs
CHANGED
package/dist/index.js
CHANGED
|
@@ -10,11 +10,11 @@ var maplibreGlJsAmplify = require('maplibre-gl-js-amplify');
|
|
|
10
10
|
var ReactMapGL = require('react-map-gl');
|
|
11
11
|
var uiReactCore = require('@aws-amplify/ui-react-core');
|
|
12
12
|
|
|
13
|
-
function
|
|
13
|
+
function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
|
|
14
14
|
|
|
15
|
-
var React__default = /*#__PURE__*/
|
|
16
|
-
var maplibregl__default = /*#__PURE__*/
|
|
17
|
-
var ReactMapGL__default = /*#__PURE__*/
|
|
15
|
+
var React__default = /*#__PURE__*/_interopDefault(React);
|
|
16
|
+
var maplibregl__default = /*#__PURE__*/_interopDefault(maplibregl);
|
|
17
|
+
var ReactMapGL__default = /*#__PURE__*/_interopDefault(ReactMapGL);
|
|
18
18
|
|
|
19
19
|
/**
|
|
20
20
|
* The `MapView` component uses [react-map-gl](https://visgl.github.io/react-map-gl/) and
|
|
@@ -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.0.
|
|
73
|
+
const VERSION = '2.0.27';
|
|
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.0.
|
|
1
|
+
export declare const VERSION = "2.0.27";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-amplify/ui-react-geo",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.27",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"module": "dist/esm/index.mjs",
|
|
6
6
|
"exports": {
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"check:esm": "node --input-type=module --eval 'import \"@aws-amplify/ui-react-geo\"'",
|
|
32
32
|
"clean": "rimraf dist node_modules",
|
|
33
33
|
"dev": "yarn build:rollup --watch",
|
|
34
|
-
"lint": "yarn typecheck && eslint
|
|
34
|
+
"lint": "yarn typecheck && eslint .",
|
|
35
35
|
"prebuild": "rimraf dist",
|
|
36
36
|
"size": "yarn size-limit",
|
|
37
37
|
"test": "jest",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"typecheck": "tsc --noEmit"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@aws-amplify/ui-react-core": "3.0.
|
|
42
|
+
"@aws-amplify/ui-react-core": "3.0.26",
|
|
43
43
|
"mapbox-gl": "1.13.1",
|
|
44
44
|
"maplibre-gl": "2.1.9",
|
|
45
45
|
"maplibre-gl-js-amplify": "^4.0.1",
|
|
@@ -47,8 +47,8 @@
|
|
|
47
47
|
"tslib": "^2.5.2"
|
|
48
48
|
},
|
|
49
49
|
"peerDependencies": {
|
|
50
|
-
"@aws-amplify/geo": "^3.0.
|
|
51
|
-
"aws-amplify": "^6.
|
|
50
|
+
"@aws-amplify/geo": "^3.0.47",
|
|
51
|
+
"aws-amplify": "^6.6.0",
|
|
52
52
|
"react": "^16.14.0 || ^17.0 || ^18.0",
|
|
53
53
|
"react-dom": "^16.14.0 || ^17.0 || ^18.0"
|
|
54
54
|
},
|