Skip to content

Commit

Permalink
still trying to fix lockfile issues
Browse files Browse the repository at this point in the history
  • Loading branch information
walker-tx committed Jan 10, 2025
1 parent af7bb71 commit d4a0769
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 8 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: 0.4.0
speakeasyVersion: 1.468.0
generationVersion: 2.492.3
releaseVersion: 2.0.7
configChecksum: c80b08a9f9dc15ce6484117e63c5c823
releaseVersion: 2.0.8
configChecksum: 643ed30c5614e747b249cd911c80eac7
published: true
features:
typescript:
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: false
oAuth2PasswordEnabled: false
typescript:
version: 2.0.7
version: 2.0.8
additionalDependencies:
dependencies: {}
devDependencies: {}
Expand Down
14 changes: 13 additions & 1 deletion .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
speakeasyVersion: 1.468.0
sources: {}
sources:
speakeasy-OAS:
sourceNamespace: speakeasy-oas
sourceRevisionDigest: sha256:e5381a3d4618e3ceb004638ed32db80ef320e129842a069cee332e9dfacffeda
sourceBlobDigest: sha256:6d9de4a70686f4366747b9dbf16917300a43dea8857ad6583f35ef3531bffbdb
tags:
- latest
- 0.4.0
targets:
code_samples_typescript_sdk:
source: speakeasy-OAS
sourceNamespace: speakeasy-oas
sourceRevisionDigest: sha256:e5381a3d4618e3ceb004638ed32db80ef320e129842a069cee332e9dfacffeda
sourceBlobDigest: sha256:6d9de4a70686f4366747b9dbf16917300a43dea8857ad6583f35ef3531bffbdb
codeSamplesNamespace: speakeasy-oas-code-samples
codeSamplesRevisionDigest: sha256:8fb9df7fa1596d782db9a83042a97f149d37564875aa0d55f0e95d7c6d1728f2
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
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": "@speakeasyapi/code-samples",
"version": "2.0.7",
"version": "2.0.8",
"exports": {
".": "./src/index.ts",
"./models/errors": "./src/models/errors/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@speakeasyapi/code-samples",
"version": "2.0.7",
"version": "2.0.8",
"author": "Speakeasy",
"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 @@ -57,8 +57,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
export const SDK_METADATA = {
language: "typescript",
openapiDocVersion: "0.4.0",
sdkVersion: "2.0.7",
sdkVersion: "2.0.8",
genVersion: "2.492.3",
userAgent:
"speakeasy-sdk/typescript 2.0.7 2.492.3 0.4.0 @speakeasyapi/code-samples",
"speakeasy-sdk/typescript 2.0.8 2.492.3 0.4.0 @speakeasyapi/code-samples",
} as const;

0 comments on commit d4a0769

Please sign in to comment.