@floegence/floe-webapp-protocol 0.35.3 → 0.35.4

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.
@@ -1 +1 @@
1
- export { requestChannelGrant, requestEntryChannelGrant, type ControlplaneConfig, type EntryControlplaneConfig, } from '@floegence/flowersec-core/browser';
1
+ export { ControlplaneRequestError, requestChannelGrant, requestEntryChannelGrant, type ControlplaneConfig, type EntryControlplaneConfig, } from '@floegence/flowersec-core/browser';
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
1
  export { ProtocolProvider, useProtocol, type ConnectionStatus, type ConnectConfig, type AutoReconnectConfig } from './client';
2
2
  export { useRpc, RpcError, ProtocolNotConnectedError } from './rpc';
3
- export { requestChannelGrant, requestEntryChannelGrant, type ControlplaneConfig, type EntryControlplaneConfig } from './controlplane';
3
+ export { ControlplaneRequestError, requestChannelGrant, requestEntryChannelGrant, type ControlplaneConfig, type EntryControlplaneConfig } from './controlplane';
4
4
  export type { ProtocolContract, RpcClientLike, RpcHelpers } from './contract';
package/dist/index.js CHANGED
@@ -1,12 +1,13 @@
1
1
  import { ProtocolProvider as e, useProtocol as t } from "./index2.js";
2
- import { ProtocolNotConnectedError as c, RpcError as l, useRpc as p } from "./index3.js";
3
- import { requestChannelGrant as s, requestEntryChannelGrant as u } from "@floegence/flowersec-core/browser";
2
+ import { ProtocolNotConnectedError as l, RpcError as c, useRpc as p } from "./index3.js";
3
+ import { ControlplaneRequestError as s, requestChannelGrant as u, requestEntryChannelGrant as C } from "@floegence/flowersec-core/browser";
4
4
  export {
5
- c as ProtocolNotConnectedError,
5
+ s as ControlplaneRequestError,
6
+ l as ProtocolNotConnectedError,
6
7
  e as ProtocolProvider,
7
- l as RpcError,
8
- s as requestChannelGrant,
9
- u as requestEntryChannelGrant,
8
+ c as RpcError,
9
+ u as requestChannelGrant,
10
+ C as requestEntryChannelGrant,
10
11
  t as useProtocol,
11
12
  p as useRpc
12
13
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@floegence/floe-webapp-protocol",
3
- "version": "0.35.3",
3
+ "version": "0.35.4",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -30,7 +30,7 @@
30
30
  "solid-js": "^1.8.0"
31
31
  },
32
32
  "dependencies": {
33
- "@floegence/flowersec-core": "^0.16.2"
33
+ "@floegence/flowersec-core": "^0.16.3"
34
34
  },
35
35
  "devDependencies": {
36
36
  "solid-js": "^1.9.11",