@wvdsh/api 0.1.38 → 0.1.40
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.
|
@@ -107,7 +107,9 @@ export const UrlParams = {
|
|
|
107
107
|
EngineVersion: 'engineversion',
|
|
108
108
|
PlayKey: 'pk',
|
|
109
109
|
SdkConfig: 'sdkconfig',
|
|
110
|
-
Caller: 'caller'
|
|
110
|
+
Caller: 'caller',
|
|
111
|
+
// Read by the cross-origin play iframe for its Sentry tags — it can't read this URL.
|
|
112
|
+
GameSlug: 'gameSlug'
|
|
111
113
|
};
|
|
112
114
|
export const PlayRouteCaller = {
|
|
113
115
|
Wavedash: 'wavedash'
|