@wvdsh/api 0.1.5 → 0.1.6

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.
@@ -145,7 +145,6 @@ export interface GameLaunchParams {
145
145
  export declare const UrlParams: {
146
146
  readonly GameCloudId: "gcid";
147
147
  readonly RedirectUrl: "rdurl";
148
- readonly LocalOrigin: "localorigin";
149
148
  readonly EntrypointParams: "entrypointparams";
150
149
  readonly Entrypoint: "entrypoint";
151
150
  readonly Engine: "engine";
@@ -84,7 +84,6 @@ export const IFRAME_MESSAGE_TYPE = {
84
84
  export const UrlParams = {
85
85
  GameCloudId: 'gcid',
86
86
  RedirectUrl: 'rdurl',
87
- LocalOrigin: 'localorigin',
88
87
  EntrypointParams: 'entrypointparams',
89
88
  Entrypoint: 'entrypoint',
90
89
  Engine: 'engine',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wvdsh/api",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "Public API types and shared constants for the Wavedash platform",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",