@capgo/capacitor-env 7.0.9 → 7.0.11

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 +1 -1
package/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
  <h2><a href="https://capgo.app/consulting/?ref=plugin"> Missing a feature? We’ll build the plugin for you 💪</a></h2>
7
7
  </div>
8
8
 
9
- Set Env var in Capacitor config and read them at runtime
9
+ Set Env var in Capacitor config and read them at runtime, This plugin is helpfull for multitenant app or white label, when you want to keep the same code but some config have to differ.
10
10
 
11
11
  ## Install
12
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/capacitor-env",
3
- "version": "7.0.9",
3
+ "version": "7.0.11",
4
4
  "description": "Set Env var in Capacitor config and read them at runtime",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",