Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-timothy-albert committed Dec 17, 2024
1 parent d044c76 commit 1eea6ce
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 12 deletions.
11 changes: 7 additions & 4 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ id: ede0e8e6-5a63-4cc3-bd29-551cf1036a60
management:
docChecksum: 1065214a2aa46aa7d5a83999c2311add
docVersion: 4.0.0
speakeasyVersion: 1.455.7
generationVersion: 2.480.1
releaseVersion: 5.2.0-alpha.7
configChecksum: f62e8b840aa342702528e2c293aebd6d
speakeasyVersion: 1.456.0
generationVersion: 2.481.0
releaseVersion: 5.2.0-alpha.8
configChecksum: 733be64da6a7b0e565823cf10b867dd2
repoURL: https://github.com/ryan-timothy-albert/simple-ts-sdk.git
installationURL: https://github.com/ryan-timothy-albert/simple-ts-sdk
published: true
Expand Down Expand Up @@ -227,6 +227,9 @@ examples:
path:
petId: 565380
query: {}
responses:
"200":
application/json: {}
getInventory:
speakeasy-default-get-inventory:
responses:
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ generation:
oAuth2ClientCredentialsEnabled: true
oAuth2PasswordEnabled: false
typescript:
version: 5.2.0-alpha.7
version: 5.2.0-alpha.8
additionalDependencies:
dependencies: {}
devDependencies: {}
Expand Down
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{
"name": "ryan-simple-test-act",
"version": "5.2.0-alpha.7",
"version": "5.2.0-alpha.8",
"exports": {
".": "./src/index.ts",
"./models/errors": "./src/models/errors/index.ts",
Expand Down
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": "ryan-simple-test-act",
"version": "5.2.0-alpha.7",
"version": "5.2.0-alpha.8",
"author": "ryan-timothy-albert",
"main": "./index.js",
"sideEffects": false,
Expand Down
6 changes: 3 additions & 3 deletions src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
export const SDK_METADATA = {
language: "typescript",
openapiDocVersion: "4.0.0",
sdkVersion: "5.2.0-alpha.7",
genVersion: "2.480.1",
sdkVersion: "5.2.0-alpha.8",
genVersion: "2.481.0",
userAgent:
"speakeasy-sdk/typescript 5.2.0-alpha.7 2.480.1 4.0.0 ryan-simple-test-act",
"speakeasy-sdk/typescript 5.2.0-alpha.8 2.481.0 4.0.0 ryan-simple-test-act",
} as const;

0 comments on commit 1eea6ce

Please sign in to comment.