@capacitor/browser 7.0.2 → 7.0.3-dev-2450-20251125T145310.0

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -3
package/README.md CHANGED
@@ -7,7 +7,7 @@ On iOS, this uses `SFSafariViewController` and is compliant with leading OAuth s
7
7
  ## Install
8
8
 
9
9
  ```bash
10
- npm install @capacitor/browser
10
+ npm install @capacitor/browser@latest-7
11
11
  npx cap sync
12
12
  ```
13
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capacitor/browser",
3
- "version": "7.0.2",
3
+ "version": "7.0.3-dev-2450-20251125T145310.0",
4
4
  "description": "The Browser API provides the ability to open an in-app browser and subscribe to browser events.",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",
@@ -80,6 +80,5 @@
80
80
  },
81
81
  "publishConfig": {
82
82
  "access": "public"
83
- },
84
- "gitHead": "7c53a4c249abe958983f1ac9df04dec7ab89c10e"
83
+ }
85
84
  }