Skip to content

Commit

Permalink
chore: update cardano-js-sdk to @cardano-sdk/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
michalrus committed Nov 4, 2024
1 parent 42ba678 commit 76b20dc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions flake.lock

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

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
cardano-node.url = "github:IntersectMBO/cardano-node/9.1.0";
cardano-node.flake = false; # prevent lockfile explosion

cardano-js-sdk.url = "github:input-output-hk/cardano-js-sdk/pull/1416/head"; # fix Ogmios mapper on 0.29.3
cardano-js-sdk.url = "github:input-output-hk/cardano-js-sdk/@cardano-sdk/[email protected]";
cardano-js-sdk.flake = false; # we patch it & to prevent lockfile explosion

ogmios.url = "github:CardanoSolutions/ogmios/v6.5.0";
Expand Down
2 changes: 1 addition & 1 deletion nix/internal/x86_64-windows.nix
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ in rec {
'.scripts[$key] = $val' package.json >package.json.new
mv package.json.new package.json
wine npm.cmd run "$windowsScriptName"
wine npm.cmd run "$windowsScriptName" </dev/null
done
# Packages that have a binding.gyp but don’t have an "install" script in their package.json
Expand Down

0 comments on commit 76b20dc

Please sign in to comment.