Skip to content

Commit

Permalink
(fix): export Template from root (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsinghvi authored Sep 12, 2024
1 parent 03d85c9 commit 552f3d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fern-api/sdk",
"version": "0.12.2",
"version": "0.12.3",
"private": false,
"repository": "https://github.com/fern-api/fern-typescript",
"license": "MIT",
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ export * as Fern from "./api";
export { FernClient } from "./wrapper/FernClient";
export { FernEnvironment } from "./environments";
export { FernError, FernTimeoutError } from "./errors";
export { Template } from "./wrapper/Template";

0 comments on commit 552f3d0

Please sign in to comment.