Skip to content

Commit 2fdb12b

Browse files
committed
(fix): export Template from index.ts
1 parent 03d85c9 commit 2fdb12b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fern-api/sdk",
3-
"version": "0.12.2",
3+
"version": "0.12.3",
44
"private": false,
55
"repository": "https://github.com/fern-api/fern-typescript",
66
"license": "MIT",

src/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ export * as Fern from "./api";
22
export { FernClient } from "./wrapper/FernClient";
33
export { FernEnvironment } from "./environments";
44
export { FernError, FernTimeoutError } from "./errors";
5+
export { Template } from "./wrapper/Template";

0 commit comments

Comments
 (0)