@tap-payments/connect 2.12.7-development → 2.12.8-development

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 CHANGED
@@ -85,7 +85,7 @@ const ConnectComponent = () => {
85
85
  content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no,shrink-to-fit=no"
86
86
  />
87
87
  <title>Auth-JsConnect</title>
88
- <script src="https://cdn.tap.company/tap-sdks/connect/build-2.12.7-development/main.js"></script>
88
+ <script src="https://cdn.tap.company/tap-sdks/connect/build-2.12.8-development/main.js"></script>
89
89
  </head>
90
90
  <body>
91
91
  <div id="root"></div>
@@ -169,3 +169,16 @@ const ConnectComponent = () => {
169
169
  | onClose `optional` | `function` | Callback function to called when `TapConnect` get close |
170
170
  | onBoardCompleted `optional` | `function` | Callback function to called when you complete all flows |
171
171
  | onSettingFetched `optional` | `function` | Callback function to called after fetch settings information. It is used board kit and other kits open from board |
172
+
173
+ ## Branch Information
174
+
175
+ This repository maintains multiple branches for different environments and stages:
176
+
177
+ | Branch | Purpose | Environment |
178
+ | ------------- | ------------------------------ | ----------- |
179
+ | `main` | Production releases | Production |
180
+ | `development` | Development features and fixes | Development |
181
+ | `beta` | Beta features and testing | Beta |
182
+ | `sandbox` | Sandbox environment testing | Sandbox |
183
+
184
+ **Workflow**: `development` → `sandbox` → `beta` → `main` (production)
@@ -1,4 +1,4 @@
1
- export declare const CDN_LIBRARY_BASE_URL = "https://cdn.tap.company/tap-sdks/auth-jsconnect/build-2.12.7-development";
1
+ export declare const CDN_LIBRARY_BASE_URL = "https://cdn.tap.company/tap-sdks/auth-jsconnect/build-2.12.8-development";
2
2
  export declare const Maturity: {
3
3
  readonly FULL: "full";
4
4
  readonly EXPRESS: "express";
@@ -1,4 +1,4 @@
1
- export var CDN_LIBRARY_BASE_URL = 'https://cdn.tap.company/tap-sdks/auth-jsconnect/build-2.12.7-development';
1
+ export var CDN_LIBRARY_BASE_URL = 'https://cdn.tap.company/tap-sdks/auth-jsconnect/build-2.12.8-development';
2
2
  export var Maturity = {
3
3
  FULL: 'full',
4
4
  EXPRESS: 'express'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tap-payments/connect",
3
- "version": "2.12.7-development",
3
+ "version": "2.12.8-development",
4
4
  "description": "Tap Connect",
5
5
  "main": "build/index.js",
6
6
  "module": "build/index.js",