@wvdsh/api 0.1.16 → 0.1.17

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.
@@ -35,6 +35,7 @@ export declare const GAME_ENGINE: {
35
35
  readonly UNREAL: "UNREAL";
36
36
  readonly JSDOS: "JSDOS";
37
37
  readonly RUFFLE: "RUFFLE";
38
+ readonly RENPY: "RENPY";
38
39
  readonly CUSTOM: "CUSTOM";
39
40
  };
40
41
  export declare const LOBBY_DEFAULTS: {
@@ -7,6 +7,7 @@ export const GAME_ENGINE = {
7
7
  UNREAL: 'UNREAL',
8
8
  JSDOS: 'JSDOS',
9
9
  RUFFLE: 'RUFFLE',
10
+ RENPY: 'RENPY',
10
11
  CUSTOM: 'CUSTOM'
11
12
  };
12
13
  // ========== LOBBIES ==========
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wvdsh/api",
3
- "version": "0.1.16",
3
+ "version": "0.1.17",
4
4
  "description": "Public API types and shared constants for the Wavedash platform",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",