@capgo/native-purchases 7.1.8 → 7.1.10
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.
|
@@ -7,7 +7,7 @@ import StoreKit
|
|
|
7
7
|
* here: https://capacitorjs.com/docs/plugins/ios
|
|
8
8
|
*/
|
|
9
9
|
@objc(NativePurchasesPlugin)
|
|
10
|
-
public class NativePurchasesPlugin: CAPPlugin {
|
|
10
|
+
public class NativePurchasesPlugin: CAPPlugin, CAPBridgedPlugin {
|
|
11
11
|
public let identifier = "NativePurchasesPlugin"
|
|
12
12
|
public let jsName = "NativePurchases"
|
|
13
13
|
public let pluginMethods: [CAPPluginMethod] = [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@capgo/native-purchases",
|
|
3
|
-
"version": "7.1.
|
|
3
|
+
"version": "7.1.10",
|
|
4
4
|
"description": "In-app Subscriptions Made Easy",
|
|
5
5
|
"main": "dist/plugin.cjs.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"ios/Plugin/",
|
|
14
14
|
"CapgoNativePurchases.podspec"
|
|
15
15
|
],
|
|
16
|
-
"author": "Martin
|
|
16
|
+
"author": "Martin Donadieu <martin@capgo.app>",
|
|
17
17
|
"license": "MIT",
|
|
18
18
|
"repository": {
|
|
19
19
|
"type": "git",
|