@capxul/sdk-react 0.1.0-alpha.11 → 0.1.0-alpha.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -12
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,22 +1,18 @@
1
1
  # @capxul/sdk-react
2
2
 
3
- ## 0.1.0-alpha.11
3
+ ## 0.1.0-alpha.12
4
4
 
5
- ### Patch Changes
6
-
7
- - 4822b87: Auth-error surfacing on OTP send + SDK error-code union widening.
5
+ ### Minor Changes
8
6
 
9
- PR #586 merged 2026-05-07. SDK now exposes `PROVIDER_ERROR`,
10
- `INTERNAL_ERROR`, `ENV_MISSING`, and `UNKNOWN` in the public error
11
- union (ADR-020) so consumers can narrow exhaustively. Anti-enumeration
12
- timing is equalized via symmetric cooldown + bounded random sleep
13
- (ADR-021); per-IP rate limit is the residual gap tracked at #584.
7
+ - f497aef: Publish the post-alpha.11 SDK and React SDK surface: funds v1 sub-account
8
+ runtime coverage, React hook wiring, payments list support, and the latest
9
+ generated Convex API snapshots used by current alpha consumers.
14
10
 
15
- Closes the silent-200 OTP delivery bug (#579) that blocked Pi-setup.
11
+ ### Patch Changes
16
12
 
17
13
  - d252aa7: Widen the published React peer dependency to `>=18.2.0 <20` so React 18 consumers, including the Ink reference proof app, can install the alpha SDK without peer conflicts.
18
- - Updated dependencies [4822b87]
19
- - @capxul/sdk@0.1.0-alpha.11
14
+ - Updated dependencies [f497aef]
15
+ - @capxul/sdk@0.1.0-alpha.12
20
16
 
21
17
  ## 0.1.0-alpha.9
22
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capxul/sdk-react",
3
- "version": "0.1.0-alpha.11",
3
+ "version": "0.1.0-alpha.12",
4
4
  "description": "React provider + hooks for the @capxul/sdk headless client.",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,
@@ -46,7 +46,7 @@
46
46
  "access": "public"
47
47
  },
48
48
  "dependencies": {
49
- "@capxul/sdk": "0.1.0-alpha.11"
49
+ "@capxul/sdk": "0.1.0-alpha.12"
50
50
  },
51
51
  "peerDependencies": {
52
52
  "@tanstack/react-query": "^5",