@dynamic-labs-wallet/core 0.0.73 → 0.0.74
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/index.cjs.js +1 -1
- package/index.esm.js +1 -1
- package/package.json +1 -1
- package/src/constants.d.ts +1 -1
package/index.cjs.js
CHANGED
|
@@ -58,7 +58,7 @@ var BackupLocation = /*#__PURE__*/ function(BackupLocation) {
|
|
|
58
58
|
return BackupLocation;
|
|
59
59
|
}({});
|
|
60
60
|
const IFRAME_DOMAIN_MAP = {
|
|
61
|
-
development: 'http://localhost:
|
|
61
|
+
development: 'http://localhost:3333',
|
|
62
62
|
preprod: 'https://waas.dynamic-preprod.xyz',
|
|
63
63
|
production: 'https://waas.dynamicauth.com'
|
|
64
64
|
};
|
package/index.esm.js
CHANGED
|
@@ -56,7 +56,7 @@ var BackupLocation = /*#__PURE__*/ function(BackupLocation) {
|
|
|
56
56
|
return BackupLocation;
|
|
57
57
|
}({});
|
|
58
58
|
const IFRAME_DOMAIN_MAP = {
|
|
59
|
-
development: 'http://localhost:
|
|
59
|
+
development: 'http://localhost:3333',
|
|
60
60
|
preprod: 'https://waas.dynamic-preprod.xyz',
|
|
61
61
|
production: 'https://waas.dynamicauth.com'
|
|
62
62
|
};
|
package/package.json
CHANGED
package/src/constants.d.ts
CHANGED
|
@@ -51,7 +51,7 @@ export declare enum BackupLocation {
|
|
|
51
51
|
EXTERNAL = "external"
|
|
52
52
|
}
|
|
53
53
|
export declare const IFRAME_DOMAIN_MAP: {
|
|
54
|
-
readonly development: "http://localhost:
|
|
54
|
+
readonly development: "http://localhost:3333";
|
|
55
55
|
readonly preprod: "https://waas.dynamic-preprod.xyz";
|
|
56
56
|
readonly production: "https://waas.dynamicauth.com";
|
|
57
57
|
};
|