Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: false
typescript:
version: 0.2.3
version: 0.2.4
additionalDependencies:
dependencies: {}
devDependencies:
Expand Down
10 changes: 9 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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] .
- [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] .
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@styra/opa",
"version": "0.2.3",
"version": "0.2.4",
"author": "Styra",
"main": "./index.js",
"sideEffects": false,
Expand Down
4 changes: 2 additions & 2 deletions src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
});