Skip to content

Commit

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

chore: 🐝 Update SDK - Generate 0.0.3
  • Loading branch information
ryan-timothy-albert authored Aug 23, 2024
2 parents 54f77c9 + f9cd8ab commit 2315e7e
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package/.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.378.0
generationVersion: 2.404.3
releaseVersion: 0.0.2
configChecksum: 24dcfd9b00148c38d467193f252023c3
releaseVersion: 0.0.3
configChecksum: 5750dbc3b9d5c61d1e57227fd04a92c3
repoURL: https://github.com/ryan-timothy-albert/test_nested_repo.git
repoSubDirectory: package
installationURL: https://gitpkg.now.sh/ryan-timothy-albert/test_nested_repo/package
Expand Down
2 changes: 1 addition & 1 deletion package/.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.0.2
version: 0.0.3
additionalDependencies:
dependencies: {}
devDependencies: {}
Expand Down
4 changes: 2 additions & 2 deletions package/.speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ speakeasyVersion: 1.378.0
sources:
petstore-oas:
sourceNamespace: petstore-oas
sourceRevisionDigest: sha256:150ee16c1996c6deeec91d4c0e90e6e16f25bec3f9251ba40cfd9b6fa57a5d7c
sourceRevisionDigest: sha256:42b5997a3c54c1597831db470d9f3c97091e29ad560ad4a8f57ccb9761bc1a08
sourceBlobDigest: sha256:9480cf4cfe4bec2b7aebbca1acc70012d890dc26bf83a293e6f9e682952509fb
tags:
- latest
Expand All @@ -11,7 +11,7 @@ targets:
petstore:
source: petstore-oas
sourceNamespace: petstore-oas
sourceRevisionDigest: sha256:150ee16c1996c6deeec91d4c0e90e6e16f25bec3f9251ba40cfd9b6fa57a5d7c
sourceRevisionDigest: sha256:42b5997a3c54c1597831db470d9f3c97091e29ad560ad4a8f57ccb9761bc1a08
sourceBlobDigest: sha256:9480cf4cfe4bec2b7aebbca1acc70012d890dc26bf83a293e6f9e682952509fb
outLocation: /github/workspace/repo/package
workflow:
Expand Down
10 changes: 9 additions & 1 deletion package/RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,12 @@ Based on:
- OpenAPI Doc
- Speakeasy CLI 1.378.0 (2.404.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.0.2] package
- [typescript v0.0.2] package

## 2024-08-23 16:09:55
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.378.0 (2.404.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.0.3] package
2 changes: 1 addition & 1 deletion package/jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{
"name": "petstore",
"version": "0.0.2",
"version": "0.0.3",
"exports": {
".": "./src/index.ts",
"./models/errors": "./src/models/errors/index.ts",
Expand Down
4 changes: 2 additions & 2 deletions package/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/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "petstore",
"version": "0.0.2",
"version": "0.0.3",
"author": "Speakeasy",
"main": "./index.js",
"sideEffects": false,
Expand Down
4 changes: 2 additions & 2 deletions package/src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
export const SDK_METADATA = {
language: "typescript",
openapiDocVersion: "1.0.0",
sdkVersion: "0.0.2",
sdkVersion: "0.0.3",
genVersion: "2.404.3",
userAgent: "speakeasy-sdk/typescript 0.0.2 2.404.3 1.0.0 petstore",
userAgent: "speakeasy-sdk/typescript 0.0.3 2.404.3 1.0.0 petstore",
} as const;

0 comments on commit 2315e7e

Please sign in to comment.