@operato/scene-google-map 9.0.0-beta.3 → 9.0.0-beta.4
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
- package/things-scene.config.js +1 -1
package/package.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
"name": "@operato/scene-google-map",
|
3
3
|
"description": "Google map integration component for things-scene",
|
4
4
|
"author": "heartyoh",
|
5
|
-
"version": "9.0.0-beta.
|
5
|
+
"version": "9.0.0-beta.4",
|
6
6
|
"type": "module",
|
7
7
|
"main": "dist/index.js",
|
8
8
|
"module": "dist/index.js",
|
@@ -59,5 +59,5 @@
|
|
59
59
|
"prettier --write"
|
60
60
|
]
|
61
61
|
},
|
62
|
-
"gitHead": "
|
62
|
+
"gitHead": "0c1d2486d6aee9bb231a6b14a921d547cb2cfeef"
|
63
63
|
}
|
package/things-scene.config.js
CHANGED