@capacitor/preferences 7.0.3-nightly-20250905T150619.0 → 7.0.3

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 -2
package/README.md CHANGED
@@ -19,7 +19,7 @@ we recommend taking a look at a SQLite-based solution. One such solution is [Ion
19
19
  ## Install
20
20
 
21
21
  ```bash
22
- npm install @capacitor/preferences
22
+ npm install @capacitor/preferences@latest-7
23
23
  npx cap sync
24
24
  ```
25
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capacitor/preferences",
3
- "version": "7.0.3-nightly-20250905T150619.0",
3
+ "version": "7.0.3",
4
4
  "description": "The Preferences API provides a simple key/value persistent store for lightweight data.",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",
@@ -81,5 +81,5 @@
81
81
  "publishConfig": {
82
82
  "access": "public"
83
83
  },
84
- "gitHead": "20f29ffc2234a89b18ddbb030c6deeda749c595c"
84
+ "gitHead": "e492876ac85661078e39664652b01ac9e0ab08c7"
85
85
  }