@arenarium/maps-integration-google 1.0.20 → 1.0.21

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.
Files changed (1) hide show
  1. package/package.json +4 -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.20",
4
+ "version": "1.0.21",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"
@@ -29,13 +29,13 @@
29
29
  "@types/google.maps": "^3.58.1"
30
30
  },
31
31
  "dependencies": {
32
- "@arenarium/maps-core": "1.0.25"
32
+ "@arenarium/maps-core": "1.0.27"
33
33
  },
34
34
  "scripts": {
35
35
  "lib_google_check": "pnpm exec tsc --noEmit",
36
36
  "lib_google_build": "pnpm run lib_google_check && tsdown",
37
- "lib_google_patch": "npm version patch --no-git-tag-version",
38
- "lib_google_publish": "pnpm publish --access public --no-git-checks",
37
+ "lib_google_patch": "pnpm version patch --no-git-tag-version",
38
+ "lib_google_publish": "pnpm publish --access public",
39
39
  "lib_google_package": "pnpm run lib_google_build && pnpm run lib_google_patch && pnpm run lib_google_publish"
40
40
  }
41
41
  }