Skip to content

Commit

Permalink
fix type generation
Browse files Browse the repository at this point in the history
  • Loading branch information
adikari committed Jul 6, 2023
1 parent b07ac7f commit 77e9d2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion cmd/export.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@ func exportAsTypesNode(params map[string]string, w io.Writer) error {

w.Write([]byte(fmt.Sprintf(" }\n")))
w.Write([]byte(fmt.Sprintf(" }\n")))
w.Write([]byte(fmt.Sprintf("}\n")))
w.Write([]byte(fmt.Sprintf("}\n\n")))
w.Write([]byte(fmt.Sprintf("export {};\n")))

return nil
}
Expand Down
2 changes: 1 addition & 1 deletion npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adikari/safebox",
"version": "1.3.1",
"version": "1.3.2",
"description": "A Fast and Flexible secret manager built with love by adikari in Go",
"main": "index.js",
"bin": "./run.js",
Expand Down

0 comments on commit 77e9d2e

Please sign in to comment.