@stackedapp/types 1.9.2 → 1.9.3

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.
@@ -784,13 +784,13 @@ type StackedAppConnection = {
784
784
  type StackedUserResponse = {
785
785
  /** @deprecated use stackedData instead */
786
786
  data?: IClientPlayerData | null;
787
- stackedUser?: StackedUser;
787
+ user?: StackedUser;
788
788
  } & StackedAppConnection;
789
789
  /** @deprecated - old way of getting a specific game player's currencies in stacked */
790
790
  type IClientPlayerData = StackedEntityData;
791
791
  /** Stacked mobile web app's initialize user response */
792
792
  interface StackedUserWithAppConnections {
793
- stackedUser: StackedUser;
793
+ user: StackedUser;
794
794
  apps: {
795
795
  [appId: string]: StackedAppConnection;
796
796
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stackedapp/types",
3
- "version": "1.9.2",
3
+ "version": "1.9.3",
4
4
  "description": "Public types for Stacked platform SDK",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/stacked-types.d.ts",