Skip to content

Commit

Permalink
Merge pull request #12 from ryan-timothy-albert/speakeasy-sdk-regen-1…
Browse files Browse the repository at this point in the history
…728676403

chore: 🐝 Update SDK - Generate 0.1.13
  • Loading branch information
ryan-timothy-albert authored Oct 11, 2024
2 parents a9ba494 + e2b08ca commit 5a0ec51
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 12 deletions.
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: 1.0.0
speakeasyVersion: 1.418.1
generationVersion: 2.438.3
releaseVersion: 0.1.12
configChecksum: 97b2c5f0194640974412bbb09bf9020a
releaseVersion: 0.1.13
configChecksum: 93f3c9c0f39cf06d875087bf361791db
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
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: true
typescript:
version: 0.1.12
version: 0.1.13
additionalDependencies:
dependencies: {}
devDependencies: {}
Expand Down
4 changes: 2 additions & 2 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ speakeasyVersion: 1.418.1
sources:
petstore-oas:
sourceNamespace: petstore-oas
sourceRevisionDigest: sha256:cf7633a8f2ebf2d7e25ef397a68220080320a42a6efe789c23b1ade2e66697e9
sourceRevisionDigest: sha256:3f680e8177ce8a7fac34c2510bf6525bc7ab8587661c20fdb8bf613f484a71ef
sourceBlobDigest: sha256:849ab95113a7a54b7944402c86e88af54754f8ef15f449005e30ca17bac3f5a0
tags:
- latest
Expand All @@ -11,7 +11,7 @@ targets:
petstore:
source: petstore-oas
sourceNamespace: petstore-oas
sourceRevisionDigest: sha256:cf7633a8f2ebf2d7e25ef397a68220080320a42a6efe789c23b1ade2e66697e9
sourceRevisionDigest: sha256:3f680e8177ce8a7fac34c2510bf6525bc7ab8587661c20fdb8bf613f484a71ef
sourceBlobDigest: sha256:849ab95113a7a54b7944402c86e88af54754f8ef15f449005e30ca17bac3f5a0
workflow:
workflowVersion: 1.0.0
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,14 @@ Based on:
### Generated
- [typescript v0.1.12] .
### Releases
- [NPM v0.1.12] https://www.npmjs.com/package/ryan-simple-test-act/v/0.1.12 - .
- [NPM v0.1.12] https://www.npmjs.com/package/ryan-simple-test-act/v/0.1.12 - .

## 2024-10-11 19:53:18
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.418.1 (2.438.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.1.13] .
### Releases
- [NPM v0.1.13] https://www.npmjs.com/package/ryan-simple-test-act/v/0.1.13 - .
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": "0.1.12",
"version": "0.1.13",
"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": "0.1.12",
"version": "0.1.13",
"author": "ryan-timothy-albert",
"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 @@ -81,8 +81,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
export const SDK_METADATA = {
language: "typescript",
openapiDocVersion: "1.0.0",
sdkVersion: "0.1.12",
sdkVersion: "0.1.13",
genVersion: "2.438.3",
userAgent:
"speakeasy-sdk/typescript 0.1.12 2.438.3 1.0.0 ryan-simple-test-act",
"speakeasy-sdk/typescript 0.1.13 2.438.3 1.0.0 ryan-simple-test-act",
} as const;

0 comments on commit 5a0ec51

Please sign in to comment.