@dynamic-labs/message-transport 2.1.0-alpha.17 → 2.1.0-alpha.18
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/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamic-labs/message-transport",
|
|
3
|
-
"version": "2.1.0-alpha.
|
|
3
|
+
"version": "2.1.0-alpha.18",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/dynamic-labs/DynamicAuth.git",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@vue/reactivity": "3.4.21",
|
|
30
|
-
"@dynamic-labs/types": "2.1.0-alpha.
|
|
30
|
+
"@dynamic-labs/types": "2.1.0-alpha.18",
|
|
31
31
|
"eventemitter3": "5.0.1"
|
|
32
32
|
}
|
|
33
33
|
}
|
|
@@ -3,12 +3,13 @@
|
|
|
3
3
|
* inside the webview
|
|
4
4
|
*/
|
|
5
5
|
export type ClientManifest = {
|
|
6
|
-
environmentId: string;
|
|
7
|
-
clientVersion: string;
|
|
8
6
|
apiBaseUrl?: string;
|
|
9
|
-
appName?: string;
|
|
10
7
|
appLogoUrl?: string;
|
|
8
|
+
appName?: string;
|
|
9
|
+
appOrigin?: string;
|
|
10
|
+
clientVersion: string;
|
|
11
11
|
cssOverrides?: string;
|
|
12
|
+
environmentId: string;
|
|
12
13
|
};
|
|
13
14
|
export type SdkModuleState = {
|
|
14
15
|
/** Indicates the SDK is set up and ready for requests */
|