@wagmi/cli
Advanced tools
Comparing version 2.1.16 to 2.1.17
@@ -1,2 +0,2 @@ | ||
export const version = '2.1.16'; | ||
export const version = '2.1.17'; | ||
//# sourceMappingURL=version.js.map |
@@ -1,2 +0,2 @@ | ||
export declare const version = "2.1.16"; | ||
export declare const version = "2.1.17"; | ||
//# sourceMappingURL=version.d.ts.map |
{ | ||
"name": "@wagmi/cli", | ||
"description": "Manage and generate code from Ethereum ABIs", | ||
"version": "2.1.16", | ||
"version": "2.1.17", | ||
"license": "MIT", | ||
@@ -66,3 +66,3 @@ "repository": { | ||
"change-case": "^5.4.4", | ||
"chokidar": "^3.5.3", | ||
"chokidar": "4.0.1", | ||
"dedent": "^0.7.0", | ||
@@ -69,0 +69,0 @@ "dotenv": "^16.3.1", |
import type { Abi } from 'abitype' | ||
import { Abi as AbiSchema } from 'abitype/zod' | ||
import { camelCase } from 'change-case' | ||
import type { FSWatcher, WatchOptions } from 'chokidar' | ||
import type { ChokidarOptions, FSWatcher } from 'chokidar' | ||
import { watch } from 'chokidar' | ||
@@ -56,3 +56,3 @@ import { default as dedent } from 'dedent' | ||
const watchWriteDelay = 100 | ||
const watchOptions: WatchOptions = { | ||
const watchOptions: ChokidarOptions = { | ||
atomic: true, | ||
@@ -59,0 +59,0 @@ // awaitWriteFinish: true, |
@@ -1,1 +0,1 @@ | ||
export const version = '2.1.16' | ||
export const version = '2.1.17' |
Sorry, the diff of this file is not supported yet
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
508862
153
4
7
68
+ Addedchokidar@4.0.1(transitive)
+ Addedreaddirp@4.0.2(transitive)
+ Addedviem@2.21.45(transitive)
- Removedanymatch@3.1.3(transitive)
- Removedbinary-extensions@2.3.0(transitive)
- Removedbraces@3.0.3(transitive)
- Removedchokidar@3.6.0(transitive)
- Removedfill-range@7.1.1(transitive)
- Removedfsevents@2.3.3(transitive)
- Removedglob-parent@5.1.2(transitive)
- Removedis-binary-path@2.1.0(transitive)
- Removedis-extglob@2.1.1(transitive)
- Removedis-glob@4.0.3(transitive)
- Removedis-number@7.0.0(transitive)
- Removednormalize-path@3.0.0(transitive)
- Removedpicomatch@2.3.1(transitive)
- Removedreaddirp@3.6.0(transitive)
- Removedto-regex-range@5.0.1(transitive)
- Removedviem@2.21.44(transitive)
Updatedchokidar@4.0.1