@capgo/native-purchases 0.0.2 → 0.0.4

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.
@@ -3,7 +3,7 @@ require 'json'
3
3
  package = JSON.parse(File.read(File.join(__dir__, 'package.json')))
4
4
 
5
5
  Pod::Spec.new do |s|
6
- s.name = 'NativePurchases'
6
+ s.name = 'CapgoNativePurchases'
7
7
  s.version = package['version']
8
8
  s.summary = package['description']
9
9
  s.license = package['license']
@@ -138,7 +138,7 @@ public class NativePurchasesPlugin extends Plugin {
138
138
  call.resolve(ret);
139
139
  } else {
140
140
  // Handle any other error codes.
141
- call.reject("Unknown error")
141
+ call.reject("Unknown error");
142
142
  }
143
143
  }
144
144
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/native-purchases",
3
- "version": "0.0.2",
3
+ "version": "0.0.4",
4
4
  "description": "In-app Subscriptions Made Easy",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",