diff --git a/.speakeasy/gen.lock b/.speakeasy/gen.lock index a198108..9ad5441 100755 --- a/.speakeasy/gen.lock +++ b/.speakeasy/gen.lock @@ -5,8 +5,8 @@ management: docVersion: 0.2.0 speakeasyVersion: 1.250.0 generationVersion: 2.304.1 - releaseVersion: 0.2.3 - configChecksum: 191f7a8d3ea477752ba4f1cf7facee4b + releaseVersion: 0.2.4 + configChecksum: 68f60302393b6d2fe8281a325713eb25 repoURL: https://github.com/StyraInc/opa-typescript.git installationURL: https://github.com/StyraInc/opa-typescript features: diff --git a/.speakeasy/gen.yaml b/.speakeasy/gen.yaml index 884870c..e5bada4 100755 --- a/.speakeasy/gen.yaml +++ b/.speakeasy/gen.yaml @@ -12,7 +12,7 @@ generation: auth: oAuth2ClientCredentialsEnabled: false typescript: - version: 0.2.3 + version: 0.2.4 additionalDependencies: dependencies: {} devDependencies: diff --git a/RELEASES.md b/RELEASES.md index 8ccd569..d029b19 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -70,4 +70,12 @@ Based on: - OpenAPI Doc - Speakeasy CLI 1.250.0 (2.304.1) https://github.com/speakeasy-api/speakeasy ### Generated -- [typescript v0.2.3] . \ No newline at end of file +- [typescript v0.2.3] . + +## 2024-04-12 07:46:01 +### Changes +Based on: +- OpenAPI Doc +- Speakeasy CLI 1.250.0 (2.304.1) https://github.com/speakeasy-api/speakeasy +### Generated +- [typescript v0.2.4] . \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index f779507..bf81baa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@styra/opa", - "version": "0.2.3", + "version": "0.2.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@styra/opa", - "version": "0.2.3", + "version": "0.2.4", "devDependencies": { "@types/jsonpath": "^0.2.4", "@typescript-eslint/eslint-plugin": "^6.13.2", diff --git a/package.json b/package.json index de1abe7..8c105e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@styra/opa", - "version": "0.2.3", + "version": "0.2.4", "author": "Styra", "main": "./index.js", "sideEffects": false, diff --git a/src/lib/config.ts b/src/lib/config.ts index da820aa..35780ee 100644 --- a/src/lib/config.ts +++ b/src/lib/config.ts @@ -52,7 +52,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null { export const SDK_METADATA = Object.freeze({ language: "typescript", openapiDocVersion: "0.2.0", - sdkVersion: "0.2.3", + sdkVersion: "0.2.4", genVersion: "2.304.1", - userAgent: "speakeasy-sdk/typescript 0.2.3 2.304.1 0.2.0 @styra/opa", + userAgent: "speakeasy-sdk/typescript 0.2.4 2.304.1 0.2.0 @styra/opa", });