@canton-network/core-splice-provider 0.26.0 → 0.27.1
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.
|
@@ -6,6 +6,7 @@ export declare class DappAsyncProvider extends AbstractProvider<DappAsyncRpcType
|
|
|
6
6
|
private sessionToken?;
|
|
7
7
|
private client;
|
|
8
8
|
private status?;
|
|
9
|
+
private readonly sseForwarder;
|
|
9
10
|
private createClient;
|
|
10
11
|
private openSSE;
|
|
11
12
|
constructor(url: URL, sessionToken?: string);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DappAsyncProvider.d.ts","sourceRoot":"","sources":["../src/DappAsyncProvider.ts"],"names":[],"mappings":"AAGA,OAAyC,EACrC,QAAQ,IAAI,iBAAiB,EAEhC,MAAM,oDAAoD,CAAA;AAC3D,OAAO,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAA;AAE7C,OAAO,EAEH,WAAW,EAEd,MAAM,4BAA4B,CAAA;
|
|
1
|
+
{"version":3,"file":"DappAsyncProvider.d.ts","sourceRoot":"","sources":["../src/DappAsyncProvider.ts"],"names":[],"mappings":"AAGA,OAAyC,EACrC,QAAQ,IAAI,iBAAiB,EAEhC,MAAM,oDAAoD,CAAA;AAC3D,OAAO,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAA;AAE7C,OAAO,EAEH,WAAW,EAEd,MAAM,4BAA4B,CAAA;AAsBnC,qBAAa,iBAAkB,SAAQ,gBAAgB,CAAC,iBAAiB,CAAC;IA6ElE,OAAO,CAAC,GAAG;IA5Ef,OAAO,CAAC,YAAY,CAAC,CAAQ;IAC7B,OAAO,CAAC,MAAM,CAAkC;IAChD,OAAO,CAAC,MAAM,CAAC,CAAqB;IACpC,OAAO,CAAC,QAAQ,CAAC,YAAY,CAE5B;IAED,OAAO,CAAC,YAAY;IAOpB,OAAO,CAAC,OAAO;gBA8DH,GAAG,EAAE,GAAG,EAChB,YAAY,CAAC,EAAE,MAAM;IA8CZ,OAAO,CAAC,CAAC,SAAS,MAAM,iBAAiB,EAClD,IAAI,EAAE,WAAW,CAAC,iBAAiB,EAAE,CAAC,CAAC,GACxC,OAAO,CAAC,iBAAiB,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC;CAG7C"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@canton-network/core-splice-provider",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.27.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A JavaScript Splice Provider API (EIP-1193 compliant).",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -28,10 +28,10 @@
|
|
|
28
28
|
"typescript": "^5.9.3"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@canton-network/core-rpc-transport": "^0.
|
|
32
|
-
"@canton-network/core-types": "^0.
|
|
33
|
-
"@canton-network/core-wallet-dapp-remote-rpc-client": "^0.
|
|
34
|
-
"@canton-network/core-wallet-dapp-rpc-client": "^0.
|
|
31
|
+
"@canton-network/core-rpc-transport": "^0.7.0",
|
|
32
|
+
"@canton-network/core-types": "^0.21.0",
|
|
33
|
+
"@canton-network/core-wallet-dapp-remote-rpc-client": "^0.20.0",
|
|
34
|
+
"@canton-network/core-wallet-dapp-rpc-client": "^0.26.0"
|
|
35
35
|
},
|
|
36
36
|
"files": [
|
|
37
37
|
"dist/**"
|