cordova-digital-onboarding 1.0.1 → 1.1.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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cordova-digital-onboarding",
3
3
  "title": "Digital Onboarding Cordova Plugin",
4
- "version": "1.0.1",
4
+ "version": "1.1.0",
5
5
  "description": "Wultra Digital Onboarding for Cordova",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/index.d.ts",
package/plugin.xml CHANGED
@@ -1,5 +1,5 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-digital-onboarding" version="1.0.1">
2
+ <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-digital-onboarding" version="1.1.0">
3
3
  <name>Digital Onboarding Cordova Plugin</name>
4
4
  <description>Wultra Digital Onboarding for Cordova</description>
5
5
  <license>Apache 2.0</license>
@@ -20,6 +20,7 @@
20
20
 
21
21
  <!-- DEPENDENCIES -->
22
22
  <dependency id="cordova-powerauth-networking" version="1.0.1" />
23
+ <dependency id="cordova-powerauth-mobile-sdk" version="4.2.0" />
23
24
 
24
25
  <!-- PLATFORMS -->
25
26
  <platform name="android" kotlin="1.9.22">