This repository was archived by the owner on Jul 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +22
-11
lines changed Expand file tree Collapse file tree 7 files changed +22
-11
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,11 @@ management:
55 docVersion: 0.2.0
66 speakeasyVersion: 1.250.0
77 generationVersion: 2.304.1
8- releaseVersion: 0.2.4
9- configChecksum: 68f60302393b6d2fe8281a325713eb25
8+ releaseVersion: 0.2.5
9+ configChecksum: 3718ba08271d1d35549f6862040a1f7a
1010 repoURL: https://github.com/StyraInc/opa-typescript.git
1111 installationURL: https://github.com/StyraInc/opa-typescript
12+ published: true
1213features:
1314 typescript:
1415 constsAndDefaults: 0.1.5
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ generation:
1212 auth :
1313 oAuth2ClientCredentialsEnabled : false
1414typescript :
15- version : 0.2.4
15+ version : 0.2.5
1616 additionalDependencies :
1717 dependencies : {}
1818 devDependencies :
Original file line number Diff line number Diff line change 88### NPM
99
1010``` bash
11- npm add https://github.com/StyraInc/ opa-typescript
11+ npm add @styra/ opa
1212```
1313
1414### Yarn
1515
1616``` bash
17- yarn add https://github.com/StyraInc/ opa-typescript
17+ yarn add @styra/ opa
1818```
1919<!-- End SDK Installation [installation] -->
2020
Original file line number Diff line number Diff line change @@ -78,4 +78,14 @@ Based on:
7878- OpenAPI Doc
7979- Speakeasy CLI 1.250.0 (2.304.1) https://github.com/speakeasy-api/speakeasy
8080### Generated
81- - [ typescript v0.2.4] .
81+ - [ typescript v0.2.4] .
82+
83+ ## 2024-04-12 08:37:02
84+ ### Changes
85+ Based on:
86+ - OpenAPI Doc
87+ - Speakeasy CLI 1.250.0 (2.304.1) https://github.com/speakeasy-api/speakeasy
88+ ### Generated
89+ - [ typescript v0.2.5] .
90+ ### Releases
91+ - [ NPM v0.2.5] https://www.npmjs.com/package/@styra/opa/v/0.2.5 - .
Original file line number Diff line number Diff line change 11{
22 "name" : " @styra/opa" ,
3- "version" : " 0.2.4 " ,
3+ "version" : " 0.2.5 " ,
44 "author" : " Styra" ,
55 "main" : " ./index.js" ,
66 "sideEffects" : false ,
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
5252export const SDK_METADATA = Object . freeze ( {
5353 language : "typescript" ,
5454 openapiDocVersion : "0.2.0" ,
55- sdkVersion : "0.2.4 " ,
55+ sdkVersion : "0.2.5 " ,
5656 genVersion : "2.304.1" ,
57- userAgent : "speakeasy-sdk/typescript 0.2.4 2.304.1 0.2.0 @styra/opa" ,
57+ userAgent : "speakeasy-sdk/typescript 0.2.5 2.304.1 0.2.0 @styra/opa" ,
5858} ) ;
You can’t perform that action at this time.
0 commit comments