@wvdsh/api 0.1.18 → 0.1.20

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.
@@ -162,7 +162,6 @@ export interface GameLaunchParams {
162
162
  [key: string]: string | undefined;
163
163
  }
164
164
  export declare const UrlParams: {
165
- readonly GameCloudId: "gcid";
166
165
  readonly RedirectUrl: "rdurl";
167
166
  readonly EntrypointParams: "entrypointparams";
168
167
  readonly Entrypoint: "entrypoint";
@@ -100,7 +100,6 @@ export const SW_PRELOAD_MESSAGE_TYPE = {
100
100
  };
101
101
  // URL params referenced by external consumers
102
102
  export const UrlParams = {
103
- GameCloudId: 'gcid',
104
103
  RedirectUrl: 'rdurl',
105
104
  EntrypointParams: 'entrypointparams',
106
105
  Entrypoint: 'entrypoint',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wvdsh/api",
3
- "version": "0.1.18",
3
+ "version": "0.1.20",
4
4
  "description": "Public API types and shared constants for the Wavedash platform",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",