File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed
Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change 22 "name" : " @chainsafe/state-transition-bun" ,
33 "module" : " src/index.ts" ,
44 "type" : " module" ,
5- "dependencies" : {
6- "@chainsafe/bun-ffi-z" : " https://github.com/twoeths/bun-ffi-z.git#te/fix_open_library"
7- },
5+ "dependencies" : {
6+ "@chainsafe/bun-ffi-z" : " https://github.com/twoeths/bun-ffi-z.git#te/fix_open_library"
7+ },
88 "devDependencies" : {
99 "@types/bun" : " latest" ,
1010 "@types/js-yaml" : " ^4.0.9" ,
2121 "typescript" : " ^5.0.0"
2222 },
2323 "scripts" : {
24- "build" : " bun ./node_modules/.bin/bun-ffi-z build --zig-cwd '..'" ,
24+ "build" : " bun ./node_modules/.bin/bun-ffi-z build --zig-cwd '..'" ,
2525 "test:unit" : " bun test test/unit" ,
2626 "lint" : " biome check" ,
2727 "benchmark" : " bun benchmark:files 'test/perf/*.test.ts'" ,
2828 "benchmark:files" : " bun ./node_modules/.bin/benchmark --config .benchrc.yaml --defaultBranch main" ,
2929 "lint:fix" : " yarn lint --write"
3030 },
31- "bun-ffi-z" : {
32- "name" : " state-transition-utils" ,
33- "targets" : [
34- " linux-x64-gnu" ,
35- " linux-arm64-gnu" ,
36- " linux-x64-musl" ,
37- " linux-arm64-musl" ,
38- " darwin-x64" ,
39- " darwin-arm64"
40- ],
41- "optimize" : " ReleaseSafe" ,
42- "zigCwd" : " .."
43- }
31+ "bun-ffi-z" : {
32+ "name" : " state-transition-utils" ,
33+ "targets" : [
34+ " linux-x64-gnu" ,
35+ " linux-arm64-gnu" ,
36+ " linux-x64-musl" ,
37+ " linux-arm64-musl" ,
38+ " darwin-x64" ,
39+ " darwin-arm64"
40+ ],
41+ "optimize" : " ReleaseSafe" ,
42+ "zigCwd" : " .."
43+ }
4444}
You can’t perform that action at this time.
0 commit comments