Comparing version 2.0.17 to 2.0.18
@@ -31,5 +31,6 @@ import { writeFileSync } from 'fs'; | ||
${hasRead || hasWrite ? `import { ExtractArgs } from '@dappql/core'` : ''} | ||
import { Address } from 'viem' | ||
${hasRead || hasWrite ? `type ExtractArgs<T> = T extends (...args: infer P) => any ? P : never` : ''} | ||
type Address = ${'`0x${string}`'} | ||
export const abi = ${JSON.stringify(contract.abi, undefined, 4)} as const | ||
@@ -36,0 +37,0 @@ |
@@ -15,2 +15,3 @@ const typeMap = { | ||
int64: 'bigint', | ||
int80: 'bigint', | ||
int128: 'bigint', | ||
@@ -17,0 +18,0 @@ int256: 'bigint', |
{ | ||
"name": "dappql", | ||
"version": "2.0.17", | ||
"version": "2.0.18", | ||
"description": "wagmi extension to easily query smart-contracts", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
AI-detected possible typosquat
Supply chain riskAI has identified this package as a potential typosquat of a more popular package. This suggests that the package may be intentionally mimicking another package's name, description, or other metadata.
Found 1 instance in 1 package
14532
355
0