diff --git a/other-platforms-support/cordova/package.json b/other-platforms-support/cordova/package.json index 072c53e..a8d26b2 100644 --- a/other-platforms-support/cordova/package.json +++ b/other-platforms-support/cordova/package.json @@ -1,7 +1,7 @@ { "name": "cordova-powerauth-mobile-sdk", "title": "PowerAuth Mobile JS SDK for Cordova Mobile Apps", - "version": "0.1.0", + "version": "0.2.0", "description": "Wultra PowerAuth Mobile JS SDK for Cordova (iOS and Android)", "types": "typings.d.ts", "files": [ diff --git a/other-platforms-support/cordova/plugin.xml b/other-platforms-support/cordova/plugin.xml index cc4fb8f..520c40e 100644 --- a/other-platforms-support/cordova/plugin.xml +++ b/other-platforms-support/cordova/plugin.xml @@ -1,6 +1,6 @@ + id="cordova-powerauth-mobile-sdk" version="0.2.0"> PowerAuth Mobile JS SDK PowerAuth Mobile JS SDK for adds capability for authentication and transaction signing into the mobile apps Apache 2.0 diff --git a/other-platforms-support/cordova/src/internal/NativeCordovaModule.ts b/other-platforms-support/cordova/src/internal/NativeCordovaModule.ts index e0f04e5..2730049 100644 --- a/other-platforms-support/cordova/src/internal/NativeCordovaModule.ts +++ b/other-platforms-support/cordova/src/internal/NativeCordovaModule.ts @@ -24,7 +24,6 @@ export abstract class NativeCordovaModule implements NativePowerAuthIfc { protected abstract readonly pluginName: string; callNative(name: string, args: any[]): Promise { - console.log(`Cordova calling method ${name}(${args})`) return new Promise( (resolve, reject) => { cordova.exec( diff --git a/testapp-cordova/gulpfile.js b/testapp-cordova/gulpfile.js index 5ec733c..b3c491c 100644 --- a/testapp-cordova/gulpfile.js +++ b/testapp-cordova/gulpfile.js @@ -104,10 +104,6 @@ const patchIOSPlists = () => { }); } -const buildAndroid = () => exec("cordova build android") -const runAndroidOnDevice = () => exec("cordova run android --device") - - gulp.task("default", gulp.series( cleanTemp, diff --git a/testapp-cordova/package-lock.json b/testapp-cordova/package-lock.json index 0de5312..7a8ecfb 100644 --- a/testapp-cordova/package-lock.json +++ b/testapp-cordova/package-lock.json @@ -45,7 +45,7 @@ }, "../build/cdv": { "name": "cordova-powerauth-mobile-sdk", - "version": "0.1.0", + "version": "0.2.0", "dev": true, "license": "Apache 2.0" }, @@ -700,7 +700,6 @@ "resolved": "https://registry.npmjs.org/android-versions/-/android-versions-2.0.0.tgz", "integrity": "sha512-07fhKL8EjV+ORQggGHcKmhLECwxBlRFimfvsjhfUCYqNDAbcH4qaEaN0AO3DnWtgHqRNfWAxhnWOpx+ZpRMymw==", "dev": true, - "license": "MIT", "dependencies": { "semver": "^7.5.2" } @@ -1112,7 +1111,6 @@ "resolved": "https://registry.npmjs.org/cordova-android/-/cordova-android-13.0.0.tgz", "integrity": "sha512-uQG+cSyrB1NMi2aIzihldIupHB9WGpZVvrMMMAAtnyc6tDlEk7gweSSaFsEONyGAnteRYpIvrzg/YwDW08PcUg==", "dev": true, - "license": "Apache-2.0", "dependencies": { "android-versions": "^2.0.0", "cordova-common": "^5.0.0", @@ -1137,7 +1135,6 @@ "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-2.0.0.tgz", "integrity": "sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ==", "dev": true, - "license": "ISC", "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } @@ -1147,7 +1144,6 @@ "resolved": "https://registry.npmjs.org/dedent/-/dedent-1.5.3.tgz", "integrity": "sha512-NHQtfOOW68WD8lgypbLA5oT+Bt0xXJhiYvoR6SmmNXZfpzOGXwdKWmcwG8N7PwVVWV3eF/68nmD9BaJSsTBhyQ==", "dev": true, - "license": "MIT", "peerDependencies": { "babel-plugin-macros": "^3.1.0" }, @@ -1162,7 +1158,6 @@ "resolved": "https://registry.npmjs.org/nopt/-/nopt-7.2.1.tgz", "integrity": "sha512-taM24ViiimT/XntxbPyJQzCG+p4EKOpgD3mxFwW38mGjVUrfERQOeY4EDHjdnptttfHuHQXFx+lTP08Q+mLa/w==", "dev": true, - "license": "ISC", "dependencies": { "abbrev": "^2.0.0" }, @@ -2225,7 +2220,6 @@ "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz", "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==", "dev": true, - "license": "MIT", "engines": { "node": ">=8" } @@ -2887,7 +2881,6 @@ "resolved": "https://registry.npmjs.org/properties-parser/-/properties-parser-0.6.0.tgz", "integrity": "sha512-qvr2cSmoA0dln0MARAKwBzPkkXn7FqwX+RVVNpMdMJc7rt9mqO2cXwluxtux9fHrLhjnPFaQkS8BM0kFrTCnSw==", "dev": true, - "license": "MIT", "engines": { "node": ">= 0.3.1" } @@ -3430,7 +3423,6 @@ "resolved": "https://registry.npmjs.org/string-argv/-/string-argv-0.3.2.tgz", "integrity": "sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==", "dev": true, - "license": "MIT", "engines": { "node": ">=0.6.19" } @@ -3693,7 +3685,6 @@ "resolved": "https://registry.npmjs.org/untildify/-/untildify-4.0.0.tgz", "integrity": "sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==", "dev": true, - "license": "MIT", "engines": { "node": ">=8" } diff --git a/testapp/package-lock.json b/testapp/package-lock.json index 40d4d56..e58d9a9 100644 --- a/testapp/package-lock.json +++ b/testapp/package-lock.json @@ -8963,7 +8963,7 @@ "node_modules/react-native-powerauth-mobile-sdk": { "version": "2.5.2", "resolved": "file:../build/react-native/react-native-powerauth-mobile-sdk-2.5.2.tgz", - "integrity": "sha512-Ut+BjbRAnuJnSVC142lG31vNXpO3tk97l3zVTTv+/tTMzZn6D7V8+S/J6vaj/TRF61gjPxkOJ5xY2wyRsYkkyg==", + "integrity": "sha512-h0ZpYWf548LKfoly61lmiMWe8FgQv6gxtzKLr5EyfUhqdM4iiZBi44EwRr2S5im90gBeOWMw+Kmbnx6J/6i96w==", "license": "Apache 2.0", "dependencies": { "node-fetch": ">=2.6.1" @@ -17412,7 +17412,7 @@ }, "react-native-powerauth-mobile-sdk": { "version": "file:../build/react-native/react-native-powerauth-mobile-sdk-2.5.2.tgz", - "integrity": "sha512-Ut+BjbRAnuJnSVC142lG31vNXpO3tk97l3zVTTv+/tTMzZn6D7V8+S/J6vaj/TRF61gjPxkOJ5xY2wyRsYkkyg==", + "integrity": "sha512-h0ZpYWf548LKfoly61lmiMWe8FgQv6gxtzKLr5EyfUhqdM4iiZBi44EwRr2S5im90gBeOWMw+Kmbnx6J/6i96w==", "requires": { "node-fetch": ">=2.6.1" }