Skip to content

Commit

Permalink
update cuzz and fix small issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lastmjs committed Dec 13, 2024
1 parent 2c65935 commit 2258cf6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"crypto-browserify": "^3.12.0",
"cuzz": "github:demergent-labs/cuzz#70f95363c64674ec2cf19b9eccfc1a773c3bf28f",
"cuzz": "github:demergent-labs/cuzz#0e04a003751c0bff0ddd6e32b8830d641ce6da77",
"deep-is": "^0.1.4",
"esbuild": "^0.23.0",
"esbuild-plugin-tsc": "^0.4.0",
Expand Down
2 changes: 1 addition & 1 deletion test/fuzz.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { spawn } from 'child_process';
import { CuzzConfig } from 'cuzz';
import { readFile } from 'fs-extra';
import { readFile } from 'fs/promises';
import { join } from 'path';

import { DfxJson } from '../src/build/stable/utils/types';
Expand Down

0 comments on commit 2258cf6

Please sign in to comment.