@floegence/floe-webapp-protocol 0.37.3 → 0.37.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.
- package/dist/controlplane.d.ts +2 -2
- package/dist/index.d.ts +1 -1
- 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,
|
|
1
|
+
export { type RequestConnectArtifactInput, type RequestEntryConnectArtifactInput, ControlplaneRequestError, requestConnectArtifact, requestEntryConnectArtifact, } from '@floegence/flowersec-core/controlplane';
|
|
2
|
+
export { type ConnectArtifact, type ControlplaneConfig, type EntryControlplaneConfig, assertConnectArtifact, requestChannelGrant, requestEntryChannelGrant, } 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, requestChannelGrant, requestConnectArtifact, requestEntryChannelGrant, requestEntryConnectArtifact, type ConnectArtifact, type
|
|
3
|
+
export { assertConnectArtifact, ControlplaneRequestError, requestChannelGrant, requestConnectArtifact, requestEntryChannelGrant, requestEntryConnectArtifact, type ConnectArtifact, type ControlplaneConfig, type EntryControlplaneConfig, type RequestConnectArtifactInput, type RequestEntryConnectArtifactInput, } from './controlplane';
|
|
4
4
|
export type { ProtocolContract, RpcClientLike, RpcHelpers } from './contract';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@floegence/floe-webapp-protocol",
|
|
3
|
-
"version": "0.37.
|
|
3
|
+
"version": "0.37.4",
|
|
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.26.0"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"solid-js": "^1.9.11",
|