@purchasely/cordova-plugin-purchasely 5.7.2 → 5.7.3
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/example/package-lock.json +16 -10
- package/example/package.json +4 -0
- package/package.json +1 -1
- package/plugin.xml +3 -3
- package/www/Purchasely.js +1 -1
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
},
|
|
20
20
|
"..": {
|
|
21
21
|
"name": "@purchasely/cordova-plugin-purchasely",
|
|
22
|
-
"version": "5.
|
|
22
|
+
"version": "5.7.3",
|
|
23
23
|
"dev": true,
|
|
24
24
|
"license": "ISC",
|
|
25
25
|
"devDependencies": {
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
},
|
|
37
37
|
"../../purchasely-google": {
|
|
38
38
|
"name": "@purchasely/cordova-plugin-purchasely-google",
|
|
39
|
-
"version": "5.
|
|
39
|
+
"version": "5.7.3",
|
|
40
40
|
"dev": true,
|
|
41
41
|
"license": "ISC"
|
|
42
42
|
},
|
|
@@ -91,11 +91,13 @@
|
|
|
91
91
|
"link": true
|
|
92
92
|
},
|
|
93
93
|
"node_modules/@xmldom/xmldom": {
|
|
94
|
-
"version": "0.
|
|
94
|
+
"version": "0.9.10",
|
|
95
|
+
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.10.tgz",
|
|
96
|
+
"integrity": "sha512-A9gOqLdi6cV4ibazAjcQufGj0B1y/vDqYrcuP6d/6x8P27gRS8643Dj9o1dEKtB6O7fwxb2FgBmJS2mX7gpvdw==",
|
|
95
97
|
"dev": true,
|
|
96
98
|
"license": "MIT",
|
|
97
99
|
"engines": {
|
|
98
|
-
"node": ">=
|
|
100
|
+
"node": ">=14.6"
|
|
99
101
|
}
|
|
100
102
|
},
|
|
101
103
|
"node_modules/abbrev": {
|
|
@@ -558,9 +560,9 @@
|
|
|
558
560
|
}
|
|
559
561
|
},
|
|
560
562
|
"node_modules/lodash": {
|
|
561
|
-
"version": "4.
|
|
562
|
-
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.
|
|
563
|
-
"integrity": "sha512-
|
|
563
|
+
"version": "4.18.1",
|
|
564
|
+
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz",
|
|
565
|
+
"integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==",
|
|
564
566
|
"dev": true,
|
|
565
567
|
"license": "MIT"
|
|
566
568
|
},
|
|
@@ -679,7 +681,9 @@
|
|
|
679
681
|
}
|
|
680
682
|
},
|
|
681
683
|
"node_modules/picomatch": {
|
|
682
|
-
"version": "2.3.
|
|
684
|
+
"version": "2.3.2",
|
|
685
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
|
|
686
|
+
"integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
|
|
683
687
|
"dev": true,
|
|
684
688
|
"license": "MIT",
|
|
685
689
|
"engines": {
|
|
@@ -700,11 +704,13 @@
|
|
|
700
704
|
}
|
|
701
705
|
},
|
|
702
706
|
"node_modules/plist": {
|
|
703
|
-
"version": "3.1.
|
|
707
|
+
"version": "3.1.1",
|
|
708
|
+
"resolved": "https://registry.npmjs.org/plist/-/plist-3.1.1.tgz",
|
|
709
|
+
"integrity": "sha512-ZIfcLJC+7E7FBFnDxm9MPmt7D+DidyQ26lewieO75AdhA2ayMtsJSES0iWzqJQbcVRSrTufQoy0DR94xHue0oA==",
|
|
704
710
|
"dev": true,
|
|
705
711
|
"license": "MIT",
|
|
706
712
|
"dependencies": {
|
|
707
|
-
"@xmldom/xmldom": "^0.
|
|
713
|
+
"@xmldom/xmldom": "^0.9.10",
|
|
708
714
|
"base64-js": "^1.5.1",
|
|
709
715
|
"xmlbuilder": "^15.1.1"
|
|
710
716
|
},
|
package/example/package.json
CHANGED
|
@@ -20,6 +20,10 @@
|
|
|
20
20
|
"cordova-plugin-purchasely": "file:..",
|
|
21
21
|
"cordova-plugin-purchasely-google": "file:../../purchasely-google"
|
|
22
22
|
},
|
|
23
|
+
"overrides": {
|
|
24
|
+
"@xmldom/xmldom": "^0.9.8",
|
|
25
|
+
"plist": "^3.1.1"
|
|
26
|
+
},
|
|
23
27
|
"cordova": {
|
|
24
28
|
"plugins": {
|
|
25
29
|
"@purchasely/cordova-plugin-purchasely-google": {}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@purchasely/cordova-plugin-purchasely",
|
|
3
|
-
"version": "5.7.
|
|
3
|
+
"version": "5.7.3",
|
|
4
4
|
"description": "Purchasely is a solution to ease the integration and boost your In-App Purchases & Subscriptions on the App Store, Google Play Store, Amazon Appstore and Huawei App Gallery.",
|
|
5
5
|
"cordova": {
|
|
6
6
|
"id": "@purchasely/cordova-plugin-purchasely",
|
package/plugin.xml
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<?xml version='1.0' encoding='utf-8'?>
|
|
2
|
-
<plugin id="@purchasely/cordova-plugin-purchasely" version="5.7.
|
|
2
|
+
<plugin id="@purchasely/cordova-plugin-purchasely" version="5.7.3" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
|
|
3
3
|
<name>Purchasely</name>
|
|
4
4
|
<js-module name="Purchasely" src="www/Purchasely.js">
|
|
5
5
|
<clobbers target="Purchasely" />
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
<source url="https://github.com/CocoaPods/Specs.git"/>
|
|
39
39
|
</config>
|
|
40
40
|
<pods use-frameworks="true">
|
|
41
|
-
<pod name="Purchasely" spec="5.7.
|
|
41
|
+
<pod name="Purchasely" spec="5.7.4"/>
|
|
42
42
|
</pods>
|
|
43
43
|
</podspec>
|
|
44
44
|
</platform>
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
</activity>
|
|
65
65
|
</config-file>
|
|
66
66
|
<framework src="src/android/build-extras.gradle" custom="true" type="gradleReference" />
|
|
67
|
-
<framework src="io.purchasely:core:5.7.
|
|
67
|
+
<framework src="io.purchasely:core:5.7.4" />
|
|
68
68
|
<source-file src="src/android/PurchaselyPlugin.kt" target-dir="java/cordova/plugin/purchasely" />
|
|
69
69
|
<source-file src="src/android/PLYProductActivity.kt" target-dir="java/cordova/plugin/purchasely" />
|
|
70
70
|
<source-file src="src/android/PLYSubscriptionsActivity.java" target-dir="src/cordova/plugin/purchasely" />
|
package/www/Purchasely.js
CHANGED
|
@@ -5,7 +5,7 @@ var defaultError = (e) => { console.log(e); }
|
|
|
5
5
|
exports.start = function (apiKey, stores, storekit1, userId, logLevel, runningMode, success, error) {
|
|
6
6
|
var cordovaSdkVersion = cordova.define.moduleMap['cordova/plugin_list'].exports['metadata']['cordova-plugin-purchasely']
|
|
7
7
|
if(!cordovaSdkVersion) {
|
|
8
|
-
cordovaSdkVersion = "5.7.
|
|
8
|
+
cordovaSdkVersion = "5.7.3";
|
|
9
9
|
}
|
|
10
10
|
exec(success, error, 'Purchasely', 'start', [apiKey, stores, storekit1, userId, logLevel, runningMode, cordovaSdkVersion]);
|
|
11
11
|
};
|