@tap-payments/connect 0.0.1-test → 0.0.2-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
@@ -102,7 +102,7 @@ const ConnectExpressComponent = () => {
102
102
  content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no,shrink-to-fit=no"
103
103
  />
104
104
  <title>Auth-JsConnect</title>
105
- <script src="https://connect-auth.b-cdn.net/build-0.0.0-test/main.js"></script>
105
+ <script src="https://connect-auth.b-cdn.net/build-0.0.2-test/main.js"></script>
106
106
  </head>
107
107
  <body>
108
108
  <div id="root"></div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tap-payments/connect",
3
- "version": "0.0.1-test",
3
+ "version": "0.0.2-test",
4
4
  "description": "Tap Connect",
5
5
  "main": "build/index.js",
6
6
  "module": "build/index.js",