@wvdsh/api 0.1.28 → 0.1.30

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.
@@ -130,6 +130,7 @@ export interface SDKUser {
130
130
  }
131
131
  export interface SDKConfig {
132
132
  convexCloudUrl: string;
133
+ convexHttpUrl: string;
133
134
  wavedashUser: SDKUser;
134
135
  gameCloudId: GenericId<'gameClouds'>;
135
136
  ugcHost: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wvdsh/api",
3
- "version": "0.1.28",
3
+ "version": "0.1.30",
4
4
  "description": "Public API types and shared constants for the Wavedash platform",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",