@ttoss/google-maps 1.22.3 → 1.22.5
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/index.js +6 -0
- package/dist/index.js +10 -0
- package/package.json +5 -5
package/dist/esm/index.js
CHANGED
package/dist/index.js
CHANGED
|
@@ -19,6 +19,10 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
return to;
|
|
20
20
|
};
|
|
21
21
|
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
22
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
23
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
24
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
25
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
22
26
|
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
23
27
|
mod
|
|
24
28
|
));
|
|
@@ -125,7 +129,13 @@ var useMap = (options = {}) => {
|
|
|
125
129
|
}
|
|
126
130
|
}, [optionsStringify, map]);
|
|
127
131
|
return {
|
|
132
|
+
/**
|
|
133
|
+
* asss
|
|
134
|
+
*/
|
|
128
135
|
map,
|
|
136
|
+
/**
|
|
137
|
+
* hhhh
|
|
138
|
+
*/
|
|
129
139
|
ref
|
|
130
140
|
};
|
|
131
141
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ttoss/google-maps",
|
|
3
|
-
"version": "1.22.
|
|
3
|
+
"version": "1.22.5",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"author": "ttoss",
|
|
6
6
|
"contributors": [
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
},
|
|
20
20
|
"typings": "dist/index.d.ts",
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@ttoss/hooks": "^1.21.
|
|
22
|
+
"@ttoss/hooks": "^1.21.5",
|
|
23
23
|
"@types/google.maps": "^3.49.2",
|
|
24
24
|
"use-callback-ref": "^1.3.0"
|
|
25
25
|
},
|
|
@@ -28,11 +28,11 @@
|
|
|
28
28
|
"react-dom": ">=16.8.0"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@ttoss/config": "^1.28.
|
|
32
|
-
"@ttoss/test-utils": "^1.20.
|
|
31
|
+
"@ttoss/config": "^1.28.2",
|
|
32
|
+
"@ttoss/test-utils": "^1.20.4"
|
|
33
33
|
},
|
|
34
34
|
"publishConfig": {
|
|
35
35
|
"access": "public"
|
|
36
36
|
},
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "8ba4361ab9cf6c0ab275ee771a371d4c2ba8cebe"
|
|
38
38
|
}
|