@pokertools/sdk 1.0.10 → 1.0.11

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/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -24,7 +24,7 @@ yarn add @pokertools/sdk @pokertools/types
24
24
  pnpm add @pokertools/sdk @pokertools/types
25
25
  ```
26
26
 
27
- `@pokertools/sdk` (v1.0.10) depends on `@pokertools/types` (v1.0.10) for shared TypeScript types.
27
+ `@pokertools/sdk` (v1.0.11) depends on `@pokertools/types` (v1.0.11) for shared TypeScript types.
28
28
  The React hooks require `react >= 19.2.3` as an **optional** peer dependency — install `react`
29
29
  and `react-dom` only if you plan to use the React integration.
30
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pokertools/sdk",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "description": "TypeScript SDK for PokerTools API - Real-time poker client for browser and Node.js",
5
5
  "author": "A.Aurelius",
6
6
  "license": "MIT",
@@ -64,7 +64,7 @@
64
64
  "node": ">=24.0.0"
65
65
  },
66
66
  "dependencies": {
67
- "@pokertools/types": "1.0.10"
67
+ "@pokertools/types": "1.0.11"
68
68
  },
69
69
  "devDependencies": {
70
70
  "@testing-library/jest-dom": "^6.9.1",