@floegence/floe-webapp-protocol 0.37.3 → 0.38.0
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 +2 -2
- package/dist/index.d.ts +1 -1
- package/dist/index.js +11 -13
- package/package.json +2 -2
package/dist/controlplane.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { ControlplaneRequestError, requestConnectArtifact, requestEntryConnectArtifact, } from '@floegence/flowersec-core/controlplane';
|
|
2
|
-
export { type ConnectArtifact, assertConnectArtifact,
|
|
1
|
+
export { type RequestConnectArtifactInput, type RequestEntryConnectArtifactInput, ControlplaneRequestError, requestConnectArtifact, requestEntryConnectArtifact, } from '@floegence/flowersec-core/controlplane';
|
|
2
|
+
export { type ConnectArtifact, assertConnectArtifact, } 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 { assertConnectArtifact, ControlplaneRequestError,
|
|
3
|
+
export { assertConnectArtifact, ControlplaneRequestError, requestConnectArtifact, requestEntryConnectArtifact, type ConnectArtifact, type RequestConnectArtifactInput, type RequestEntryConnectArtifactInput, } from './controlplane';
|
|
4
4
|
export type { ProtocolContract, RpcClientLike, RpcHelpers } from './contract';
|
package/dist/index.js
CHANGED
|
@@ -1,17 +1,15 @@
|
|
|
1
|
-
import { ProtocolProvider as
|
|
2
|
-
import { ProtocolNotConnectedError as
|
|
3
|
-
import { ControlplaneRequestError as
|
|
4
|
-
import { assertConnectArtifact as
|
|
1
|
+
import { ProtocolProvider as t, useProtocol as e } from "./index2.js";
|
|
2
|
+
import { ProtocolNotConnectedError as n, RpcError as f, useRpc as p } from "./index3.js";
|
|
3
|
+
import { ControlplaneRequestError as a, requestConnectArtifact as l, requestEntryConnectArtifact as u } from "@floegence/flowersec-core/controlplane";
|
|
4
|
+
import { assertConnectArtifact as i } from "@floegence/flowersec-core/browser";
|
|
5
5
|
export {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
p as requestConnectArtifact,
|
|
13
|
-
i as requestEntryChannelGrant,
|
|
6
|
+
a as ControlplaneRequestError,
|
|
7
|
+
n as ProtocolNotConnectedError,
|
|
8
|
+
t as ProtocolProvider,
|
|
9
|
+
f as RpcError,
|
|
10
|
+
i as assertConnectArtifact,
|
|
11
|
+
l as requestConnectArtifact,
|
|
14
12
|
u as requestEntryConnectArtifact,
|
|
15
13
|
e as useProtocol,
|
|
16
|
-
|
|
14
|
+
p as useRpc
|
|
17
15
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@floegence/floe-webapp-protocol",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.38.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"solid-js": "^1.8.0"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@floegence/flowersec-core": "^0.
|
|
36
|
+
"@floegence/flowersec-core": "^0.27.0"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"solid-js": "^1.9.11",
|