@ttoss/google-maps 2.1.0 → 2.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/README.md +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -169,7 +169,7 @@ const ParentComponent = () => {
|
|
|
169
169
|
|
|
170
170
|
- `map`: google.maps.Map | null - Google Maps object.
|
|
171
171
|
- `children`: React.ReactNode - Children to render.
|
|
172
|
-
- `ref`: React.RefObject<HTMLDivElement
|
|
172
|
+
- `ref`: `React.RefObject<HTMLDivElement>` - Reference to the map container.
|
|
173
173
|
|
|
174
174
|
### `useMap`
|
|
175
175
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ttoss/google-maps",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "ttoss",
|
|
6
6
|
"contributors": [
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
],
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"use-callback-ref": "^1.3.2",
|
|
27
|
-
"@ttoss/react-hooks": "^2.0.
|
|
27
|
+
"@ttoss/react-hooks": "^2.0.6"
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|
|
30
30
|
"react": ">=16.8.0",
|
|
@@ -32,12 +32,12 @@
|
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@types/google.maps": "^3.58.1",
|
|
35
|
-
"@types/react": "^18.3.
|
|
35
|
+
"@types/react": "^18.3.12",
|
|
36
36
|
"jest": "^29.7.0",
|
|
37
37
|
"react": "^18.3.1",
|
|
38
|
-
"tsup": "^8.3.
|
|
39
|
-
"@ttoss/config": "^1.
|
|
40
|
-
"@ttoss/test-utils": "^2.1.
|
|
38
|
+
"tsup": "^8.3.5",
|
|
39
|
+
"@ttoss/config": "^1.35.0",
|
|
40
|
+
"@ttoss/test-utils": "^2.1.19"
|
|
41
41
|
},
|
|
42
42
|
"keywords": [
|
|
43
43
|
"Google",
|