@ttoss/google-maps 1.25.11 → 1.25.13

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/index.d.mts CHANGED
@@ -10,11 +10,11 @@ type Libraries = 'places' | 'visualization' | 'drawing' | 'geometry';
10
10
  declare const GoogleMapsProvider: ({ children, apiKey, libraries, language, }: {
11
11
  children: React.ReactNode;
12
12
  apiKey: string;
13
- libraries?: Libraries[] | undefined;
13
+ libraries?: Libraries[];
14
14
  /**
15
15
  * https://developers.google.com/maps/faq#languagesupport
16
16
  */
17
- language?: string | undefined;
17
+ language?: string;
18
18
  }) => react_jsx_runtime.JSX.Element;
19
19
  /**
20
20
  *
package/dist/index.d.ts CHANGED
@@ -10,11 +10,11 @@ type Libraries = 'places' | 'visualization' | 'drawing' | 'geometry';
10
10
  declare const GoogleMapsProvider: ({ children, apiKey, libraries, language, }: {
11
11
  children: React.ReactNode;
12
12
  apiKey: string;
13
- libraries?: Libraries[] | undefined;
13
+ libraries?: Libraries[];
14
14
  /**
15
15
  * https://developers.google.com/maps/faq#languagesupport
16
16
  */
17
- language?: string | undefined;
17
+ language?: string;
18
18
  }) => react_jsx_runtime.JSX.Element;
19
19
  /**
20
20
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttoss/google-maps",
3
- "version": "1.25.11",
3
+ "version": "1.25.13",
4
4
  "author": "ttoss",
5
5
  "contributors": [
6
6
  "Pedro Arantes <pedro@arantespp.com> (https://arantespp.com/contact)",
@@ -25,18 +25,18 @@
25
25
  "dependencies": {
26
26
  "@types/google.maps": "^3.54.10",
27
27
  "use-callback-ref": "^1.3.0",
28
- "@ttoss/react-hooks": "^1.25.4"
28
+ "@ttoss/react-hooks": "^1.25.6"
29
29
  },
30
30
  "peerDependencies": {
31
31
  "react": ">=16.8.0",
32
32
  "react-dom": ">=16.8.0"
33
33
  },
34
34
  "devDependencies": {
35
- "@types/react": "^18.2.76",
35
+ "@types/react": "^18.2.79",
36
36
  "jest": "^29.7.0",
37
37
  "tsup": "^8.0.2",
38
- "@ttoss/config": "^1.31.5",
39
- "@ttoss/test-utils": "^2.1.2"
38
+ "@ttoss/config": "^1.32.1",
39
+ "@ttoss/test-utils": "^2.1.4"
40
40
  },
41
41
  "publishConfig": {
42
42
  "access": "public",