@wvdsh/api 0.1.39 → 0.1.41

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.
@@ -108,8 +108,7 @@ export const UrlParams = {
108
108
  PlayKey: 'pk',
109
109
  SdkConfig: 'sdkconfig',
110
110
  Caller: 'caller',
111
- // Game slug, passed on the iframe URL so the cross-origin play iframe can
112
- // tag Sentry with the game being played (WVDSH-772).
111
+ // Read by the cross-origin play iframe for its Sentry tags it can't read this URL.
113
112
  GameSlug: 'gameSlug'
114
113
  };
115
114
  export const PlayRouteCaller = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wvdsh/api",
3
- "version": "0.1.39",
3
+ "version": "0.1.41",
4
4
  "description": "Public API types and shared constants for the Wavedash platform",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",