This repository was archived by the owner on Jul 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 8 files changed +29
-19
lines changed Expand file tree Collapse file tree 8 files changed +29
-19
lines changed Original file line number Diff line number Diff line change @@ -3,18 +3,18 @@ id: 2f8b2839-3001-46b4-b5e0-cec0aad583ed
33management:
44 docChecksum: a34bd1c885aa42eb3175940494581f67
55 docVersion: 0.2.0
6- speakeasyVersion: 1.313.0
7- generationVersion: 2.347.8
8- releaseVersion: 1.1.1
9- configChecksum: 137e51571db66a049a5a162e1c1d744b
6+ speakeasyVersion: 1.314.2
7+ generationVersion: 2.349.6
8+ releaseVersion: 1.1.2
9+ configChecksum: b9ed006f3f4253857f003f21786aad3b
1010 repoURL: https://github.com/StyraInc/opa-typescript.git
1111 installationURL: https://github.com/StyraInc/opa-typescript
1212 published: true
1313features:
1414 typescript:
1515 additionalDependencies: 0.1.0
1616 constsAndDefaults: 0.1.5
17- core: 3.10.1
17+ core: 3.10.2
1818 examples: 2.81.4
1919 flattening: 2.81.1
2020 globalSecurityCallbacks: 0.1.0
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ generation:
1212 auth :
1313 oAuth2ClientCredentialsEnabled : false
1414typescript :
15- version : 1.1.1
15+ version : 1.1.2
1616 additionalDependencies :
1717 dependencies : {}
1818 devDependencies :
Original file line number Diff line number Diff line change 1- speakeasyVersion: 1.313.0
1+ speakeasyVersion: 1.314.2
22sources:
33 openapi:
44 sourceNamespace: openapi
5- sourceRevisionDigest: sha256:cd8d910f3124c8e7824d22499f712ec07963b37bdeb413e87c6f971bfe83a84d
6- sourceBlobDigest: sha256:ce2ca6d4477613df234466d897ba0c2109b7fbe349050721af70047a3236f8a3
5+ sourceRevisionDigest: sha256:44803b9388b3eb8b9feff9dcb2d9d7bc6b937da1b30a80d4cdc18364dd3bf213
6+ sourceBlobDigest: sha256:aafd63401c6a16756222e997560cfc95822cdc1bd0d288653bece39534f5424a
77 tags:
88 - latest
99 - main
1010targets:
1111 first-target:
1212 source: openapi
1313 sourceNamespace: openapi
14- sourceRevisionDigest: sha256:cd8d910f3124c8e7824d22499f712ec07963b37bdeb413e87c6f971bfe83a84d
15- sourceBlobDigest: sha256:ce2ca6d4477613df234466d897ba0c2109b7fbe349050721af70047a3236f8a3
14+ sourceRevisionDigest: sha256:44803b9388b3eb8b9feff9dcb2d9d7bc6b937da1b30a80d4cdc18364dd3bf213
15+ sourceBlobDigest: sha256:aafd63401c6a16756222e997560cfc95822cdc1bd0d288653bece39534f5424a
1616 outLocation: /github/workspace/repo
1717workflow:
1818 workflowVersion: 1.0.0
Original file line number Diff line number Diff line change @@ -318,4 +318,14 @@ Based on:
318318### Generated
319319- [ typescript v1.1.1] .
320320### Releases
321- - [ NPM v1.1.1] https://www.npmjs.com/package/@styra/opa/v/1.1.1 - .
321+ - [ NPM v1.1.1] https://www.npmjs.com/package/@styra/opa/v/1.1.1 - .
322+
323+ ## 2024-06-24 11:57:25
324+ ### Changes
325+ Based on:
326+ - OpenAPI Doc
327+ - Speakeasy CLI 1.314.2 (2.349.6) https://github.com/speakeasy-api/speakeasy
328+ ### Generated
329+ - [ typescript v1.1.2] .
330+ ### Releases
331+ - [ NPM v1.1.2] https://www.npmjs.com/package/@styra/opa/v/1.1.2 - .
Original file line number Diff line number Diff line change 22
33{
44 "name" : " @styra/opa" ,
5- "version" : " 1.1.1 " ,
5+ "version" : " 1.1.2 " ,
66 "exports" : {
77 "." : " ./src/index.ts" ,
88 "./sdk/models/errors" : " ./src/sdk/models/errors/index.ts" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @styra/opa" ,
3- "version" : " 1.1.1 " ,
3+ "version" : " 1.1.2 " ,
44 "author" : " Styra" ,
55 "license" : " Apache-2.0" ,
66 "main" : " ./index.js" ,
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 = {
5353 language : "typescript" ,
5454 openapiDocVersion : "0.2.0" ,
55- sdkVersion : "1.1.1 " ,
56- genVersion : "2.347.8 " ,
57- userAgent : "speakeasy-sdk/typescript 1.1.1 2.347.8 0.2.0 @styra/opa" ,
55+ sdkVersion : "1.1.2 " ,
56+ genVersion : "2.349.6 " ,
57+ userAgent : "speakeasy-sdk/typescript 1.1.2 2.349.6 0.2.0 @styra/opa" ,
5858} as const ;
You can’t perform that action at this time.
0 commit comments