@tap-payments/apple-pay-button 0.0.30-test → 0.0.32-test

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -142,7 +142,7 @@ const App = () => {
142
142
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
143
143
  <title>apple pay button</title>
144
144
  <link rel="stylesheet" href="https://tap-sdks.b-cdn.net/apple-pay/build-0.0.30-test/main.css" />
145
- <script src="https://tap-sdks.b-cdn.net/apple-pay/build-0.0.30.-test/main.js"></script>
145
+ <script src="https://tap-sdks.b-cdn.net/apple-pay/build-0.0.30-test/main.js"></script>
146
146
  </head>
147
147
 
148
148
  <body>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tap-payments/apple-pay-button",
3
- "version": "0.0.30-test",
3
+ "version": "0.0.32-test",
4
4
  "description": "Apple Pay Button React Component",
5
5
  "main": "build/index.js",
6
6
  "module": "build/index.js",