Skip to content

Commit

Permalink
update with anoncreds and didcomm
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Glastra <[email protected]>
  • Loading branch information
TimoGlastra committed May 15, 2024
1 parent bb40490 commit b8a348a
Show file tree
Hide file tree
Showing 5 changed files with 648 additions and 428 deletions.
4 changes: 2 additions & 2 deletions openapi-ts.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import { defineConfig } from "@hey-api/openapi-ts";
import * as process from "node:process";

export default defineConfig({
input: `${process.env.SERVER}/openapi-docs.json`,
output: "src/generated",
input: `${process.env.SERVER}/openapi-docs.json`,
output: "src/generated",
});
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "tsx src/index.ts"
},
"dependencies": {
"@hey-api/openapi-ts": "^0.37.0",
"@hey-api/openapi-ts": "^0.45.0",
"dotenv": "^16.4.5"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit b8a348a

Please sign in to comment.