@hardkas/react 0.5.3-alpha → 0.5.4-alpha

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 +6 -6
package/README.md CHANGED
@@ -4,7 +4,7 @@ React hooks and provider context for integrating with the HardKAS deterministic
4
4
 
5
5
  ## ⚠️ Alpha-Only Local-Runtime Coupling Warning
6
6
 
7
- Please note that in the `v0.5.3-alpha` release, this package has direct dependencies on the **`@hardkas/bridge-local`** package to facilitate local bridge payload planning and prefix-mining simulations directly within hooks like `useBridgeLocalPlan` and `useBridgeLocalSimulation`.
7
+ Please note that in the `v0.5.4-alpha` release, this package has direct dependencies on the **`@hardkas/bridge-local`** package to facilitate local bridge payload planning and prefix-mining simulations directly within hooks like `useBridgeLocalPlan` and `useBridgeLocalSimulation`.
8
8
 
9
9
  ### 🛡️ Production & Browser Safety
10
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hardkas/react",
3
- "version": "0.5.3-alpha",
3
+ "version": "0.5.4-alpha",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -14,11 +14,11 @@
14
14
  "dependencies": {
15
15
  "@tanstack/react-query": "^5.61.5",
16
16
  "viem": "^2.21.51",
17
- "@hardkas/bridge-local": "0.5.3-alpha",
18
- "@hardkas/kaspa-rpc": "0.5.3-alpha",
19
- "@hardkas/sessions": "0.5.3-alpha",
20
- "@hardkas/l2": "0.5.3-alpha",
21
- "@hardkas/core": "0.5.3-alpha"
17
+ "@hardkas/bridge-local": "0.5.4-alpha",
18
+ "@hardkas/core": "0.5.4-alpha",
19
+ "@hardkas/kaspa-rpc": "0.5.4-alpha",
20
+ "@hardkas/sessions": "0.5.4-alpha",
21
+ "@hardkas/l2": "0.5.4-alpha"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@testing-library/dom": "^10.4.1",