Comparing version 0.10.0-canary.20230703T192812 to 0.10.0-canary.20230710T162259
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.version = void 0; | ||
exports.version = '0.10.0-canary.20230703T192812'; | ||
exports.version = '0.10.0-canary.20230710T162259'; | ||
//# sourceMappingURL=version.js.map |
@@ -1,2 +0,2 @@ | ||
export const version = '0.10.0-canary.20230703T192812'; | ||
export const version = '0.10.0-canary.20230710T162259'; | ||
//# sourceMappingURL=version.js.map |
@@ -76,3 +76,3 @@ import type { IsUnknown } from './types.js'; | ||
* TypeScript type to use for `bytes` values | ||
* @default { inputs: `0x${string}` | Uint8Array; outputs: `0x${string}` } | ||
* @default { inputs: `0x${string}`; outputs: `0x${string}`; } | ||
*/ | ||
@@ -79,0 +79,0 @@ BytesType: Config['BytesType'] extends { |
@@ -107,3 +107,3 @@ /** | ||
[K in keyof T]: T[K]; | ||
} & {}; | ||
} & unknown; | ||
/** | ||
@@ -110,0 +110,0 @@ * Creates range between two positive numbers using [tail recursion](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-4-5.html#tail-recursion-elimination-on-conditional-types). |
@@ -1,2 +0,2 @@ | ||
export declare const version = "0.10.0-canary.20230703T192812"; | ||
export declare const version = "0.10.0-canary.20230710T162259"; | ||
//# sourceMappingURL=version.d.ts.map |
{ | ||
"name": "abitype", | ||
"description": "Strict TypeScript types for Ethereum ABIs", | ||
"version": "0.10.0-canary.20230703T192812", | ||
"version": "0.10.0-canary.20230710T162259", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "repository": "wagmi-dev/abitype", |
@@ -91,3 +91,3 @@ import type { IsUnknown } from './types.js' | ||
* TypeScript type to use for `bytes` values | ||
* @default { inputs: `0x${string}` | Uint8Array; outputs: `0x${string}` } | ||
* @default { inputs: `0x${string}`; outputs: `0x${string}`; } | ||
*/ | ||
@@ -94,0 +94,0 @@ BytesType: Config['BytesType'] extends { inputs: unknown; outputs: unknown } |
@@ -140,5 +140,3 @@ /** | ||
*/ | ||
export type Pretty<T> = { | ||
[K in keyof T]: T[K] | ||
} & {} | ||
export type Pretty<T> = { [K in keyof T]: T[K] } & unknown | ||
@@ -145,0 +143,0 @@ /** |
@@ -1,1 +0,1 @@ | ||
export const version = '0.10.0-canary.20230703T192812' | ||
export const version = '0.10.0-canary.20230710T162259' |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1135732
23503