Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.

Commit da51238

Browse files
srenatusgithub-actions[bot]speakeasybot
authored
fix license in package.json (#80)
* speakeasy: add license to 'additionalPackageJSON' Signed-off-by: Stephan Renatus <stephan@styra.com> * ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.308.2 (#79) Co-authored-by: speakeasybot <bot@speakeasyapi.dev> --------- Signed-off-by: Stephan Renatus <stephan@styra.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: speakeasybot <bot@speakeasyapi.dev>
1 parent 4c90d12 commit da51238

File tree

8 files changed

+31
-18
lines changed

8 files changed

+31
-18
lines changed

.speakeasy/gen.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ id: 2f8b2839-3001-46b4-b5e0-cec0aad583ed
33
management:
44
docChecksum: a34bd1c885aa42eb3175940494581f67
55
docVersion: 0.2.0
6-
speakeasyVersion: 1.308.1
6+
speakeasyVersion: 1.308.2
77
generationVersion: 2.342.6
8-
releaseVersion: 1.0.3
9-
configChecksum: b23aba3030a7b74df6868b95ae2a9a3d
8+
releaseVersion: 1.0.4
9+
configChecksum: 1995c0c509bb9dd57e9fdb68a6c4c34a
1010
repoURL: https://github.com/StyraInc/opa-typescript.git
1111
installationURL: https://github.com/StyraInc/opa-typescript
1212
published: true

.speakeasy/gen.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ generation:
1212
auth:
1313
oAuth2ClientCredentialsEnabled: false
1414
typescript:
15-
version: 1.0.3
15+
version: 1.0.4
1616
additionalDependencies:
1717
dependencies: {}
1818
devDependencies:
@@ -24,7 +24,8 @@ typescript:
2424
typedoc-plugin-extras: ^3.0.0
2525
typedoc-plugin-replace-text: ^3.3.0
2626
peerDependencies: {}
27-
additionalPackageJSON: {}
27+
additionalPackageJSON:
28+
license: Apache-2.0
2829
author: Styra
2930
clientServerStatusCodesAsErrors: true
3031
enumFormat: enum

.speakeasy/workflow.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
speakeasyVersion: 1.305.0
1+
speakeasyVersion: 1.308.2
22
sources:
33
openapi:
44
sourceNamespace: openapi
5-
sourceRevisionDigest: sha256:037d00e9d093178fd49eb577779e2274c7991af4cd15055b4d1a66cb5d157642
6-
sourceBlobDigest: sha256:c945a8dba1782c98253a7dadfacf4ee47377535603ce4a11a93fb05031229f88
5+
sourceRevisionDigest: sha256:473fbb546938d5d1921711b67f717098e4b955459e46644f125249cf4a0c8330
6+
sourceBlobDigest: sha256:5961ff122dac54a894eb88f90d7059ff3290b75dad3c4d87878ad659d9f8caac
77
tags:
88
- latest
9-
- main
9+
- sr-fix-license-in-package.json
1010
targets:
1111
first-target:
1212
source: openapi
1313
sourceNamespace: openapi
14-
sourceRevisionDigest: sha256:037d00e9d093178fd49eb577779e2274c7991af4cd15055b4d1a66cb5d157642
15-
sourceBlobDigest: sha256:c945a8dba1782c98253a7dadfacf4ee47377535603ce4a11a93fb05031229f88
14+
sourceRevisionDigest: sha256:473fbb546938d5d1921711b67f717098e4b955459e46644f125249cf4a0c8330
15+
sourceBlobDigest: sha256:5961ff122dac54a894eb88f90d7059ff3290b75dad3c4d87878ad659d9f8caac
1616
outLocation: /github/workspace/repo
1717
workflow:
1818
workflowVersion: 1.0.0

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,4 +288,14 @@ Based on:
288288
### Generated
289289
- [typescript v1.0.3] .
290290
### Releases
291-
- [NPM v1.0.3] https://www.npmjs.com/package/@styra/opa/v/1.0.3 - .
291+
- [NPM v1.0.3] https://www.npmjs.com/package/@styra/opa/v/1.0.3 - .
292+
293+
## 2024-06-18 17:47:34
294+
### Changes
295+
Based on:
296+
- OpenAPI Doc
297+
- Speakeasy CLI 1.308.2 (2.342.6) https://github.com/speakeasy-api/speakeasy
298+
### Generated
299+
- [typescript v1.0.4] .
300+
### Releases
301+
- [NPM v1.0.4] https://www.npmjs.com/package/@styra/opa/v/1.0.4 - .

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{
44
"name": "@styra/opa",
5-
"version": "1.0.3",
5+
"version": "1.0.4",
66
"exports": {
77
".": "./src/index.ts",
88
"./sdk/models/errors": "./src/sdk/models/errors/index.ts",

package-lock.json

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "@styra/opa",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"author": "Styra",
5+
"license": "Apache-2.0",
56
"main": "./index.js",
67
"sideEffects": false,
78
"repository": {

src/lib/config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
5252
export const SDK_METADATA = {
5353
language: "typescript",
5454
openapiDocVersion: "0.2.0",
55-
sdkVersion: "1.0.3",
55+
sdkVersion: "1.0.4",
5656
genVersion: "2.342.6",
57-
userAgent: "speakeasy-sdk/typescript 1.0.3 2.342.6 0.2.0 @styra/opa",
57+
userAgent: "speakeasy-sdk/typescript 1.0.4 2.342.6 0.2.0 @styra/opa",
5858
} as const;

0 commit comments

Comments
 (0)