@well-played.gg/react-sdk 1.2.5 → 1.2.6

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -645,7 +645,7 @@ declare type WPConfigProps = {
645
645
  /**
646
646
  * GraphQL client configurations
647
647
  */
648
- clientConfig?: Omit<ClientProps, "token">;
648
+ clientConfig?: Omit<ClientProps, "token" | "organizationId">;
649
649
  /**
650
650
  * API Base URL
651
651
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@well-played.gg/react-sdk",
3
- "version": "1.2.5",
3
+ "version": "1.2.6",
4
4
  "license": "MIT",
5
5
  "main": "dist/wp-react-sdk.cjs.js",
6
6
  "module": "dist/wp-react-sdk.es.js",