diff --git a/.mock/fern.config.json b/.mock/fern.config.json index 08e267ee..6b112b3b 100644 --- a/.mock/fern.config.json +++ b/.mock/fern.config.json @@ -1,4 +1,4 @@ { "organization" : "hume", - "version" : "0.93.2" + "version" : "0.99.1" } \ No newline at end of file diff --git a/package.json b/package.json index f1e94e4f..4998b923 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hume", - "version": "0.15.0", + "version": "0.15.1", "private": false, "repository": "github:humeai/hume-typescript-sdk", "type": "commonjs", @@ -32,7 +32,11 @@ }, "default": "./dist/cjs/serialization/index.js" }, - "./package.json": "./package.json" + "./package.json": "./package.json", + "./core": { + "types": "./dist/esm/core/index.d.mts", + "default": "./dist/esm/core/index.mjs" + } }, "files": [ "dist", diff --git a/src/Client.ts b/src/Client.ts index ffa3cc0b..59a08d03 100644 --- a/src/Client.ts +++ b/src/Client.ts @@ -47,8 +47,8 @@ export class HumeClient { { "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "hume", - "X-Fern-SDK-Version": "0.15.0", - "User-Agent": "hume/0.15.0", + "X-Fern-SDK-Version": "0.15.1", + "User-Agent": "hume/0.15.1", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/src/version.ts b/src/version.ts index ae3f0679..f7dfaf94 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const SDK_VERSION = "0.15.0"; +export const SDK_VERSION = "0.15.1";