@capacitor/text-zoom 7.0.2 → 7.0.3-dev-2450-20251125T145312.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
@@ -15,7 +15,7 @@ The Text Zoom API provides the ability to change Web View text size for visual a
15
15
  ## Install
16
16
 
17
17
  ```bash
18
- npm install @capacitor/text-zoom
18
+ npm install @capacitor/text-zoom@latest-7
19
19
  npx cap sync
20
20
  ```
21
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capacitor/text-zoom",
3
- "version": "7.0.2",
3
+ "version": "7.0.3-dev-2450-20251125T145312.0",
4
4
  "description": "The Text Zoom API provides the ability to change Web View text size for visual accessibility.",
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
  }