@floegence/floe-webapp-protocol 0.35.54 → 0.35.55

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,2 @@
1
- export { assertConnectArtifact, requestConnectArtifact, requestEntryConnectArtifact, ControlplaneRequestError, requestChannelGrant, requestEntryChannelGrant, type ConnectArtifact, type ConnectArtifactRequestConfig, type ControlplaneConfig, type EntryConnectArtifactRequestConfig, type EntryControlplaneConfig, } from '@floegence/flowersec-core/browser';
1
+ export { ControlplaneRequestError, requestConnectArtifact, requestEntryConnectArtifact, } from '@floegence/flowersec-core/controlplane';
2
+ export { type ConnectArtifact, assertConnectArtifact, type ConnectArtifactRequestConfig, type ControlplaneConfig, type EntryConnectArtifactRequestConfig, type EntryControlplaneConfig, requestChannelGrant, requestEntryChannelGrant, } from '@floegence/flowersec-core/browser';
package/dist/index.js CHANGED
@@ -1,16 +1,17 @@
1
1
  import { ProtocolProvider as o, useProtocol as e } from "./index2.js";
2
2
  import { ProtocolNotConnectedError as c, RpcError as a, useRpc as s } from "./index3.js";
3
- import { ControlplaneRequestError as u, assertConnectArtifact as C, requestChannelGrant as f, requestConnectArtifact as p, requestEntryChannelGrant as q, requestEntryConnectArtifact as E } from "@floegence/flowersec-core/browser";
3
+ import { ControlplaneRequestError as l, requestConnectArtifact as p, requestEntryConnectArtifact as u } from "@floegence/flowersec-core/controlplane";
4
+ import { assertConnectArtifact as q, requestChannelGrant as E, requestEntryChannelGrant as i } from "@floegence/flowersec-core/browser";
4
5
  export {
5
- u as ControlplaneRequestError,
6
+ l as ControlplaneRequestError,
6
7
  c as ProtocolNotConnectedError,
7
8
  o as ProtocolProvider,
8
9
  a as RpcError,
9
- C as assertConnectArtifact,
10
- f as requestChannelGrant,
10
+ q as assertConnectArtifact,
11
+ E as requestChannelGrant,
11
12
  p as requestConnectArtifact,
12
- q as requestEntryChannelGrant,
13
- E as requestEntryConnectArtifact,
13
+ i as requestEntryChannelGrant,
14
+ u as requestEntryConnectArtifact,
14
15
  e as useProtocol,
15
16
  s as useRpc
16
17
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@floegence/floe-webapp-protocol",
3
- "version": "0.35.54",
3
+ "version": "0.35.55",
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.18.0"
33
+ "@floegence/flowersec-core": "^0.19.0"
34
34
  },
35
35
  "devDependencies": {
36
36
  "solid-js": "^1.9.11",