Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: peg fedimint and release ts #52

Merged
merged 2 commits into from
Oct 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
115 changes: 49 additions & 66 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 @@ -14,7 +14,7 @@
flake-utils.url = "github:numtide/flake-utils";

fedimint = {
url = "github:fedimint/fedimint";
url = "github:fedimint/fedimint?ref=v0.4.2";
};
};

Expand Down
4 changes: 2 additions & 2 deletions wrappers/fedimint-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "fedimint-ts",
"author": "The Fedimint Developers",
"description": "A TypeScript Wrapper for the Fedimint HTTP Client",
"version": "0.2.25",
"description": "A TypeScript Wrapper for the Fedimint HTTP Clientd",
"version": "0.4.0",
"license": "MIT",
"main": "dist/index.js",
"files": [
Expand Down
Loading