@arenarium/maps-integration-google 1.0.7 → 1.0.9
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/package.json +5 -4
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arenarium/maps-integration-google",
|
|
3
3
|
"description": "Integration with Google Maps for @arenarium/maps.",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.9",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
7
7
|
"dist"
|
|
@@ -27,17 +27,18 @@
|
|
|
27
27
|
"google maps"
|
|
28
28
|
],
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"bunup": "^0.16.
|
|
30
|
+
"bunup": "^0.16.28"
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {
|
|
33
33
|
"@googlemaps/js-api-loader": "^2.0.2",
|
|
34
34
|
"@types/google.maps": "^3.58.1"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@arenarium/maps-core": "1.0.
|
|
37
|
+
"@arenarium/maps-core": "1.0.9"
|
|
38
38
|
},
|
|
39
39
|
"scripts": {
|
|
40
|
-
"
|
|
40
|
+
"lib_google_check": "bunx tsc --noEmit",
|
|
41
|
+
"lib_google_build": "bun run lib_google_check && bunup",
|
|
41
42
|
"lib_google_patch": "bun pm version patch --no-git-tag-version",
|
|
42
43
|
"lib_google_commit": "git add . && git commit -m 'PUBLISH @arenarium/maps-integration-google'",
|
|
43
44
|
"lib_google_publish": "bun publish --access public",
|