File tree Expand file tree Collapse file tree 6 files changed +21
-3848
lines changed
Expand file tree Collapse file tree 6 files changed +21
-3848
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ management:
55 docVersion: 0.4.0
66 speakeasyVersion: 1.467.0
77 generationVersion: 2.492.3
8- releaseVersion: 2.0.4
9- configChecksum: 5956da297bd706125921a8685c2d332c
8+ releaseVersion: 2.0.5
9+ configChecksum: 0b4515515b2a961d48260363bf6fecaf
1010 published: true
1111features:
1212 typescript:
Original file line number Diff line number Diff line change @@ -16,14 +16,17 @@ generation:
1616 oAuth2ClientCredentialsEnabled : false
1717 oAuth2PasswordEnabled : false
1818typescript :
19- version : 2.0.4
19+ version : 2.0.5
2020 additionalDependencies :
2121 dependencies : {}
2222 devDependencies : {}
2323 peerDependencies : {}
2424 additionalPackageJSON : {}
2525 author : Speakeasy
2626 clientServerStatusCodesAsErrors : true
27+ compileCommand :
28+ - pnpm
29+ - install
2730 defaultErrorName : APIError
2831 enableReactQuery : true
2932 enumFormat : enum
Original file line number Diff line number Diff line change 22
33{
44 "name" : " @speakeasyapi/code-samples" ,
5- "version" : " 2.0.4 " ,
5+ "version" : " 2.0.5 " ,
66 "exports" : {
77 "." : " ./src/index.ts" ,
88 "./models/errors" : " ./src/models/errors/index.ts" ,
You can’t perform that action at this time.
0 commit comments