@frak-labs/frame-connector 0.2.0-beta.b38eef2e → 0.2.0-beta.d04602ec
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/index.d.cts +1 -2
- package/dist/index.d.ts +1 -2
- package/package.json +2 -2
package/dist/index.d.cts
CHANGED
|
@@ -225,9 +225,8 @@ type RpcRequestContext = {
|
|
|
225
225
|
* type WalletContext = RpcMiddlewareContext<{
|
|
226
226
|
* productId: string
|
|
227
227
|
* sourceUrl: string
|
|
228
|
-
* isAutoContext: boolean
|
|
229
228
|
* }>
|
|
230
|
-
* // { origin: string, source: MessageEventSource | null, productId: string, sourceUrl: string
|
|
229
|
+
* // { origin: string, source: MessageEventSource | null, productId: string, sourceUrl: string }
|
|
231
230
|
* ```
|
|
232
231
|
*/
|
|
233
232
|
type RpcMiddlewareContext<TCustomContext = Record<string, never>> = RpcRequestContext & TCustomContext;
|
package/dist/index.d.ts
CHANGED
|
@@ -225,9 +225,8 @@ type RpcRequestContext = {
|
|
|
225
225
|
* type WalletContext = RpcMiddlewareContext<{
|
|
226
226
|
* productId: string
|
|
227
227
|
* sourceUrl: string
|
|
228
|
-
* isAutoContext: boolean
|
|
229
228
|
* }>
|
|
230
|
-
* // { origin: string, source: MessageEventSource | null, productId: string, sourceUrl: string
|
|
229
|
+
* // { origin: string, source: MessageEventSource | null, productId: string, sourceUrl: string }
|
|
231
230
|
* ```
|
|
232
231
|
*/
|
|
233
232
|
type RpcMiddlewareContext<TCustomContext = Record<string, never>> = RpcRequestContext & TCustomContext;
|
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"url": "https://twitter.com/QNivelais"
|
|
12
12
|
}
|
|
13
13
|
],
|
|
14
|
-
"version": "0.2.0-beta.
|
|
14
|
+
"version": "0.2.0-beta.d04602ec",
|
|
15
15
|
"description": "Generic, type-safe RPC communication layer for bidirectional postMessage communication",
|
|
16
16
|
"repository": {
|
|
17
17
|
"url": "https://github.com/frak-id/wallet",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"@rolldown/plugin-node-polyfills": "^1.0.3",
|
|
72
72
|
"@types/node": "^24.10.13",
|
|
73
73
|
"tsdown": "^0.20.3",
|
|
74
|
-
"typescript": "^5",
|
|
74
|
+
"typescript": "^5.9.3",
|
|
75
75
|
"viem": "^2.39.0"
|
|
76
76
|
}
|
|
77
77
|
}
|