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
3
3
management:
4
4
docChecksum: a34bd1c885aa42eb3175940494581f67
5
5
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
10
10
repoURL: https://github.com/StyraInc/opa-typescript.git
11
11
installationURL: https://github.com/StyraInc/opa-typescript
12
12
published: true
13
13
features:
14
14
typescript:
15
15
additionalDependencies: 0.1.0
16
16
constsAndDefaults: 0.1.5
17
- core: 3.10.1
17
+ core: 3.10.2
18
18
examples: 2.81.4
19
19
flattening: 2.81.1
20
20
globalSecurityCallbacks: 0.1.0
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ generation:
12
12
auth :
13
13
oAuth2ClientCredentialsEnabled : false
14
14
typescript :
15
- version : 1.1.1
15
+ version : 1.1.2
16
16
additionalDependencies :
17
17
dependencies : {}
18
18
devDependencies :
Original file line number Diff line number Diff line change 1
- speakeasyVersion: 1.313.0
1
+ speakeasyVersion: 1.314.2
2
2
sources:
3
3
openapi:
4
4
sourceNamespace: openapi
5
- sourceRevisionDigest: sha256:cd8d910f3124c8e7824d22499f712ec07963b37bdeb413e87c6f971bfe83a84d
6
- sourceBlobDigest: sha256:ce2ca6d4477613df234466d897ba0c2109b7fbe349050721af70047a3236f8a3
5
+ sourceRevisionDigest: sha256:44803b9388b3eb8b9feff9dcb2d9d7bc6b937da1b30a80d4cdc18364dd3bf213
6
+ sourceBlobDigest: sha256:aafd63401c6a16756222e997560cfc95822cdc1bd0d288653bece39534f5424a
7
7
tags:
8
8
- latest
9
9
- main
10
10
targets:
11
11
first-target:
12
12
source: openapi
13
13
sourceNamespace: openapi
14
- sourceRevisionDigest: sha256:cd8d910f3124c8e7824d22499f712ec07963b37bdeb413e87c6f971bfe83a84d
15
- sourceBlobDigest: sha256:ce2ca6d4477613df234466d897ba0c2109b7fbe349050721af70047a3236f8a3
14
+ sourceRevisionDigest: sha256:44803b9388b3eb8b9feff9dcb2d9d7bc6b937da1b30a80d4cdc18364dd3bf213
15
+ sourceBlobDigest: sha256:aafd63401c6a16756222e997560cfc95822cdc1bd0d288653bece39534f5424a
16
16
outLocation: /github/workspace/repo
17
17
workflow:
18
18
workflowVersion: 1.0.0
Original file line number Diff line number Diff line change @@ -318,4 +318,14 @@ Based on:
318
318
### Generated
319
319
- [ typescript v1.1.1] .
320
320
### 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 2
2
3
3
{
4
4
"name" : " @styra/opa" ,
5
- "version" : " 1.1.1 " ,
5
+ "version" : " 1.1.2 " ,
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" : " @styra/opa" ,
3
- "version" : " 1.1.1 " ,
3
+ "version" : " 1.1.2 " ,
4
4
"author" : " Styra" ,
5
5
"license" : " Apache-2.0" ,
6
6
"main" : " ./index.js" ,
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
52
52
export const SDK_METADATA = {
53
53
language : "typescript" ,
54
54
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" ,
58
58
} as const ;
You can’t perform that action at this time.
0 commit comments