We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03d85c9 commit 552f3d0Copy full SHA for 552f3d0
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@fern-api/sdk",
3
- "version": "0.12.2",
+ "version": "0.12.3",
4
"private": false,
5
"repository": "https://github.com/fern-api/fern-typescript",
6
"license": "MIT",
src/index.ts
@@ -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 commit comments