@purchasely/cordova-plugin-purchasely 5.5.1 → 5.6.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/example/android.sh +4 -2
- package/example/ios.sh +1 -1
- package/example/package-lock.json +69 -452
- package/example/package.json +8 -8
- package/example/www/js/index.js +8 -6
- package/package.json +1 -1
- package/plugin.xml +3 -3
- package/src/android/PurchaselyPlugin.kt +4 -0
- package/src/ios/CDVPurchasely.m +24 -19
- package/src/ios/Hybrid/UIViewController+Hybrid.m +2 -1
- package/www/Purchasely.js +5 -1
package/example/android.sh
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
#!/bin/bash
|
|
2
2
|
|
|
3
3
|
cordova plugin remove @purchasely/cordova-plugin-purchasely
|
|
4
|
-
cordova plugin remove @purchasely/cordova-plugin-
|
|
4
|
+
cordova plugin remove @purchasely/cordova-plugin-purchasely-google
|
|
5
|
+
cordova plugin remove cordova-plugin-purchasely
|
|
6
|
+
cordova plugin remove cordova-plugin-purchasely-google
|
|
5
7
|
cordova platform remove android
|
|
6
|
-
cordova platform add android@
|
|
8
|
+
cordova platform add android@latest
|
|
7
9
|
cordova plugin add ../ --link
|
|
8
10
|
cordova plugin add ../../purchasely-google/ --link
|
package/example/ios.sh
CHANGED
|
@@ -9,17 +9,17 @@
|
|
|
9
9
|
"version": "1.0.0",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"devDependencies": {
|
|
12
|
-
"@purchasely/cordova-plugin-puchasely-google": "file:../../purchasely-google",
|
|
13
12
|
"@purchasely/cordova-plugin-purchasely": "file:..",
|
|
13
|
+
"@purchasely/cordova-plugin-purchasely-google": "file:../../purchasely-google",
|
|
14
14
|
"cordova-android": "^14.0.1",
|
|
15
|
-
"cordova-ios": "^
|
|
16
|
-
"cordova-plugin-
|
|
17
|
-
"cordova-plugin-purchasely": "file
|
|
15
|
+
"cordova-ios": "^8.0.0",
|
|
16
|
+
"cordova-plugin-purchasely": "file:..",
|
|
17
|
+
"cordova-plugin-purchasely-google": "file:../../purchasely-google"
|
|
18
18
|
}
|
|
19
19
|
},
|
|
20
20
|
"..": {
|
|
21
21
|
"name": "@purchasely/cordova-plugin-purchasely",
|
|
22
|
-
"version": "5.
|
|
22
|
+
"version": "5.6.0",
|
|
23
23
|
"dev": true,
|
|
24
24
|
"license": "ISC",
|
|
25
25
|
"engines": {
|
|
@@ -32,15 +32,13 @@
|
|
|
32
32
|
}
|
|
33
33
|
},
|
|
34
34
|
"../../purchasely-google": {
|
|
35
|
-
"name": "@purchasely/cordova-plugin-
|
|
36
|
-
"version": "5.
|
|
35
|
+
"name": "@purchasely/cordova-plugin-purchasely-google",
|
|
36
|
+
"version": "5.6.0",
|
|
37
37
|
"dev": true,
|
|
38
38
|
"license": "ISC"
|
|
39
39
|
},
|
|
40
40
|
"node_modules/@netflix/nerror": {
|
|
41
41
|
"version": "1.1.3",
|
|
42
|
-
"resolved": "https://registry.npmjs.org/@netflix/nerror/-/nerror-1.1.3.tgz",
|
|
43
|
-
"integrity": "sha512-b+MGNyP9/LXkapreJzNUzcvuzZslj/RGgdVVJ16P2wSlYatfLycPObImqVJSmNAdyeShvNeM/pl3sVZsObFueg==",
|
|
44
42
|
"dev": true,
|
|
45
43
|
"license": "MIT",
|
|
46
44
|
"dependencies": {
|
|
@@ -51,8 +49,6 @@
|
|
|
51
49
|
},
|
|
52
50
|
"node_modules/@nodelib/fs.scandir": {
|
|
53
51
|
"version": "2.1.5",
|
|
54
|
-
"resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
|
|
55
|
-
"integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
|
|
56
52
|
"dev": true,
|
|
57
53
|
"license": "MIT",
|
|
58
54
|
"dependencies": {
|
|
@@ -65,8 +61,6 @@
|
|
|
65
61
|
},
|
|
66
62
|
"node_modules/@nodelib/fs.stat": {
|
|
67
63
|
"version": "2.0.5",
|
|
68
|
-
"resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
|
|
69
|
-
"integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
|
|
70
64
|
"dev": true,
|
|
71
65
|
"license": "MIT",
|
|
72
66
|
"engines": {
|
|
@@ -75,8 +69,6 @@
|
|
|
75
69
|
},
|
|
76
70
|
"node_modules/@nodelib/fs.walk": {
|
|
77
71
|
"version": "1.2.8",
|
|
78
|
-
"resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
|
|
79
|
-
"integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
|
|
80
72
|
"dev": true,
|
|
81
73
|
"license": "MIT",
|
|
82
74
|
"dependencies": {
|
|
@@ -87,18 +79,16 @@
|
|
|
87
79
|
"node": ">= 8"
|
|
88
80
|
}
|
|
89
81
|
},
|
|
90
|
-
"node_modules/@purchasely/cordova-plugin-puchasely-google": {
|
|
91
|
-
"resolved": "../../purchasely-google",
|
|
92
|
-
"link": true
|
|
93
|
-
},
|
|
94
82
|
"node_modules/@purchasely/cordova-plugin-purchasely": {
|
|
95
83
|
"resolved": "..",
|
|
96
84
|
"link": true
|
|
97
85
|
},
|
|
86
|
+
"node_modules/@purchasely/cordova-plugin-purchasely-google": {
|
|
87
|
+
"resolved": "../../purchasely-google",
|
|
88
|
+
"link": true
|
|
89
|
+
},
|
|
98
90
|
"node_modules/@xmldom/xmldom": {
|
|
99
91
|
"version": "0.8.11",
|
|
100
|
-
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.11.tgz",
|
|
101
|
-
"integrity": "sha512-cQzWCtO6C8TQiYl1ruKNn2U6Ao4o4WBBcbL61yJl84x+j5sOWWFU9X7DpND8XZG3daDppSsigMdfAIl2upQBRw==",
|
|
102
92
|
"dev": true,
|
|
103
93
|
"license": "MIT",
|
|
104
94
|
"engines": {
|
|
@@ -127,32 +117,19 @@
|
|
|
127
117
|
},
|
|
128
118
|
"node_modules/ansi": {
|
|
129
119
|
"version": "0.3.1",
|
|
130
|
-
"resolved": "https://registry.npmjs.org/ansi/-/ansi-0.3.1.tgz",
|
|
131
|
-
"integrity": "sha512-iFY7JCgHbepc0b82yLaw4IMortylNb6wG4kL+4R0C3iv6i+RHGHux/yUX5BTiRvSX/shMnngjR1YyNMnXEFh5A==",
|
|
132
120
|
"dev": true,
|
|
133
121
|
"license": "MIT"
|
|
134
122
|
},
|
|
135
123
|
"node_modules/assert-plus": {
|
|
136
124
|
"version": "1.0.0",
|
|
137
|
-
"resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz",
|
|
138
|
-
"integrity": "sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw==",
|
|
139
125
|
"dev": true,
|
|
140
126
|
"license": "MIT",
|
|
141
127
|
"engines": {
|
|
142
128
|
"node": ">=0.8"
|
|
143
129
|
}
|
|
144
130
|
},
|
|
145
|
-
"node_modules/balanced-match": {
|
|
146
|
-
"version": "1.0.2",
|
|
147
|
-
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
148
|
-
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
149
|
-
"dev": true,
|
|
150
|
-
"license": "MIT"
|
|
151
|
-
},
|
|
152
131
|
"node_modules/base64-js": {
|
|
153
132
|
"version": "1.5.1",
|
|
154
|
-
"resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
|
|
155
|
-
"integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
|
|
156
133
|
"dev": true,
|
|
157
134
|
"funding": [
|
|
158
135
|
{
|
|
@@ -172,8 +149,6 @@
|
|
|
172
149
|
},
|
|
173
150
|
"node_modules/big-integer": {
|
|
174
151
|
"version": "1.6.52",
|
|
175
|
-
"resolved": "https://registry.npmjs.org/big-integer/-/big-integer-1.6.52.tgz",
|
|
176
|
-
"integrity": "sha512-QxD8cf2eVqJOOz63z6JIN9BzvVs/dlySa5HGSBH5xtR8dPteIRQnBxxKqkNTiT6jbDTF6jAfrd4oMcND9RGbQg==",
|
|
177
152
|
"dev": true,
|
|
178
153
|
"license": "Unlicense",
|
|
179
154
|
"engines": {
|
|
@@ -182,8 +157,6 @@
|
|
|
182
157
|
},
|
|
183
158
|
"node_modules/bplist-creator": {
|
|
184
159
|
"version": "0.1.0",
|
|
185
|
-
"resolved": "https://registry.npmjs.org/bplist-creator/-/bplist-creator-0.1.0.tgz",
|
|
186
|
-
"integrity": "sha512-sXaHZicyEEmY86WyueLTQesbeoH/mquvarJaQNbjuOQO+7gbFcDEWqKmcWA4cOTLzFlfgvkiVxolk1k5bBIpmg==",
|
|
187
160
|
"dev": true,
|
|
188
161
|
"license": "MIT",
|
|
189
162
|
"dependencies": {
|
|
@@ -192,8 +165,6 @@
|
|
|
192
165
|
},
|
|
193
166
|
"node_modules/bplist-parser": {
|
|
194
167
|
"version": "0.3.2",
|
|
195
|
-
"resolved": "https://registry.npmjs.org/bplist-parser/-/bplist-parser-0.3.2.tgz",
|
|
196
|
-
"integrity": "sha512-apC2+fspHGI3mMKj+dGevkGo/tCqVB8jMb6i+OX+E29p0Iposz07fABkRIfVUPNd5A5VbuOz1bZbnmkKLYF+wQ==",
|
|
197
168
|
"dev": true,
|
|
198
169
|
"license": "MIT",
|
|
199
170
|
"dependencies": {
|
|
@@ -203,21 +174,8 @@
|
|
|
203
174
|
"node": ">= 5.10.0"
|
|
204
175
|
}
|
|
205
176
|
},
|
|
206
|
-
"node_modules/brace-expansion": {
|
|
207
|
-
"version": "1.1.12",
|
|
208
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
|
|
209
|
-
"integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
|
|
210
|
-
"dev": true,
|
|
211
|
-
"license": "MIT",
|
|
212
|
-
"dependencies": {
|
|
213
|
-
"balanced-match": "^1.0.0",
|
|
214
|
-
"concat-map": "0.0.1"
|
|
215
|
-
}
|
|
216
|
-
},
|
|
217
177
|
"node_modules/braces": {
|
|
218
178
|
"version": "3.0.3",
|
|
219
|
-
"resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
|
|
220
|
-
"integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
|
|
221
179
|
"dev": true,
|
|
222
180
|
"license": "MIT",
|
|
223
181
|
"dependencies": {
|
|
@@ -227,13 +185,6 @@
|
|
|
227
185
|
"node": ">=8"
|
|
228
186
|
}
|
|
229
187
|
},
|
|
230
|
-
"node_modules/concat-map": {
|
|
231
|
-
"version": "0.0.1",
|
|
232
|
-
"resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
|
|
233
|
-
"integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
|
|
234
|
-
"dev": true,
|
|
235
|
-
"license": "MIT"
|
|
236
|
-
},
|
|
237
188
|
"node_modules/cordova-android": {
|
|
238
189
|
"version": "14.0.1",
|
|
239
190
|
"resolved": "https://registry.npmjs.org/cordova-android/-/cordova-android-14.0.1.tgz",
|
|
@@ -283,30 +234,66 @@
|
|
|
283
234
|
}
|
|
284
235
|
},
|
|
285
236
|
"node_modules/cordova-ios": {
|
|
286
|
-
"version": "
|
|
287
|
-
"resolved": "https://registry.npmjs.org/cordova-ios/-/cordova-ios-7.1.1.tgz",
|
|
288
|
-
"integrity": "sha512-JwTyPxWcAZlbIOR5QO6TaJzkoSzfrp7jrlX01bWZ7Sxp0PYXejAJbA6J0W4u11M+atrQRNimNltZDyAlSBW2tw==",
|
|
237
|
+
"version": "8.0.0",
|
|
289
238
|
"dev": true,
|
|
290
239
|
"license": "Apache-2.0",
|
|
291
240
|
"dependencies": {
|
|
292
|
-
"
|
|
241
|
+
"bplist-parser": "^0.3.2",
|
|
242
|
+
"cordova-common": "^6.0.0",
|
|
293
243
|
"elementtree": "^0.1.7",
|
|
294
244
|
"execa": "^5.1.1",
|
|
295
|
-
"
|
|
296
|
-
"plist": "^3.0
|
|
297
|
-
"semver": "^7.
|
|
298
|
-
"
|
|
299
|
-
"
|
|
300
|
-
"
|
|
245
|
+
"nopt": "^9.0.0",
|
|
246
|
+
"plist": "^3.1.0",
|
|
247
|
+
"semver": "^7.7.3",
|
|
248
|
+
"simctl": "^3.0.0",
|
|
249
|
+
"which": "^6.0.0",
|
|
250
|
+
"xcode": "^3.0.1"
|
|
301
251
|
},
|
|
302
252
|
"engines": {
|
|
303
|
-
"node": ">=
|
|
253
|
+
"node": "^20.17.0 || >=22.9.0"
|
|
304
254
|
}
|
|
305
255
|
},
|
|
306
|
-
"node_modules/cordova-ios/node_modules/
|
|
256
|
+
"node_modules/cordova-ios/node_modules/abbrev": {
|
|
307
257
|
"version": "4.0.0",
|
|
308
|
-
"
|
|
309
|
-
"
|
|
258
|
+
"dev": true,
|
|
259
|
+
"license": "ISC",
|
|
260
|
+
"engines": {
|
|
261
|
+
"node": "^20.17.0 || >=22.9.0"
|
|
262
|
+
}
|
|
263
|
+
},
|
|
264
|
+
"node_modules/cordova-ios/node_modules/cordova-common": {
|
|
265
|
+
"version": "6.0.0",
|
|
266
|
+
"dev": true,
|
|
267
|
+
"license": "Apache-2.0",
|
|
268
|
+
"dependencies": {
|
|
269
|
+
"@netflix/nerror": "^1.1.3",
|
|
270
|
+
"ansi": "^0.3.1",
|
|
271
|
+
"bplist-parser": "^0.3.2",
|
|
272
|
+
"elementtree": "^0.1.7",
|
|
273
|
+
"endent": "^2.1.0",
|
|
274
|
+
"fast-glob": "^3.3.3",
|
|
275
|
+
"plist": "^3.1.0"
|
|
276
|
+
},
|
|
277
|
+
"engines": {
|
|
278
|
+
"node": ">=20.9.0"
|
|
279
|
+
}
|
|
280
|
+
},
|
|
281
|
+
"node_modules/cordova-ios/node_modules/nopt": {
|
|
282
|
+
"version": "9.0.0",
|
|
283
|
+
"dev": true,
|
|
284
|
+
"license": "ISC",
|
|
285
|
+
"dependencies": {
|
|
286
|
+
"abbrev": "^4.0.0"
|
|
287
|
+
},
|
|
288
|
+
"bin": {
|
|
289
|
+
"nopt": "bin/nopt.js"
|
|
290
|
+
},
|
|
291
|
+
"engines": {
|
|
292
|
+
"node": "^20.17.0 || >=22.9.0"
|
|
293
|
+
}
|
|
294
|
+
},
|
|
295
|
+
"node_modules/cordova-ios/node_modules/which": {
|
|
296
|
+
"version": "6.0.0",
|
|
310
297
|
"dev": true,
|
|
311
298
|
"license": "ISC",
|
|
312
299
|
"dependencies": {
|
|
@@ -316,21 +303,19 @@
|
|
|
316
303
|
"node-which": "bin/which.js"
|
|
317
304
|
},
|
|
318
305
|
"engines": {
|
|
319
|
-
"node": "^
|
|
306
|
+
"node": "^20.17.0 || >=22.9.0"
|
|
320
307
|
}
|
|
321
308
|
},
|
|
322
|
-
"node_modules/cordova-plugin-puchasely-google": {
|
|
323
|
-
"resolved": "../../purchasely-google",
|
|
324
|
-
"link": true
|
|
325
|
-
},
|
|
326
309
|
"node_modules/cordova-plugin-purchasely": {
|
|
327
310
|
"resolved": "..",
|
|
328
311
|
"link": true
|
|
329
312
|
},
|
|
313
|
+
"node_modules/cordova-plugin-purchasely-google": {
|
|
314
|
+
"resolved": "../../purchasely-google",
|
|
315
|
+
"link": true
|
|
316
|
+
},
|
|
330
317
|
"node_modules/cross-spawn": {
|
|
331
318
|
"version": "7.0.6",
|
|
332
|
-
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
|
|
333
|
-
"integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
|
|
334
319
|
"dev": true,
|
|
335
320
|
"license": "MIT",
|
|
336
321
|
"dependencies": {
|
|
@@ -344,15 +329,11 @@
|
|
|
344
329
|
},
|
|
345
330
|
"node_modules/cross-spawn/node_modules/isexe": {
|
|
346
331
|
"version": "2.0.0",
|
|
347
|
-
"resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
|
|
348
|
-
"integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
|
|
349
332
|
"dev": true,
|
|
350
333
|
"license": "ISC"
|
|
351
334
|
},
|
|
352
335
|
"node_modules/cross-spawn/node_modules/which": {
|
|
353
336
|
"version": "2.0.2",
|
|
354
|
-
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
|
|
355
|
-
"integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
|
|
356
337
|
"dev": true,
|
|
357
338
|
"license": "ISC",
|
|
358
339
|
"dependencies": {
|
|
@@ -382,8 +363,6 @@
|
|
|
382
363
|
},
|
|
383
364
|
"node_modules/elementtree": {
|
|
384
365
|
"version": "0.1.7",
|
|
385
|
-
"resolved": "https://registry.npmjs.org/elementtree/-/elementtree-0.1.7.tgz",
|
|
386
|
-
"integrity": "sha512-wkgGT6kugeQk/P6VZ/f4T+4HB41BVgNBq5CDIZVbQ02nvTVqAiVTbskxxu3eA/X96lMlfYOwnLQpN2v5E1zDEg==",
|
|
387
366
|
"dev": true,
|
|
388
367
|
"license": "Apache-2.0",
|
|
389
368
|
"dependencies": {
|
|
@@ -395,8 +374,6 @@
|
|
|
395
374
|
},
|
|
396
375
|
"node_modules/endent": {
|
|
397
376
|
"version": "2.1.0",
|
|
398
|
-
"resolved": "https://registry.npmjs.org/endent/-/endent-2.1.0.tgz",
|
|
399
|
-
"integrity": "sha512-r8VyPX7XL8U01Xgnb1CjZ3XV+z90cXIJ9JPE/R9SEC9vpw2P6CfsRPJmp20DppC5N7ZAMCmjYkJIa744Iyg96w==",
|
|
400
377
|
"dev": true,
|
|
401
378
|
"license": "MIT",
|
|
402
379
|
"dependencies": {
|
|
@@ -407,15 +384,11 @@
|
|
|
407
384
|
},
|
|
408
385
|
"node_modules/endent/node_modules/dedent": {
|
|
409
386
|
"version": "0.7.0",
|
|
410
|
-
"resolved": "https://registry.npmjs.org/dedent/-/dedent-0.7.0.tgz",
|
|
411
|
-
"integrity": "sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA==",
|
|
412
387
|
"dev": true,
|
|
413
388
|
"license": "MIT"
|
|
414
389
|
},
|
|
415
390
|
"node_modules/execa": {
|
|
416
391
|
"version": "5.1.1",
|
|
417
|
-
"resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz",
|
|
418
|
-
"integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==",
|
|
419
392
|
"dev": true,
|
|
420
393
|
"license": "MIT",
|
|
421
394
|
"dependencies": {
|
|
@@ -438,8 +411,6 @@
|
|
|
438
411
|
},
|
|
439
412
|
"node_modules/extsprintf": {
|
|
440
413
|
"version": "1.4.1",
|
|
441
|
-
"resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.4.1.tgz",
|
|
442
|
-
"integrity": "sha512-Wrk35e8ydCKDj/ArClo1VrPVmN8zph5V4AtHwIuHhvMXsKf73UT3BOD+azBIW+3wOJ4FhEH7zyaJCFvChjYvMA==",
|
|
443
414
|
"dev": true,
|
|
444
415
|
"engines": [
|
|
445
416
|
"node >=0.6.0"
|
|
@@ -448,8 +419,6 @@
|
|
|
448
419
|
},
|
|
449
420
|
"node_modules/fast-glob": {
|
|
450
421
|
"version": "3.3.3",
|
|
451
|
-
"resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz",
|
|
452
|
-
"integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
|
|
453
422
|
"dev": true,
|
|
454
423
|
"license": "MIT",
|
|
455
424
|
"dependencies": {
|
|
@@ -465,15 +434,11 @@
|
|
|
465
434
|
},
|
|
466
435
|
"node_modules/fast-json-parse": {
|
|
467
436
|
"version": "1.0.3",
|
|
468
|
-
"resolved": "https://registry.npmjs.org/fast-json-parse/-/fast-json-parse-1.0.3.tgz",
|
|
469
|
-
"integrity": "sha512-FRWsaZRWEJ1ESVNbDWmsAlqDk96gPQezzLghafp5J4GUKjbCz3OkAHuZs5TuPEtkbVQERysLp9xv6c24fBm8Aw==",
|
|
470
437
|
"dev": true,
|
|
471
438
|
"license": "MIT"
|
|
472
439
|
},
|
|
473
440
|
"node_modules/fastq": {
|
|
474
441
|
"version": "1.19.1",
|
|
475
|
-
"resolved": "https://registry.npmjs.org/fastq/-/fastq-1.19.1.tgz",
|
|
476
|
-
"integrity": "sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==",
|
|
477
442
|
"dev": true,
|
|
478
443
|
"license": "ISC",
|
|
479
444
|
"dependencies": {
|
|
@@ -482,8 +447,6 @@
|
|
|
482
447
|
},
|
|
483
448
|
"node_modules/fill-range": {
|
|
484
449
|
"version": "7.1.1",
|
|
485
|
-
"resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
|
|
486
|
-
"integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
|
|
487
450
|
"dev": true,
|
|
488
451
|
"license": "MIT",
|
|
489
452
|
"dependencies": {
|
|
@@ -493,27 +456,8 @@
|
|
|
493
456
|
"node": ">=8"
|
|
494
457
|
}
|
|
495
458
|
},
|
|
496
|
-
"node_modules/fs.realpath": {
|
|
497
|
-
"version": "1.0.0",
|
|
498
|
-
"resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
|
|
499
|
-
"integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
|
|
500
|
-
"dev": true,
|
|
501
|
-
"license": "ISC"
|
|
502
|
-
},
|
|
503
|
-
"node_modules/function-bind": {
|
|
504
|
-
"version": "1.1.2",
|
|
505
|
-
"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
|
|
506
|
-
"integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
|
|
507
|
-
"dev": true,
|
|
508
|
-
"license": "MIT",
|
|
509
|
-
"funding": {
|
|
510
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
511
|
-
}
|
|
512
|
-
},
|
|
513
459
|
"node_modules/get-stream": {
|
|
514
460
|
"version": "6.0.1",
|
|
515
|
-
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
|
|
516
|
-
"integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==",
|
|
517
461
|
"dev": true,
|
|
518
462
|
"license": "MIT",
|
|
519
463
|
"engines": {
|
|
@@ -523,32 +467,8 @@
|
|
|
523
467
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
524
468
|
}
|
|
525
469
|
},
|
|
526
|
-
"node_modules/glob": {
|
|
527
|
-
"version": "7.2.3",
|
|
528
|
-
"resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
|
|
529
|
-
"integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
|
|
530
|
-
"deprecated": "Glob versions prior to v9 are no longer supported",
|
|
531
|
-
"dev": true,
|
|
532
|
-
"license": "ISC",
|
|
533
|
-
"dependencies": {
|
|
534
|
-
"fs.realpath": "^1.0.0",
|
|
535
|
-
"inflight": "^1.0.4",
|
|
536
|
-
"inherits": "2",
|
|
537
|
-
"minimatch": "^3.1.1",
|
|
538
|
-
"once": "^1.3.0",
|
|
539
|
-
"path-is-absolute": "^1.0.0"
|
|
540
|
-
},
|
|
541
|
-
"engines": {
|
|
542
|
-
"node": "*"
|
|
543
|
-
},
|
|
544
|
-
"funding": {
|
|
545
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
546
|
-
}
|
|
547
|
-
},
|
|
548
470
|
"node_modules/glob-parent": {
|
|
549
471
|
"version": "5.1.2",
|
|
550
|
-
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
|
|
551
|
-
"integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
|
|
552
472
|
"dev": true,
|
|
553
473
|
"license": "ISC",
|
|
554
474
|
"dependencies": {
|
|
@@ -558,127 +478,16 @@
|
|
|
558
478
|
"node": ">= 6"
|
|
559
479
|
}
|
|
560
480
|
},
|
|
561
|
-
"node_modules/hasown": {
|
|
562
|
-
"version": "2.0.2",
|
|
563
|
-
"resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
|
|
564
|
-
"integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
|
|
565
|
-
"dev": true,
|
|
566
|
-
"license": "MIT",
|
|
567
|
-
"dependencies": {
|
|
568
|
-
"function-bind": "^1.1.2"
|
|
569
|
-
},
|
|
570
|
-
"engines": {
|
|
571
|
-
"node": ">= 0.4"
|
|
572
|
-
}
|
|
573
|
-
},
|
|
574
481
|
"node_modules/human-signals": {
|
|
575
482
|
"version": "2.1.0",
|
|
576
|
-
"resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz",
|
|
577
|
-
"integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==",
|
|
578
483
|
"dev": true,
|
|
579
484
|
"license": "Apache-2.0",
|
|
580
485
|
"engines": {
|
|
581
486
|
"node": ">=10.17.0"
|
|
582
487
|
}
|
|
583
488
|
},
|
|
584
|
-
"node_modules/inflight": {
|
|
585
|
-
"version": "1.0.6",
|
|
586
|
-
"resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
|
|
587
|
-
"integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
|
|
588
|
-
"deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.",
|
|
589
|
-
"dev": true,
|
|
590
|
-
"license": "ISC",
|
|
591
|
-
"dependencies": {
|
|
592
|
-
"once": "^1.3.0",
|
|
593
|
-
"wrappy": "1"
|
|
594
|
-
}
|
|
595
|
-
},
|
|
596
|
-
"node_modules/inherits": {
|
|
597
|
-
"version": "2.0.4",
|
|
598
|
-
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
|
|
599
|
-
"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
|
|
600
|
-
"dev": true,
|
|
601
|
-
"license": "ISC"
|
|
602
|
-
},
|
|
603
|
-
"node_modules/interpret": {
|
|
604
|
-
"version": "1.4.0",
|
|
605
|
-
"resolved": "https://registry.npmjs.org/interpret/-/interpret-1.4.0.tgz",
|
|
606
|
-
"integrity": "sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==",
|
|
607
|
-
"dev": true,
|
|
608
|
-
"license": "MIT",
|
|
609
|
-
"engines": {
|
|
610
|
-
"node": ">= 0.10"
|
|
611
|
-
}
|
|
612
|
-
},
|
|
613
|
-
"node_modules/ios-sim": {
|
|
614
|
-
"version": "8.0.2",
|
|
615
|
-
"resolved": "https://registry.npmjs.org/ios-sim/-/ios-sim-8.0.2.tgz",
|
|
616
|
-
"integrity": "sha512-P7nEG771bfd+JoMRjnis1gpZOkjTUUxu+4Ek1Z+eoaEEoT9byllU9pxfQ8Df7hL3gSkIQxNwTSLhos2I8tWUQA==",
|
|
617
|
-
"dev": true,
|
|
618
|
-
"license": "MIT",
|
|
619
|
-
"dependencies": {
|
|
620
|
-
"bplist-parser": "^0.0.6",
|
|
621
|
-
"nopt": "1.0.9",
|
|
622
|
-
"plist": "^3.0.1",
|
|
623
|
-
"simctl": "^2"
|
|
624
|
-
},
|
|
625
|
-
"bin": {
|
|
626
|
-
"ios-sim": "bin/ios-sim"
|
|
627
|
-
},
|
|
628
|
-
"engines": {
|
|
629
|
-
"node": ">=6"
|
|
630
|
-
}
|
|
631
|
-
},
|
|
632
|
-
"node_modules/ios-sim/node_modules/abbrev": {
|
|
633
|
-
"version": "1.1.1",
|
|
634
|
-
"resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
|
|
635
|
-
"integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==",
|
|
636
|
-
"dev": true,
|
|
637
|
-
"license": "ISC"
|
|
638
|
-
},
|
|
639
|
-
"node_modules/ios-sim/node_modules/bplist-parser": {
|
|
640
|
-
"version": "0.0.6",
|
|
641
|
-
"resolved": "https://registry.npmjs.org/bplist-parser/-/bplist-parser-0.0.6.tgz",
|
|
642
|
-
"integrity": "sha512-fGeghPEH4Eytvf+Mi446aKcDqvkA/+eh6r7QGiZWMQG6TzqrnsToLP379XFfqRSZ41+676hhGIm++maNST1Apw==",
|
|
643
|
-
"dev": true,
|
|
644
|
-
"license": "MIT"
|
|
645
|
-
},
|
|
646
|
-
"node_modules/ios-sim/node_modules/nopt": {
|
|
647
|
-
"version": "1.0.9",
|
|
648
|
-
"resolved": "https://registry.npmjs.org/nopt/-/nopt-1.0.9.tgz",
|
|
649
|
-
"integrity": "sha512-CmUZ3rzN0/4kRHum5pGRiGkhmBMzgtEDxrZVHqRJDSv8qK6s+wzaig/xeyB22Due5aZQeTiEZg/nrmMH2tapDQ==",
|
|
650
|
-
"dev": true,
|
|
651
|
-
"license": "MIT",
|
|
652
|
-
"dependencies": {
|
|
653
|
-
"abbrev": "1"
|
|
654
|
-
},
|
|
655
|
-
"bin": {
|
|
656
|
-
"nopt": "bin/nopt.js"
|
|
657
|
-
},
|
|
658
|
-
"engines": {
|
|
659
|
-
"node": "*"
|
|
660
|
-
}
|
|
661
|
-
},
|
|
662
|
-
"node_modules/is-core-module": {
|
|
663
|
-
"version": "2.16.1",
|
|
664
|
-
"resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz",
|
|
665
|
-
"integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==",
|
|
666
|
-
"dev": true,
|
|
667
|
-
"license": "MIT",
|
|
668
|
-
"dependencies": {
|
|
669
|
-
"hasown": "^2.0.2"
|
|
670
|
-
},
|
|
671
|
-
"engines": {
|
|
672
|
-
"node": ">= 0.4"
|
|
673
|
-
},
|
|
674
|
-
"funding": {
|
|
675
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
676
|
-
}
|
|
677
|
-
},
|
|
678
489
|
"node_modules/is-extglob": {
|
|
679
490
|
"version": "2.1.1",
|
|
680
|
-
"resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
|
|
681
|
-
"integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
|
|
682
491
|
"dev": true,
|
|
683
492
|
"license": "MIT",
|
|
684
493
|
"engines": {
|
|
@@ -687,8 +496,6 @@
|
|
|
687
496
|
},
|
|
688
497
|
"node_modules/is-glob": {
|
|
689
498
|
"version": "4.0.3",
|
|
690
|
-
"resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
|
|
691
|
-
"integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
|
|
692
499
|
"dev": true,
|
|
693
500
|
"license": "MIT",
|
|
694
501
|
"dependencies": {
|
|
@@ -700,8 +507,6 @@
|
|
|
700
507
|
},
|
|
701
508
|
"node_modules/is-number": {
|
|
702
509
|
"version": "7.0.0",
|
|
703
|
-
"resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
|
|
704
|
-
"integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
|
|
705
510
|
"dev": true,
|
|
706
511
|
"license": "MIT",
|
|
707
512
|
"engines": {
|
|
@@ -720,8 +525,6 @@
|
|
|
720
525
|
},
|
|
721
526
|
"node_modules/is-stream": {
|
|
722
527
|
"version": "2.0.1",
|
|
723
|
-
"resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
|
|
724
|
-
"integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
|
|
725
528
|
"dev": true,
|
|
726
529
|
"license": "MIT",
|
|
727
530
|
"engines": {
|
|
@@ -733,8 +536,6 @@
|
|
|
733
536
|
},
|
|
734
537
|
"node_modules/isexe": {
|
|
735
538
|
"version": "3.1.1",
|
|
736
|
-
"resolved": "https://registry.npmjs.org/isexe/-/isexe-3.1.1.tgz",
|
|
737
|
-
"integrity": "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==",
|
|
738
539
|
"dev": true,
|
|
739
540
|
"license": "ISC",
|
|
740
541
|
"engines": {
|
|
@@ -743,8 +544,6 @@
|
|
|
743
544
|
},
|
|
744
545
|
"node_modules/lodash": {
|
|
745
546
|
"version": "4.17.21",
|
|
746
|
-
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
|
|
747
|
-
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
|
|
748
547
|
"dev": true,
|
|
749
548
|
"license": "MIT"
|
|
750
549
|
},
|
|
@@ -757,15 +556,11 @@
|
|
|
757
556
|
},
|
|
758
557
|
"node_modules/merge-stream": {
|
|
759
558
|
"version": "2.0.0",
|
|
760
|
-
"resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",
|
|
761
|
-
"integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==",
|
|
762
559
|
"dev": true,
|
|
763
560
|
"license": "MIT"
|
|
764
561
|
},
|
|
765
562
|
"node_modules/merge2": {
|
|
766
563
|
"version": "1.4.1",
|
|
767
|
-
"resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
|
|
768
|
-
"integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
|
|
769
564
|
"dev": true,
|
|
770
565
|
"license": "MIT",
|
|
771
566
|
"engines": {
|
|
@@ -774,8 +569,6 @@
|
|
|
774
569
|
},
|
|
775
570
|
"node_modules/micromatch": {
|
|
776
571
|
"version": "4.0.8",
|
|
777
|
-
"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
|
|
778
|
-
"integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
|
|
779
572
|
"dev": true,
|
|
780
573
|
"license": "MIT",
|
|
781
574
|
"dependencies": {
|
|
@@ -788,27 +581,12 @@
|
|
|
788
581
|
},
|
|
789
582
|
"node_modules/mimic-fn": {
|
|
790
583
|
"version": "2.1.0",
|
|
791
|
-
"resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
|
|
792
|
-
"integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
|
|
793
584
|
"dev": true,
|
|
794
585
|
"license": "MIT",
|
|
795
586
|
"engines": {
|
|
796
587
|
"node": ">=6"
|
|
797
588
|
}
|
|
798
589
|
},
|
|
799
|
-
"node_modules/minimatch": {
|
|
800
|
-
"version": "3.1.2",
|
|
801
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
802
|
-
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
|
803
|
-
"dev": true,
|
|
804
|
-
"license": "ISC",
|
|
805
|
-
"dependencies": {
|
|
806
|
-
"brace-expansion": "^1.1.7"
|
|
807
|
-
},
|
|
808
|
-
"engines": {
|
|
809
|
-
"node": "*"
|
|
810
|
-
}
|
|
811
|
-
},
|
|
812
590
|
"node_modules/nopt": {
|
|
813
591
|
"version": "8.1.0",
|
|
814
592
|
"resolved": "https://registry.npmjs.org/nopt/-/nopt-8.1.0.tgz",
|
|
@@ -827,8 +605,6 @@
|
|
|
827
605
|
},
|
|
828
606
|
"node_modules/npm-run-path": {
|
|
829
607
|
"version": "4.0.1",
|
|
830
|
-
"resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz",
|
|
831
|
-
"integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==",
|
|
832
608
|
"dev": true,
|
|
833
609
|
"license": "MIT",
|
|
834
610
|
"dependencies": {
|
|
@@ -840,25 +616,11 @@
|
|
|
840
616
|
},
|
|
841
617
|
"node_modules/objectorarray": {
|
|
842
618
|
"version": "1.0.5",
|
|
843
|
-
"resolved": "https://registry.npmjs.org/objectorarray/-/objectorarray-1.0.5.tgz",
|
|
844
|
-
"integrity": "sha512-eJJDYkhJFFbBBAxeh8xW+weHlkI28n2ZdQV/J/DNfWfSKlGEf2xcfAbZTv3riEXHAhL9SVOTs2pRmXiSTf78xg==",
|
|
845
619
|
"dev": true,
|
|
846
620
|
"license": "ISC"
|
|
847
621
|
},
|
|
848
|
-
"node_modules/once": {
|
|
849
|
-
"version": "1.4.0",
|
|
850
|
-
"resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
|
|
851
|
-
"integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
|
|
852
|
-
"dev": true,
|
|
853
|
-
"license": "ISC",
|
|
854
|
-
"dependencies": {
|
|
855
|
-
"wrappy": "1"
|
|
856
|
-
}
|
|
857
|
-
},
|
|
858
622
|
"node_modules/onetime": {
|
|
859
623
|
"version": "5.1.2",
|
|
860
|
-
"resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",
|
|
861
|
-
"integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
|
|
862
624
|
"dev": true,
|
|
863
625
|
"license": "MIT",
|
|
864
626
|
"dependencies": {
|
|
@@ -891,37 +653,16 @@
|
|
|
891
653
|
"node": ">=6"
|
|
892
654
|
}
|
|
893
655
|
},
|
|
894
|
-
"node_modules/path-is-absolute": {
|
|
895
|
-
"version": "1.0.1",
|
|
896
|
-
"resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
|
|
897
|
-
"integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
|
|
898
|
-
"dev": true,
|
|
899
|
-
"license": "MIT",
|
|
900
|
-
"engines": {
|
|
901
|
-
"node": ">=0.10.0"
|
|
902
|
-
}
|
|
903
|
-
},
|
|
904
656
|
"node_modules/path-key": {
|
|
905
657
|
"version": "3.1.1",
|
|
906
|
-
"resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
|
|
907
|
-
"integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
|
|
908
658
|
"dev": true,
|
|
909
659
|
"license": "MIT",
|
|
910
660
|
"engines": {
|
|
911
661
|
"node": ">=8"
|
|
912
662
|
}
|
|
913
663
|
},
|
|
914
|
-
"node_modules/path-parse": {
|
|
915
|
-
"version": "1.0.7",
|
|
916
|
-
"resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
|
|
917
|
-
"integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
|
|
918
|
-
"dev": true,
|
|
919
|
-
"license": "MIT"
|
|
920
|
-
},
|
|
921
664
|
"node_modules/picomatch": {
|
|
922
665
|
"version": "2.3.1",
|
|
923
|
-
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
|
|
924
|
-
"integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
|
|
925
666
|
"dev": true,
|
|
926
667
|
"license": "MIT",
|
|
927
668
|
"engines": {
|
|
@@ -943,8 +684,6 @@
|
|
|
943
684
|
},
|
|
944
685
|
"node_modules/plist": {
|
|
945
686
|
"version": "3.1.0",
|
|
946
|
-
"resolved": "https://registry.npmjs.org/plist/-/plist-3.1.0.tgz",
|
|
947
|
-
"integrity": "sha512-uysumyrvkUX0rX/dEVqt8gC3sTBzd4zoWfLeS29nb53imdaXVvLINYXTI2GNqzaMuvacNx4uJQ8+b3zXR0pkgQ==",
|
|
948
687
|
"dev": true,
|
|
949
688
|
"license": "MIT",
|
|
950
689
|
"dependencies": {
|
|
@@ -980,8 +719,6 @@
|
|
|
980
719
|
},
|
|
981
720
|
"node_modules/queue-microtask": {
|
|
982
721
|
"version": "1.2.3",
|
|
983
|
-
"resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
|
|
984
|
-
"integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
|
|
985
722
|
"dev": true,
|
|
986
723
|
"funding": [
|
|
987
724
|
{
|
|
@@ -1013,43 +750,8 @@
|
|
|
1013
750
|
"node": ">=6"
|
|
1014
751
|
}
|
|
1015
752
|
},
|
|
1016
|
-
"node_modules/rechoir": {
|
|
1017
|
-
"version": "0.6.2",
|
|
1018
|
-
"resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.6.2.tgz",
|
|
1019
|
-
"integrity": "sha512-HFM8rkZ+i3zrV+4LQjwQ0W+ez98pApMGM3HUrN04j3CqzPOzl9nmP15Y8YXNm8QHGv/eacOVEjqhmWpkRV0NAw==",
|
|
1020
|
-
"dev": true,
|
|
1021
|
-
"dependencies": {
|
|
1022
|
-
"resolve": "^1.1.6"
|
|
1023
|
-
},
|
|
1024
|
-
"engines": {
|
|
1025
|
-
"node": ">= 0.10"
|
|
1026
|
-
}
|
|
1027
|
-
},
|
|
1028
|
-
"node_modules/resolve": {
|
|
1029
|
-
"version": "1.22.11",
|
|
1030
|
-
"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.11.tgz",
|
|
1031
|
-
"integrity": "sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==",
|
|
1032
|
-
"dev": true,
|
|
1033
|
-
"license": "MIT",
|
|
1034
|
-
"dependencies": {
|
|
1035
|
-
"is-core-module": "^2.16.1",
|
|
1036
|
-
"path-parse": "^1.0.7",
|
|
1037
|
-
"supports-preserve-symlinks-flag": "^1.0.0"
|
|
1038
|
-
},
|
|
1039
|
-
"bin": {
|
|
1040
|
-
"resolve": "bin/resolve"
|
|
1041
|
-
},
|
|
1042
|
-
"engines": {
|
|
1043
|
-
"node": ">= 0.4"
|
|
1044
|
-
},
|
|
1045
|
-
"funding": {
|
|
1046
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
1047
|
-
}
|
|
1048
|
-
},
|
|
1049
753
|
"node_modules/reusify": {
|
|
1050
754
|
"version": "1.1.0",
|
|
1051
|
-
"resolved": "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz",
|
|
1052
|
-
"integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==",
|
|
1053
755
|
"dev": true,
|
|
1054
756
|
"license": "MIT",
|
|
1055
757
|
"engines": {
|
|
@@ -1059,8 +761,6 @@
|
|
|
1059
761
|
},
|
|
1060
762
|
"node_modules/run-parallel": {
|
|
1061
763
|
"version": "1.2.0",
|
|
1062
|
-
"resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
|
|
1063
|
-
"integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
|
|
1064
764
|
"dev": true,
|
|
1065
765
|
"funding": [
|
|
1066
766
|
{
|
|
@@ -1083,15 +783,11 @@
|
|
|
1083
783
|
},
|
|
1084
784
|
"node_modules/sax": {
|
|
1085
785
|
"version": "1.1.4",
|
|
1086
|
-
"resolved": "https://registry.npmjs.org/sax/-/sax-1.1.4.tgz",
|
|
1087
|
-
"integrity": "sha512-5f3k2PbGGp+YtKJjOItpg3P99IMD84E4HOvcfleTb5joCHNXYLsR9yWFPOYGgaeMPDubQILTCMdsFb2OMeOjtg==",
|
|
1088
786
|
"dev": true,
|
|
1089
787
|
"license": "ISC"
|
|
1090
788
|
},
|
|
1091
789
|
"node_modules/semver": {
|
|
1092
790
|
"version": "7.7.3",
|
|
1093
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
|
|
1094
|
-
"integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
|
|
1095
791
|
"dev": true,
|
|
1096
792
|
"license": "ISC",
|
|
1097
793
|
"bin": {
|
|
@@ -1103,8 +799,6 @@
|
|
|
1103
799
|
},
|
|
1104
800
|
"node_modules/shebang-command": {
|
|
1105
801
|
"version": "2.0.0",
|
|
1106
|
-
"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
|
|
1107
|
-
"integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
|
|
1108
802
|
"dev": true,
|
|
1109
803
|
"license": "MIT",
|
|
1110
804
|
"dependencies": {
|
|
@@ -1116,54 +810,27 @@
|
|
|
1116
810
|
},
|
|
1117
811
|
"node_modules/shebang-regex": {
|
|
1118
812
|
"version": "3.0.0",
|
|
1119
|
-
"resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
|
|
1120
|
-
"integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
|
|
1121
813
|
"dev": true,
|
|
1122
814
|
"license": "MIT",
|
|
1123
815
|
"engines": {
|
|
1124
816
|
"node": ">=8"
|
|
1125
817
|
}
|
|
1126
818
|
},
|
|
1127
|
-
"node_modules/shelljs": {
|
|
1128
|
-
"version": "0.8.5",
|
|
1129
|
-
"resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.8.5.tgz",
|
|
1130
|
-
"integrity": "sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==",
|
|
1131
|
-
"dev": true,
|
|
1132
|
-
"license": "BSD-3-Clause",
|
|
1133
|
-
"dependencies": {
|
|
1134
|
-
"glob": "^7.0.0",
|
|
1135
|
-
"interpret": "^1.0.0",
|
|
1136
|
-
"rechoir": "^0.6.2"
|
|
1137
|
-
},
|
|
1138
|
-
"bin": {
|
|
1139
|
-
"shjs": "bin/shjs"
|
|
1140
|
-
},
|
|
1141
|
-
"engines": {
|
|
1142
|
-
"node": ">=4"
|
|
1143
|
-
}
|
|
1144
|
-
},
|
|
1145
819
|
"node_modules/signal-exit": {
|
|
1146
820
|
"version": "3.0.7",
|
|
1147
|
-
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
|
|
1148
|
-
"integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",
|
|
1149
821
|
"dev": true,
|
|
1150
822
|
"license": "ISC"
|
|
1151
823
|
},
|
|
1152
824
|
"node_modules/simctl": {
|
|
1153
|
-
"version": "
|
|
1154
|
-
"resolved": "https://registry.npmjs.org/simctl/-/simctl-2.0.3.tgz",
|
|
1155
|
-
"integrity": "sha512-kKCak0yszxHae5eVWcmrjV3ouUGac3sjlhjdLWpyPu4eiQcWoHsCrqS34kkgzHN8Ystqkh/LFjzrldk/g3BYJg==",
|
|
825
|
+
"version": "3.0.0",
|
|
1156
826
|
"dev": true,
|
|
1157
827
|
"license": "MIT",
|
|
1158
|
-
"
|
|
1159
|
-
"
|
|
1160
|
-
"tail": "^0.4.0"
|
|
828
|
+
"engines": {
|
|
829
|
+
"node": ">= 14.17.0"
|
|
1161
830
|
}
|
|
1162
831
|
},
|
|
1163
832
|
"node_modules/simple-plist": {
|
|
1164
833
|
"version": "1.3.1",
|
|
1165
|
-
"resolved": "https://registry.npmjs.org/simple-plist/-/simple-plist-1.3.1.tgz",
|
|
1166
|
-
"integrity": "sha512-iMSw5i0XseMnrhtIzRb7XpQEXepa9xhWxGUojHBL43SIpQuDQkh3Wpy67ZbDzZVr6EKxvwVChnVpdl8hEVLDiw==",
|
|
1167
834
|
"dev": true,
|
|
1168
835
|
"license": "MIT",
|
|
1169
836
|
"dependencies": {
|
|
@@ -1174,8 +841,6 @@
|
|
|
1174
841
|
},
|
|
1175
842
|
"node_modules/simple-plist/node_modules/bplist-parser": {
|
|
1176
843
|
"version": "0.3.1",
|
|
1177
|
-
"resolved": "https://registry.npmjs.org/bplist-parser/-/bplist-parser-0.3.1.tgz",
|
|
1178
|
-
"integrity": "sha512-PyJxiNtA5T2PlLIeBot4lbp7rj4OadzjnMZD/G5zuBNt8ei/yCU7+wW0h2bag9vr8c+/WuRWmSxbqAl9hL1rBA==",
|
|
1179
844
|
"dev": true,
|
|
1180
845
|
"license": "MIT",
|
|
1181
846
|
"dependencies": {
|
|
@@ -1187,8 +852,6 @@
|
|
|
1187
852
|
},
|
|
1188
853
|
"node_modules/stream-buffers": {
|
|
1189
854
|
"version": "2.2.0",
|
|
1190
|
-
"resolved": "https://registry.npmjs.org/stream-buffers/-/stream-buffers-2.2.0.tgz",
|
|
1191
|
-
"integrity": "sha512-uyQK/mx5QjHun80FLJTfaWE7JtwfRMKBLkMne6udYOmvH0CawotVa7TfgYHzAnpphn4+TweIx1QKMnRIbipmUg==",
|
|
1192
855
|
"dev": true,
|
|
1193
856
|
"license": "Unlicense",
|
|
1194
857
|
"engines": {
|
|
@@ -1217,40 +880,14 @@
|
|
|
1217
880
|
},
|
|
1218
881
|
"node_modules/strip-final-newline": {
|
|
1219
882
|
"version": "2.0.0",
|
|
1220
|
-
"resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz",
|
|
1221
|
-
"integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==",
|
|
1222
883
|
"dev": true,
|
|
1223
884
|
"license": "MIT",
|
|
1224
885
|
"engines": {
|
|
1225
886
|
"node": ">=6"
|
|
1226
887
|
}
|
|
1227
888
|
},
|
|
1228
|
-
"node_modules/supports-preserve-symlinks-flag": {
|
|
1229
|
-
"version": "1.0.0",
|
|
1230
|
-
"resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
|
|
1231
|
-
"integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
|
|
1232
|
-
"dev": true,
|
|
1233
|
-
"license": "MIT",
|
|
1234
|
-
"engines": {
|
|
1235
|
-
"node": ">= 0.4"
|
|
1236
|
-
},
|
|
1237
|
-
"funding": {
|
|
1238
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
1239
|
-
}
|
|
1240
|
-
},
|
|
1241
|
-
"node_modules/tail": {
|
|
1242
|
-
"version": "0.4.0",
|
|
1243
|
-
"resolved": "https://registry.npmjs.org/tail/-/tail-0.4.0.tgz",
|
|
1244
|
-
"integrity": "sha512-i5rOhX0PwkFSbjID14mmuoqrLUIqpJeBwg0esugSbb+6Y+dzgN/O3YZXzzPL7dnQJGbQLs8cwM8Zsak5kFJGcA==",
|
|
1245
|
-
"dev": true,
|
|
1246
|
-
"engines": {
|
|
1247
|
-
"node": ">= 0.4.0"
|
|
1248
|
-
}
|
|
1249
|
-
},
|
|
1250
889
|
"node_modules/to-regex-range": {
|
|
1251
890
|
"version": "5.0.1",
|
|
1252
|
-
"resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
|
|
1253
|
-
"integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
|
|
1254
891
|
"dev": true,
|
|
1255
892
|
"license": "MIT",
|
|
1256
893
|
"dependencies": {
|
|
@@ -1272,8 +909,6 @@
|
|
|
1272
909
|
},
|
|
1273
910
|
"node_modules/uuid": {
|
|
1274
911
|
"version": "7.0.3",
|
|
1275
|
-
"resolved": "https://registry.npmjs.org/uuid/-/uuid-7.0.3.tgz",
|
|
1276
|
-
"integrity": "sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg==",
|
|
1277
912
|
"dev": true,
|
|
1278
913
|
"license": "MIT",
|
|
1279
914
|
"bin": {
|
|
@@ -1311,17 +946,8 @@
|
|
|
1311
946
|
"node": ">=6"
|
|
1312
947
|
}
|
|
1313
948
|
},
|
|
1314
|
-
"node_modules/wrappy": {
|
|
1315
|
-
"version": "1.0.2",
|
|
1316
|
-
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
|
|
1317
|
-
"integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
|
|
1318
|
-
"dev": true,
|
|
1319
|
-
"license": "ISC"
|
|
1320
|
-
},
|
|
1321
949
|
"node_modules/xcode": {
|
|
1322
950
|
"version": "3.0.1",
|
|
1323
|
-
"resolved": "https://registry.npmjs.org/xcode/-/xcode-3.0.1.tgz",
|
|
1324
|
-
"integrity": "sha512-kCz5k7J7XbJtjABOvkc5lJmkiDh8VhjVCGNiqdKCscmVpdVUpEAyXv1xmCLkQJ5dsHqx3IPO4XW+NTDhU/fatA==",
|
|
1325
951
|
"dev": true,
|
|
1326
952
|
"license": "Apache-2.0",
|
|
1327
953
|
"dependencies": {
|
|
@@ -1332,17 +958,8 @@
|
|
|
1332
958
|
"node": ">=10.0.0"
|
|
1333
959
|
}
|
|
1334
960
|
},
|
|
1335
|
-
"node_modules/xml-escape": {
|
|
1336
|
-
"version": "1.1.0",
|
|
1337
|
-
"resolved": "https://registry.npmjs.org/xml-escape/-/xml-escape-1.1.0.tgz",
|
|
1338
|
-
"integrity": "sha512-B/T4sDK8Z6aUh/qNr7mjKAwwncIljFuUP+DO/D5hloYFj+90O88z8Wf7oSucZTHxBAsC1/CTP4rtx/x1Uf72Mg==",
|
|
1339
|
-
"dev": true,
|
|
1340
|
-
"license": "MIT License"
|
|
1341
|
-
},
|
|
1342
961
|
"node_modules/xmlbuilder": {
|
|
1343
962
|
"version": "15.1.1",
|
|
1344
|
-
"resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-15.1.1.tgz",
|
|
1345
|
-
"integrity": "sha512-yMqGBqtXyeN1e3TGYvgNgDVZ3j84W4cwkOXQswghol6APgZWaff9lnbvN7MHYJOiXsvGPXtjTYJEiC9J2wv9Eg==",
|
|
1346
963
|
"dev": true,
|
|
1347
964
|
"license": "MIT",
|
|
1348
965
|
"engines": {
|
package/example/package.json
CHANGED
|
@@ -13,21 +13,21 @@
|
|
|
13
13
|
"author": "Apache Cordova Team",
|
|
14
14
|
"license": "Apache-2.0",
|
|
15
15
|
"devDependencies": {
|
|
16
|
-
"@purchasely/cordova-plugin-puchasely-google": "file:../../purchasely-google",
|
|
17
16
|
"@purchasely/cordova-plugin-purchasely": "file:..",
|
|
17
|
+
"@purchasely/cordova-plugin-purchasely-google": "file:../../purchasely-google",
|
|
18
18
|
"cordova-android": "^14.0.1",
|
|
19
|
-
"cordova-ios": "^
|
|
20
|
-
"cordova-plugin-
|
|
21
|
-
"cordova-plugin-purchasely": "file
|
|
19
|
+
"cordova-ios": "^8.0.0",
|
|
20
|
+
"cordova-plugin-purchasely": "file:..",
|
|
21
|
+
"cordova-plugin-purchasely-google": "file:../../purchasely-google"
|
|
22
22
|
},
|
|
23
23
|
"cordova": {
|
|
24
24
|
"plugins": {
|
|
25
|
-
"@purchasely/cordova-plugin-
|
|
26
|
-
"@purchasely/cordova-plugin-purchasely": {}
|
|
25
|
+
"@purchasely/cordova-plugin-purchasely": {},
|
|
26
|
+
"@purchasely/cordova-plugin-purchasely-google": {}
|
|
27
27
|
},
|
|
28
28
|
"platforms": [
|
|
29
|
-
"
|
|
30
|
-
"
|
|
29
|
+
"ios",
|
|
30
|
+
"android"
|
|
31
31
|
]
|
|
32
32
|
}
|
|
33
33
|
}
|
package/example/www/js/index.js
CHANGED
|
@@ -48,12 +48,14 @@ function onDeviceReady() {
|
|
|
48
48
|
Purchasely.LogLevel.DEBUG,
|
|
49
49
|
Purchasely.RunningMode.full,
|
|
50
50
|
(isConfigured) => {
|
|
51
|
-
if(isConfigured)
|
|
51
|
+
if(isConfigured) onPurchaselySdkReady();
|
|
52
52
|
},
|
|
53
53
|
(error) => {
|
|
54
54
|
console.log(error);
|
|
55
55
|
});
|
|
56
56
|
|
|
57
|
+
Purchasely.setDebugMode(true);
|
|
58
|
+
|
|
57
59
|
Purchasely.setLanguage('en');
|
|
58
60
|
|
|
59
61
|
document.getElementById("openPresentation").addEventListener("click", openPresentation);
|
|
@@ -69,7 +71,7 @@ function onDeviceReady() {
|
|
|
69
71
|
|
|
70
72
|
}
|
|
71
73
|
|
|
72
|
-
function
|
|
74
|
+
function onPurchaselySdkReady() {
|
|
73
75
|
Purchasely.allProducts( products => {
|
|
74
76
|
console.log("Products " + products.length);
|
|
75
77
|
console.log("First product name: " + products[0].name);
|
|
@@ -172,7 +174,7 @@ function onPuchaselySdkReady() {
|
|
|
172
174
|
Purchasely.setUserAttributeWithInt("key_int", 7, Purchasely.DataProcessingLegalBasis.essential);
|
|
173
175
|
Purchasely.setUserAttributeWithDouble("key_double", 4.5, Purchasely.DataProcessingLegalBasis.essential);
|
|
174
176
|
Purchasely.setUserAttributeWithDate("key_date", new Date().toISOString(), Purchasely.DataProcessingLegalBasis.essential);
|
|
175
|
-
|
|
177
|
+
|
|
176
178
|
Purchasely.clearUserAttributes();
|
|
177
179
|
|
|
178
180
|
Purchasely.setUserAttributeWithString("key_string", "value_string");
|
|
@@ -289,8 +291,8 @@ function onPuchaselySdkReady() {
|
|
|
289
291
|
}
|
|
290
292
|
|
|
291
293
|
function openPresentation() {
|
|
292
|
-
Purchasely.
|
|
293
|
-
'
|
|
294
|
+
Purchasely.presentPresentationForPlacement(
|
|
295
|
+
'ONBOARDING', //placementId
|
|
294
296
|
null, //contentId
|
|
295
297
|
true, //fullscreen
|
|
296
298
|
(callback) => {
|
|
@@ -309,7 +311,7 @@ function openPresentation() {
|
|
|
309
311
|
|
|
310
312
|
function fetchPresentation() {
|
|
311
313
|
Purchasely.fetchPresentationForPlacement(
|
|
312
|
-
'
|
|
314
|
+
'flow_demo', //placementId
|
|
313
315
|
null, //contentId
|
|
314
316
|
(presentation) => {
|
|
315
317
|
console.log(safeStringify(presentation));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@purchasely/cordova-plugin-purchasely",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.6.0",
|
|
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.
|
|
2
|
+
<plugin id="@purchasely/cordova-plugin-purchasely" version="5.6.0" 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.
|
|
41
|
+
<pod name="Purchasely" spec="5.6.0"/>
|
|
42
42
|
</pods>
|
|
43
43
|
</podspec>
|
|
44
44
|
</platform>
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
android:theme="@style/Theme.AppCompat.Light.NoActionBar">
|
|
64
64
|
</activity>
|
|
65
65
|
</config-file>
|
|
66
|
-
<framework src="io.purchasely:core:5.
|
|
66
|
+
<framework src="io.purchasely:core:5.6.0" />
|
|
67
67
|
<source-file src="src/android/PurchaselyPlugin.kt" target-dir="java/cordova/plugin/purchasely" />
|
|
68
68
|
<source-file src="src/android/PLYProductActivity.kt" target-dir="java/cordova/plugin/purchasely" />
|
|
69
69
|
<source-file src="src/android/PLYSubscriptionsActivity.java" target-dir="src/cordova/plugin/purchasely" />
|
|
@@ -188,6 +188,7 @@ class PurchaselyPlugin : CordovaPlugin() {
|
|
|
188
188
|
"isEligibleForIntroOffer" -> isEligibleForIntroOffer(getStringFromJson(args.getString(0)), callbackContext)
|
|
189
189
|
"signPromotionalOffer" -> signPromotionalOffer(getStringFromJson(args.getString(0)), getStringFromJson(args.getString(1)), callbackContext)
|
|
190
190
|
"revokeDataProcessingConsent" -> revokeDataProcessingConsent(args.getJSONArray(0))
|
|
191
|
+
"setDebugMode" -> setDebugMode(args.getBoolean(0))
|
|
191
192
|
else -> return false
|
|
192
193
|
}
|
|
193
194
|
} catch (e: JSONException) {
|
|
@@ -1069,6 +1070,9 @@ class PurchaselyPlugin : CordovaPlugin() {
|
|
|
1069
1070
|
Purchasely.revokeDataProcessingConsent(mappedPurposes)
|
|
1070
1071
|
}
|
|
1071
1072
|
|
|
1073
|
+
fun setDebugMode(enabled: Boolean) {
|
|
1074
|
+
Purchasely.debugMode = enabled
|
|
1075
|
+
}
|
|
1072
1076
|
|
|
1073
1077
|
class ProductActivity {
|
|
1074
1078
|
var presentationId: String? = null
|
package/src/ios/CDVPurchasely.m
CHANGED
|
@@ -625,7 +625,7 @@
|
|
|
625
625
|
}
|
|
626
626
|
[actionInterceptorResult setObject:paramsResult forKey:@"parameters"];
|
|
627
627
|
}
|
|
628
|
-
|
|
628
|
+
|
|
629
629
|
return actionInterceptorResult;
|
|
630
630
|
}
|
|
631
631
|
|
|
@@ -699,9 +699,9 @@ static NSString * PLYWebCheckoutProviderToString(PLYWebCheckoutProvider provider
|
|
|
699
699
|
NSString *key = [command argumentAtIndex:0];
|
|
700
700
|
NSArray<NSString *> *array = [command argumentAtIndex:1];
|
|
701
701
|
NSString *processingLegalBasisBasisArg = [command argumentAtIndex:2];
|
|
702
|
-
|
|
702
|
+
|
|
703
703
|
NSInteger processingLegalBasis = PLYDataProcessingLegalBasisOptional;
|
|
704
|
-
|
|
704
|
+
|
|
705
705
|
if ([processingLegalBasisBasisArg isEqualToString:@"ESSENTIAL"]) {
|
|
706
706
|
processingLegalBasis = PLYDataProcessingLegalBasisEssential;
|
|
707
707
|
}
|
|
@@ -718,9 +718,9 @@ static NSString * PLYWebCheckoutProviderToString(PLYWebCheckoutProvider provider
|
|
|
718
718
|
for (id value in values) {
|
|
719
719
|
[boolArray addObject:@([value boolValue])];
|
|
720
720
|
}
|
|
721
|
-
|
|
721
|
+
|
|
722
722
|
NSInteger processingLegalBasis = PLYDataProcessingLegalBasisOptional;
|
|
723
|
-
|
|
723
|
+
|
|
724
724
|
if ([processingLegalBasisBasisArg isEqualToString:@"ESSENTIAL"]) {
|
|
725
725
|
processingLegalBasis = PLYDataProcessingLegalBasisEssential;
|
|
726
726
|
}
|
|
@@ -737,9 +737,9 @@ static NSString * PLYWebCheckoutProviderToString(PLYWebCheckoutProvider provider
|
|
|
737
737
|
for (id val in values) {
|
|
738
738
|
[intArray addObject:@([val intValue])];
|
|
739
739
|
}
|
|
740
|
-
|
|
740
|
+
|
|
741
741
|
NSInteger processingLegalBasis = PLYDataProcessingLegalBasisOptional;
|
|
742
|
-
|
|
742
|
+
|
|
743
743
|
if ([processingLegalBasisBasisArg isEqualToString:@"ESSENTIAL"]) {
|
|
744
744
|
processingLegalBasis = PLYDataProcessingLegalBasisEssential;
|
|
745
745
|
}
|
|
@@ -756,9 +756,9 @@ static NSString * PLYWebCheckoutProviderToString(PLYWebCheckoutProvider provider
|
|
|
756
756
|
for (id val in values) {
|
|
757
757
|
[doubleArray addObject:@([val doubleValue])];
|
|
758
758
|
}
|
|
759
|
-
|
|
759
|
+
|
|
760
760
|
NSInteger processingLegalBasis = PLYDataProcessingLegalBasisOptional;
|
|
761
|
-
|
|
761
|
+
|
|
762
762
|
if ([processingLegalBasisBasisArg isEqualToString:@"ESSENTIAL"]) {
|
|
763
763
|
processingLegalBasis = PLYDataProcessingLegalBasisEssential;
|
|
764
764
|
}
|
|
@@ -770,9 +770,9 @@ static NSString * PLYWebCheckoutProviderToString(PLYWebCheckoutProvider provider
|
|
|
770
770
|
NSString *key = [command argumentAtIndex:0];
|
|
771
771
|
NSString *value = [command argumentAtIndex:1];
|
|
772
772
|
NSString *processingLegalBasisBasisArg = [command argumentAtIndex:2];
|
|
773
|
-
|
|
773
|
+
|
|
774
774
|
NSInteger processingLegalBasis = PLYDataProcessingLegalBasisOptional;
|
|
775
|
-
|
|
775
|
+
|
|
776
776
|
if ([processingLegalBasisBasisArg isEqualToString:@"ESSENTIAL"]) {
|
|
777
777
|
processingLegalBasis = PLYDataProcessingLegalBasisEssential;
|
|
778
778
|
}
|
|
@@ -784,9 +784,9 @@ static NSString * PLYWebCheckoutProviderToString(PLYWebCheckoutProvider provider
|
|
|
784
784
|
NSString *key = [command argumentAtIndex:0];
|
|
785
785
|
BOOL value = [[command argumentAtIndex:1] boolValue];
|
|
786
786
|
NSString *processingLegalBasisBasisArg = [command argumentAtIndex:2];
|
|
787
|
-
|
|
787
|
+
|
|
788
788
|
NSInteger processingLegalBasis = PLYDataProcessingLegalBasisOptional;
|
|
789
|
-
|
|
789
|
+
|
|
790
790
|
if ([processingLegalBasisBasisArg isEqualToString:@"ESSENTIAL"]) {
|
|
791
791
|
processingLegalBasis = PLYDataProcessingLegalBasisEssential;
|
|
792
792
|
}
|
|
@@ -798,9 +798,9 @@ static NSString * PLYWebCheckoutProviderToString(PLYWebCheckoutProvider provider
|
|
|
798
798
|
NSString *key = [command argumentAtIndex:0];
|
|
799
799
|
NSInteger value = [[command argumentAtIndex:1] intValue];
|
|
800
800
|
NSString *processingLegalBasisBasisArg = [command argumentAtIndex:2];
|
|
801
|
-
|
|
801
|
+
|
|
802
802
|
NSInteger processingLegalBasis = PLYDataProcessingLegalBasisOptional;
|
|
803
|
-
|
|
803
|
+
|
|
804
804
|
if ([processingLegalBasisBasisArg isEqualToString:@"ESSENTIAL"]) {
|
|
805
805
|
processingLegalBasis = PLYDataProcessingLegalBasisEssential;
|
|
806
806
|
}
|
|
@@ -812,9 +812,9 @@ static NSString * PLYWebCheckoutProviderToString(PLYWebCheckoutProvider provider
|
|
|
812
812
|
NSString *key = [command argumentAtIndex:0];
|
|
813
813
|
double value = [[command argumentAtIndex:1] doubleValue];
|
|
814
814
|
NSString *processingLegalBasisBasisArg = [command argumentAtIndex:2];
|
|
815
|
-
|
|
815
|
+
|
|
816
816
|
NSInteger processingLegalBasis = PLYDataProcessingLegalBasisOptional;
|
|
817
|
-
|
|
817
|
+
|
|
818
818
|
if ([processingLegalBasisBasisArg isEqualToString:@"ESSENTIAL"]) {
|
|
819
819
|
processingLegalBasis = PLYDataProcessingLegalBasisEssential;
|
|
820
820
|
}
|
|
@@ -831,9 +831,9 @@ static NSString * PLYWebCheckoutProviderToString(PLYWebCheckoutProvider provider
|
|
|
831
831
|
dateFormatter.timeZone = [NSTimeZone timeZoneWithName:@"GMT"];
|
|
832
832
|
[dateFormatter setDateFormat:@"yyyy-MM-dd'T'HH:mm:ss.SSS'Z'"];
|
|
833
833
|
NSDate *date = [dateFormatter dateFromString:value];
|
|
834
|
-
|
|
834
|
+
|
|
835
835
|
NSInteger processingLegalBasis = PLYDataProcessingLegalBasisOptional;
|
|
836
|
-
|
|
836
|
+
|
|
837
837
|
if ([processingLegalBasisBasisArg isEqualToString:@"ESSENTIAL"]) {
|
|
838
838
|
processingLegalBasis = PLYDataProcessingLegalBasisEssential;
|
|
839
839
|
}
|
|
@@ -991,6 +991,11 @@ static NSString * PLYWebCheckoutProviderToString(PLYWebCheckoutProvider provider
|
|
|
991
991
|
[Purchasely revokeDataProcessingConsentFor: purposesSet];
|
|
992
992
|
}
|
|
993
993
|
|
|
994
|
+
- (void)setDebugMode:(CDVInvokedUrlCommand*)command {
|
|
995
|
+
BOOL enabled = [[command argumentAtIndex:0] boolValue];
|
|
996
|
+
[Purchasely setDebugModeWithEnabled: enabled];
|
|
997
|
+
}
|
|
998
|
+
|
|
994
999
|
- (PLYPresentation *) findPresentationLoadedFor:(NSString * _Nullable) presentationId {
|
|
995
1000
|
for (PLYPresentation *presentationLoaded in self.presentationsLoaded) {
|
|
996
1001
|
if ([presentationLoaded.id isEqualToString: presentationId]) {
|
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.
|
|
8
|
+
cordovaSdkVersion = "5.6.0";
|
|
9
9
|
}
|
|
10
10
|
exec(success, error, 'Purchasely', 'start', [apiKey, stores, storekit1, userId, logLevel, runningMode, cordovaSdkVersion]);
|
|
11
11
|
};
|
|
@@ -226,6 +226,10 @@ exports.revokeDataProcessingConsent = function (purposes) {
|
|
|
226
226
|
exec(() => {}, defaultError, 'Purchasely', 'revokeDataProcessingConsent', [purposes]);
|
|
227
227
|
}
|
|
228
228
|
|
|
229
|
+
exports.setDebugMode = function (enabled) {
|
|
230
|
+
exec(() => {}, defaultError, 'Purchasely', 'setDebugMode', [enabled]);
|
|
231
|
+
}
|
|
232
|
+
|
|
229
233
|
exports.LogLevel = {
|
|
230
234
|
DEBUG: 0,
|
|
231
235
|
INFO: 1,
|