@frak-labs/frame-connector 0.2.0-beta.b38eef2e → 0.2.0-beta.bbbb3d22

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 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, isAutoContext: boolean }
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, isAutoContext: boolean }
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.b38eef2e",
14
+ "version": "0.2.0-beta.bbbb3d22",
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",
@@ -67,11 +67,10 @@
67
67
  },
68
68
  "devDependencies": {
69
69
  "@arethetypeswrong/cli": "^0.18.2",
70
- "@frak-labs/dev-tooling": "0.0.0",
71
70
  "@rolldown/plugin-node-polyfills": "^1.0.3",
72
- "@types/node": "^24.10.13",
73
- "tsdown": "^0.20.3",
74
- "typescript": "^5",
75
- "viem": "^2.39.0"
71
+ "@types/node": "^25.6.0",
72
+ "tsdown": "^0.21.8",
73
+ "typescript": "^6.0.2",
74
+ "viem": "^2.47.16"
76
75
  }
77
76
  }