@veripass/react-sdk 1.0.6 → 1.0.7
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/dist/react-sdk.cjs.js
CHANGED
|
@@ -61638,8 +61638,8 @@ var BaseApi = /*#__PURE__*/function () {
|
|
|
61638
61638
|
this.api_key = null;
|
|
61639
61639
|
this.client = null;
|
|
61640
61640
|
this.serviceEndpoints = {
|
|
61641
|
-
baseUrlProd:
|
|
61642
|
-
baseUrlDev:
|
|
61641
|
+
baseUrlProd: "https://veripass-backend-prod.azurewebsites.net",
|
|
61642
|
+
baseUrlDev: "http://localhost:3501",
|
|
61643
61643
|
get: '',
|
|
61644
61644
|
create: '',
|
|
61645
61645
|
update: '',
|
|
@@ -62075,8 +62075,8 @@ var SecurityService = /*#__PURE__*/function (_BaseApi) {
|
|
|
62075
62075
|
_this = _callSuper(this, SecurityService, [args]);
|
|
62076
62076
|
_this.api_key = (args === null || args === void 0 ? void 0 : args.apiKey) || '';
|
|
62077
62077
|
_this.serviceEndpoints = {
|
|
62078
|
-
baseUrlProd:
|
|
62079
|
-
baseUrlDev:
|
|
62078
|
+
baseUrlProd: "https://veripass-backend-prod.azurewebsites.net",
|
|
62079
|
+
baseUrlDev: "http://localhost:3501",
|
|
62080
62080
|
signUpWithPassword: '/security/signup/standard',
|
|
62081
62081
|
signInStandard: '/security/signin/standard',
|
|
62082
62082
|
emailRecoverPassword: '/security/password/reset/standard',
|