Skip to content

Commit 09f7462

Browse files
committed
chore: bump js-client to 0.11.3
Bump the version and regenerate locally in order to release the concurrency change in #87. If we trigger the github regeneration, as per #86, the tests are failing. While we fix that up, let's get the other change unblocked.
1 parent 6bf15da commit 09f7462

File tree

6 files changed

+20
-10
lines changed

6 files changed

+20
-10
lines changed

.speakeasy/gen.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: f42cb8e6-e2ce-4565-b975-5a9f38b94d5a
33
management:
4-
docChecksum: fd76ef24456d50f23903277067ffaa2e
5-
docVersion: 1.0.35
4+
docChecksum: c209069202bc537f70476e86044130a0
5+
docVersion: 1.0.39
66
speakeasyVersion: 1.308.1
77
generationVersion: 2.342.6
8-
releaseVersion: 0.11.2
9-
configChecksum: f5f0ec91134be577b27ca7ca87e4f5fa
8+
releaseVersion: 0.11.3
9+
configChecksum: 9eaa07233a4c948e9f569fd1a387ceb8
1010
repoURL: https://github.com/Unstructured-IO/unstructured-js-client.git
1111
repoSubDirectory: .
1212
installationURL: https://github.com/Unstructured-IO/unstructured-js-client

RELEASES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,3 +344,13 @@ Based on:
344344
- [typescript v0.11.1] .
345345
### Releases
346346
- [NPM v0.11.2] https://www.npmjs.com/package/unstructured-client/v/0.11.2 - .
347+
348+
## 2024-07-01 10:00:00
349+
### Changes
350+
Based on:
351+
- OpenAPI Doc
352+
- Speakeasy CLI 1.308.1 (2.342.6) https://github.com/speakeasy-api/speakeasy
353+
### Generated
354+
- [typescript v0.11.3] .
355+
### Releases
356+
- [NPM v0.11.3] https://www.npmjs.com/package/unstructured-client/v/0.11.3 - .

gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ generation:
1010
auth:
1111
oAuth2ClientCredentialsEnabled: false
1212
typescript:
13-
version: 0.11.2
13+
version: 0.11.3
1414
additionalDependencies:
1515
dependencies:
1616
async: ^3.2.5

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{
44
"name": "unstructured-client",
5-
"version": "0.11.2",
5+
"version": "0.11.3",
66
"exports": {
77
".": "./src/index.ts",
88
"./sdk/models/errors": "./src/sdk/models/errors/index.ts",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unstructured-client",
3-
"version": "0.11.2",
3+
"version": "0.11.3",
44
"author": "Unstructured",
55
"main": "./index.js",
66
"sideEffects": false,

src/lib/config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
6060

6161
export const SDK_METADATA = {
6262
language: "typescript",
63-
openapiDocVersion: "1.0.35",
64-
sdkVersion: "0.11.2",
63+
openapiDocVersion: "1.0.39",
64+
sdkVersion: "0.11.3",
6565
genVersion: "2.342.6",
66-
userAgent: "speakeasy-sdk/typescript 0.11.2 2.342.6 1.0.35 unstructured-client",
66+
userAgent: "speakeasy-sdk/typescript 0.11.3 2.342.6 1.0.39 unstructured-client",
6767
} as const;

0 commit comments

Comments
 (0)