idwise-cordova-sdk 4.6.0 → 4.6.9

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 (3) hide show
  1. package/package.json +1 -1
  2. package/plugin.xml +1 -1
  3. package/readme.md +38 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "idwise-cordova-sdk",
3
- "version": "4.6.0",
3
+ "version": "4.6.9",
4
4
  "description": "IDWise SDK wrapper for Cordova projects",
5
5
  "cordova": {
6
6
  "id": "idwise-cordova-sdk",
package/plugin.xml CHANGED
@@ -1,5 +1,5 @@
1
1
  <?xml version='1.0' encoding='utf-8'?>
2
- <plugin id="idwise-cordova-sdk" version="4.6.0" xmlns="http://apache.org/cordova/ns/plugins/1.0"
2
+ <plugin id="idwise-cordova-sdk" version="4.6.9" xmlns="http://apache.org/cordova/ns/plugins/1.0"
3
3
  xmlns:android="http://schemas.android.com/apk/res/android">
4
4
  <name>IDWiseCordovaSDK</name>
5
5
  <js-module name="IDWiseCordovaSDK" src="www/IDWiseCordovaSDK.js">
package/readme.md ADDED
@@ -0,0 +1,38 @@
1
+ <p align="center">
2
+ <img alt="idwise-Cordova-sdk" src="https://www.idwise.com/wp-content/uploads/2022/09/IDWise-Logo.svg" width="300">
3
+ </p>
4
+ <p align="center">
5
+ Next-Gen Identity Verification Suite<br/>
6
+ <a href="https://www.idwise.com/">idwise.com</a>
7
+ </p>
8
+
9
+ ---
10
+
11
+ [![Version][version-badge]][package]
12
+
13
+ <p align="center"><i>IDWise React Native SDK, a package having a bridge implementation which provides an ease with the integration of IDWise Native Android and iOS SDKs.</i></p>
14
+
15
+ ## Getting Started
16
+
17
+ Refer to the [getting started guide](https://docs.idwise.com/docs/integration-with-idwise) for instructions.
18
+
19
+ ## Documentation
20
+
21
+ Check the sdk and their usage in our [documentation](https://docs.idwise.com/docs/idwise-cordova-sdk).
22
+
23
+ ## Try it out
24
+
25
+ 🧑‍💻 The source code for the examples are under the [/example](/example) folder.
26
+
27
+ 📲 You can also try out components in our [demo app](https://github.com/idwise/idwise-react-native-sdk-samples) available in Github.
28
+
29
+ ## Installation
30
+
31
+ ```sh
32
+ cordova plugin add idwise-cordova-sdk
33
+ ```
34
+
35
+ <!-- badges -->
36
+
37
+ [version-badge]: https://img.shields.io/npm/v/idwise-cordova-sdk.svg?style=flat-square
38
+ [package]: https://www.npmjs.com/package/idwise-cordova-sdk