File tree 7 files changed +24
-14
lines changed
7 files changed +24
-14
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ management:
5
5
docVersion: 0.4.0 .
6
6
speakeasyVersion: 1.349.0
7
7
generationVersion: 2.382.0
8
- releaseVersion: 4.1 .0-rc.1
9
- configChecksum: 8f67fa7cdfd65cf01e3085996f428885
8
+ releaseVersion: 4.0 .0-rc.1
9
+ configChecksum: 6fd7f25e68e43867b2be94ae28fcb8cc
10
10
repoURL: https://github.com/speakeasy-api/speakeasy-client-sdk-typescript.git
11
11
repoSubDirectory: .
12
12
installationURL: https://github.com/speakeasy-api/speakeasy-client-sdk-typescript
Original file line number Diff line number Diff line change @@ -2,17 +2,17 @@ speakeasyVersion: 1.349.0
2
2
sources:
3
3
my-source:
4
4
sourceNamespace: my-source
5
- sourceRevisionDigest: sha256:417c12e58371aea5d13d8371f6701239551b2867851855d500610693a68c7c0d
6
- sourceBlobDigest: sha256:67a2d40a2a3e329e03a5c9a9270f0996f9727863eb3083a9e38ccdc796844031
5
+ sourceRevisionDigest: sha256:0f5cf37c60fe0f25ab0e764940ed35c09c7857a8375b8c940b3873d737762c9c
6
+ sourceBlobDigest: sha256:8be4bce7afdc48ae85f301a6099e942c523f598caf4e844eac7250f19b8dacdd
7
7
tags:
8
8
- latest
9
9
- main
10
10
targets:
11
11
speakeasy-client-sdk-typescript:
12
12
source: my-source
13
13
sourceNamespace: my-source
14
- sourceRevisionDigest: sha256:417c12e58371aea5d13d8371f6701239551b2867851855d500610693a68c7c0d
15
- sourceBlobDigest: sha256:67a2d40a2a3e329e03a5c9a9270f0996f9727863eb3083a9e38ccdc796844031
14
+ sourceRevisionDigest: sha256:0f5cf37c60fe0f25ab0e764940ed35c09c7857a8375b8c940b3873d737762c9c
15
+ sourceBlobDigest: sha256:8be4bce7afdc48ae85f301a6099e942c523f598caf4e844eac7250f19b8dacdd
16
16
outLocation: /github/workspace/repo
17
17
workflow:
18
18
workflowVersion: 1.0.0
@@ -29,4 +29,4 @@ workflow:
29
29
source: my-source
30
30
publish:
31
31
npm:
32
- token: $NPM_TOKEN
32
+ token: $npm_token
Original file line number Diff line number Diff line change @@ -1636,4 +1636,14 @@ Based on:
1636
1636
### Generated
1637
1637
- [ typescript v4.1.0-rc.1] .
1638
1638
### Releases
1639
- - [ NPM v4.1.0-rc.1] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/4.1.0-rc.1 - .
1639
+ - [ NPM v4.1.0-rc.1] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/4.1.0-rc.1 - .
1640
+
1641
+ ## 2024-07-31 10:25:48
1642
+ ### Changes
1643
+ Based on:
1644
+ - OpenAPI Doc
1645
+ - Speakeasy CLI 1.349.0 (2.382.0) https://github.com/speakeasy-api/speakeasy
1646
+ ### Generated
1647
+ - [ typescript v4.0.0-rc.1] .
1648
+ ### Releases
1649
+ - [ NPM v4.0.0-rc.1] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/4.0.0-rc.1 - .
Original file line number Diff line number Diff line change 2
2
3
3
{
4
4
"name" : " @speakeasy-api/speakeasy-client-sdk-typescript" ,
5
- "version" : " 4.1 .0-rc.1" ,
5
+ "version" : " 4.0 .0-rc.1" ,
6
6
"exports" : {
7
7
"." : " ./src/index.ts" ,
8
8
"./sdk/models/errors" : " ./src/sdk/models/errors/index.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @speakeasy-api/speakeasy-client-sdk-typescript" ,
3
- "version" : " 4.1 .0-rc.1" ,
3
+ "version" : " 4.0 .0-rc.1" ,
4
4
"author" : " Speakeasy" ,
5
5
"main" : " ./index.js" ,
6
6
"sideEffects" : false ,
Original file line number Diff line number Diff line change @@ -59,8 +59,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
59
59
export const SDK_METADATA = {
60
60
language : "typescript" ,
61
61
openapiDocVersion : "0.4.0 ." ,
62
- sdkVersion : "4.1 .0-rc.1" ,
62
+ sdkVersion : "4.0 .0-rc.1" ,
63
63
genVersion : "2.382.0" ,
64
64
userAgent :
65
- "speakeasy-sdk/typescript 4.1 .0-rc.1 2.382.0 0.4.0 . @speakeasy-api/speakeasy-client-sdk-typescript" ,
65
+ "speakeasy-sdk/typescript 4.0 .0-rc.1 2.382.0 0.4.0 . @speakeasy-api/speakeasy-client-sdk-typescript" ,
66
66
} as const ;
You can’t perform that action at this time.
0 commit comments