cordova-plugin-googlepay-button 0.0.3 → 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.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
  3. package/plugin.xml +2 -2
package/README.md CHANGED
@@ -11,7 +11,7 @@ cordova plugin add cordova-plugin-googlepay-button
11
11
  or for Cordova build service, e.g. [VoltBuilder](https://volt.build/), add the following to config.xml:
12
12
 
13
13
  ```
14
- <plugin name="cordova-plugin-googlepay-button" source="npm" spec="0.0.3" />
14
+ <plugin name="cordova-plugin-googlepay-button" source="npm" spec="0.0.4" />
15
15
  ```
16
16
 
17
17
  ## Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cordova-plugin-googlepay-button",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "Cordova plugin for implementing the Google PayButton API",
5
5
  "cordova": {
6
6
  "id": "cordova-plugin-googlepay-button",
package/plugin.xml CHANGED
@@ -2,7 +2,7 @@
2
2
  <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
3
3
  xmlns:android="http://schemas.android.com/apk/res/android"
4
4
  id="cordova-plugin-googlepay-button"
5
- version="0.0.3">
5
+ version="0.0.4">
6
6
 
7
7
  <name>Google Pay Button Plugin</name>
8
8
  <description>Cordova plugin for Google Pay PayButton API integration</description>
@@ -10,7 +10,7 @@
10
10
  <keywords>cordova,google,pay,button,paybutton</keywords>
11
11
 
12
12
  <js-module src="www/GooglePayButton.js" name="GooglePayButton">
13
- <clobbers target="window.GooglePayButton" />
13
+ <clobbers target="cordova.plugins.GooglePayButton" />
14
14
  </js-module>
15
15
 
16
16
  <platform name="android">