@wvdsh/api 0.1.1 → 0.1.2

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.
@@ -151,6 +151,7 @@ export declare const UrlParams: {
151
151
  readonly Entrypoint: "entrypoint";
152
152
  readonly Engine: "engine";
153
153
  readonly EngineVersion: "engineversion";
154
+ readonly PlayKey: "pk";
154
155
  readonly SdkConfig: "sdkconfig";
155
156
  };
156
157
  export declare const HEARTBEAT: {
@@ -90,6 +90,7 @@ export const UrlParams = {
90
90
  Entrypoint: 'entrypoint',
91
91
  Engine: 'engine',
92
92
  EngineVersion: 'engineversion',
93
+ PlayKey: 'pk',
93
94
  SdkConfig: 'sdkconfig'
94
95
  };
95
96
  // ========== HEARTBEAT (client-side constants) ==========
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wvdsh/api",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Public API types and shared constants for the Wavedash platform",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",