@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.esm.js
CHANGED
|
@@ -61618,8 +61618,8 @@ var BaseApi = /*#__PURE__*/function () {
|
|
|
61618
61618
|
this.api_key = null;
|
|
61619
61619
|
this.client = null;
|
|
61620
61620
|
this.serviceEndpoints = {
|
|
61621
|
-
baseUrlProd:
|
|
61622
|
-
baseUrlDev:
|
|
61621
|
+
baseUrlProd: "https://veripass-backend-prod.azurewebsites.net",
|
|
61622
|
+
baseUrlDev: "http://localhost:3501",
|
|
61623
61623
|
get: '',
|
|
61624
61624
|
create: '',
|
|
61625
61625
|
update: '',
|
|
@@ -62055,8 +62055,8 @@ var SecurityService = /*#__PURE__*/function (_BaseApi) {
|
|
|
62055
62055
|
_this = _callSuper(this, SecurityService, [args]);
|
|
62056
62056
|
_this.api_key = (args === null || args === void 0 ? void 0 : args.apiKey) || '';
|
|
62057
62057
|
_this.serviceEndpoints = {
|
|
62058
|
-
baseUrlProd:
|
|
62059
|
-
baseUrlDev:
|
|
62058
|
+
baseUrlProd: "https://veripass-backend-prod.azurewebsites.net",
|
|
62059
|
+
baseUrlDev: "http://localhost:3501",
|
|
62060
62060
|
signUpWithPassword: '/security/signup/standard',
|
|
62061
62061
|
signInStandard: '/security/signin/standard',
|
|
62062
62062
|
emailRecoverPassword: '/security/password/reset/standard',
|