surveysparrow-ionic-plugin 1.0.5 → 1.0.6

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
@@ -96,7 +96,7 @@ The `properties` object includes the following parameters:
96
96
  - If set to `false`, the close button will be removed.
97
97
  - **Note:** Disabling this option will also disable the survey validation.
98
98
 
99
- 2. **`langcode`** (default: `en`)
99
+ 2. **`langCode`** (default: `en`)
100
100
  - To load the survey in a specific language, pass the corresponding language code.
101
101
  - Ensure that the language is configured in the SurveySparrow app.
102
102
  - A list of supported language codes can be found [here](https://docs.google.com/document/d/1cmmWJQba8B3UkV6g5m93DgpenVojclzeOB0mdn-rlrg/edit?usp=sharing).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "surveysparrow-ionic-plugin",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "SurveySparrow SDK enables you to collect feedback from your mobile app. Embed the Classic, Chat & NPS surveys in your ionic application seamlessly with few lines of code.",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",