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