@capacitor/google-maps
Advanced tools
Comparing version 1.1.0 to 4.0.0-beta.0
@@ -6,2 +6,19 @@ # Change Log | ||
# 4.0.0-beta.0 (2022-06-27) | ||
### Bug Fixes | ||
* **google-maps:** correctly typed event listeners ([656f916](https://github.com/ionic-team/capacitor-plugins/commit/656f9169ccd8d7fa880143b13ca5f62bb546edb0)) | ||
* **google-maps:** Fixing map touch events on Android ([7cb89fb](https://github.com/ionic-team/capacitor-plugins/commit/7cb89fb788e05aa9e90c39698e041ebe094132ea)) | ||
### Features | ||
* **google-maps:** Google Maps Bounds ([14a045d](https://github.com/ionic-team/capacitor-plugins/commit/14a045d3880124996b2770cec7b3e28a9f13d231)) | ||
# 1.1.0 (2022-06-17) | ||
@@ -8,0 +25,0 @@ |
{ | ||
"name": "@capacitor/google-maps", | ||
"version": "1.1.0", | ||
"version": "4.0.0-beta.0", | ||
"description": "Google maps on Capacitor", | ||
@@ -59,6 +59,6 @@ "main": "dist/plugin.cjs.js", | ||
"devDependencies": { | ||
"@capacitor/android": "^3.4.0", | ||
"@capacitor/core": "^3.4.0", | ||
"@capacitor/android": "next", | ||
"@capacitor/core": "next", | ||
"@capacitor/docgen": "^0.0.18", | ||
"@capacitor/ios": "^3.4.0", | ||
"@capacitor/ios": "next", | ||
"@ionic/eslint-config": "^0.3.0", | ||
@@ -80,3 +80,3 @@ "@ionic/prettier-config": "^1.0.1", | ||
"peerDependencies": { | ||
"@capacitor/core": "^3.0.0" | ||
"@capacitor/core": "next" | ||
}, | ||
@@ -102,3 +102,3 @@ "prettier": "@ionic/prettier-config", | ||
}, | ||
"gitHead": "0fb107ac46bca30ba7c1a7c09a93c866e6c40f87" | ||
"gitHead": "fd7db8285f72990522da0adc889514c9804b6dae" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
463548
50
2