@tap-payments/connect 1.3.2 → 1.3.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.
- package/README.md +1 -1
- package/build/constants/index.d.ts +1 -1
- package/build/constants/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -109,7 +109,7 @@ const ConnectFullComponent = () => {
|
|
|
109
109
|
content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no,shrink-to-fit=no"
|
|
110
110
|
/>
|
|
111
111
|
<title>Auth-JsConnect</title>
|
|
112
|
-
<script src="https://connect-auth.b-cdn.net/build-1.3.
|
|
112
|
+
<script src="https://connect-auth.b-cdn.net/build-1.3.4/main.js"></script>
|
|
113
113
|
</head>
|
|
114
114
|
<body>
|
|
115
115
|
<div id="root"></div>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const CDN_LIBRARY_BASE_URL = "https://auth-jsconnect.b-cdn.net/build-2.3.
|
|
1
|
+
export declare const CDN_LIBRARY_BASE_URL = "https://auth-jsconnect.b-cdn.net/build-2.3.4";
|
|
2
2
|
export declare const Maturity: {
|
|
3
3
|
readonly FULL: "full";
|
|
4
4
|
readonly EXPRESS: "express";
|
package/build/constants/index.js
CHANGED