@tangle-network/blueprint-ui 0.5.5 → 0.5.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/package.json +1 -1
  2. package/src/index.ts +0 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tangle-network/blueprint-ui",
3
- "version": "0.5.5",
3
+ "version": "0.5.6",
4
4
  "description": "Shared blueprint UI components, hooks, and contract utilities for Tangle Network apps",
5
5
  "license": "MIT OR Apache-2.0",
6
6
  "repository": {
package/src/index.ts CHANGED
@@ -126,16 +126,10 @@ export { useWalletEthBalance } from './hooks/useWalletEthBalance';
126
126
 
127
127
  // ── Registration ──
128
128
  export { useRegistrationCommand } from './hooks/useRegistrationCommand';
129
- export type { RegistrationCommandOptions, RegistrationCommandResult, RegistrationMode } from './hooks/useRegistrationCommand';
130
129
 
131
130
  // ── Service Request ──
132
131
  export { useServiceRequest } from './hooks/useServiceRequest';
133
- export type { ServiceRequestParams } from './hooks/useServiceRequest';
134
132
 
135
133
  // ── Registration ──
136
- export { useRegistrationCommand } from './hooks/useRegistrationCommand';
137
- export type { RegistrationCommandOptions, RegistrationCommandResult, RegistrationMode } from './hooks/useRegistrationCommand';
138
134
 
139
135
  // ── Service Request ──
140
- export { useServiceRequest } from './hooks/useServiceRequest';
141
- export type { ServiceRequestParams } from './hooks/useServiceRequest';