@wvdsh/api 0.1.11 → 0.1.12

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.
@@ -117,7 +117,6 @@ export interface SDKUser {
117
117
  }
118
118
  export interface SDKConfig {
119
119
  convexCloudUrl: string;
120
- convexHttpUrl: string;
121
120
  wavedashUser: SDKUser;
122
121
  gameCloudId: GenericId<'gameClouds'>;
123
122
  ugcHost: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wvdsh/api",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
4
4
  "description": "Public API types and shared constants for the Wavedash platform",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",