Skip to content

Commit

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

chore: 🐝 Update SDK - Generate 0.0.5
  • Loading branch information
ryan-timothy-albert authored Aug 29, 2024
2 parents ca9e271 + 36c42a3 commit d04e29a
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 12 deletions.
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.383.2
sources:
petstore-oas:
sourceNamespace: petstore-oas
sourceRevisionDigest: sha256:b1b8a3eb8c747d5cf1800b5c636ec6020150c1690db2f8bf87eb8ed61e6fdcb1
sourceRevisionDigest: sha256:1c03085e7dfdd606b7d63221b92075c8d2652925aaa0e4bcbcd4f25dcaca83af
sourceBlobDigest: sha256:ea345c5fff9396f9d26f06eb40051420eb8f4754000693080ce1ac6f4d44a179
tags:
- latest
Expand All @@ -11,7 +11,7 @@ targets:
petstore:
source: petstore-oas
sourceNamespace: petstore-oas
sourceRevisionDigest: sha256:b1b8a3eb8c747d5cf1800b5c636ec6020150c1690db2f8bf87eb8ed61e6fdcb1
sourceRevisionDigest: sha256:1c03085e7dfdd606b7d63221b92075c8d2652925aaa0e4bcbcd4f25dcaca83af
sourceBlobDigest: sha256:ea345c5fff9396f9d26f06eb40051420eb8f4754000693080ce1ac6f4d44a179
outLocation: sdk
workflow:
Expand Down
4 changes: 2 additions & 2 deletions package/sdk/.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.383.2
generationVersion: 2.407.0
releaseVersion: 0.0.4
configChecksum: 2e93a466354dff87f0d6f144d331ed4a
releaseVersion: 0.0.5
configChecksum: 2fab7999c792869b2ff01df9cdb222c5
repoURL: https://github.com/ryan-timothy-albert/test_nested_repo.git
repoSubDirectory: package/sdk
installationURL: https://gitpkg.now.sh/ryan-timothy-albert/test_nested_repo/package/sdk
Expand Down
12 changes: 11 additions & 1 deletion package/sdk/RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,14 @@ Based on:
### Generated
- [typescript v0.0.4] package/sdk
### Releases
- [NPM v0.0.4] https://www.npmjs.com/package/total-test/v/0.0.4 - package/sdk
- [NPM v0.0.4] https://www.npmjs.com/package/total-test/v/0.0.4 - package/sdk

## 2024-08-29 21:50:08
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.383.2 (2.407.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.0.5] package/sdk
### Releases
- [NPM v0.0.5] https://www.npmjs.com/package/total-test/v/0.0.5 - package/sdk
2 changes: 1 addition & 1 deletion package/sdk/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.4
version: 0.0.5
additionalDependencies:
dependencies: {}
devDependencies: {}
Expand Down
2 changes: 1 addition & 1 deletion package/sdk/jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

0 comments on commit d04e29a

Please sign in to comment.