@wvdsh/api 0.1.2 → 0.1.4

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.
@@ -97,7 +97,6 @@ export declare const IFRAME_MESSAGE_TYPE: {
97
97
  readonly TAKE_FOCUS: "TakeFocus";
98
98
  readonly LOBBY_JOINED: "LobbyJoined";
99
99
  readonly LOBBY_LEFT: "LobbyLeft";
100
- readonly INITIAL_INTERACTION: "InitialInteraction";
101
100
  readonly GET_LOBBY_INVITE_LINK: "GetLobbyInviteLink";
102
101
  readonly GET_DEVICE_FINGERPRINT: "GetDeviceFingerprint";
103
102
  readonly SET_FULLSCREEN: "SetFullscreen";
@@ -74,7 +74,6 @@ export const IFRAME_MESSAGE_TYPE = {
74
74
  TAKE_FOCUS: 'TakeFocus',
75
75
  LOBBY_JOINED: 'LobbyJoined',
76
76
  LOBBY_LEFT: 'LobbyLeft',
77
- INITIAL_INTERACTION: 'InitialInteraction',
78
77
  GET_LOBBY_INVITE_LINK: 'GetLobbyInviteLink',
79
78
  GET_DEVICE_FINGERPRINT: 'GetDeviceFingerprint',
80
79
  SET_FULLSCREEN: 'SetFullscreen',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wvdsh/api",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "description": "Public API types and shared constants for the Wavedash platform",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",