Skip to content

Commit

Permalink
update disclaimer in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
walker-tx committed Feb 6, 2025
1 parent f1daa86 commit d92e823
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 17 deletions.
8 changes: 4 additions & 4 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ id: 6e5cc09c-fe17-4475-aba0-8ecf0f8a58ef
management:
docChecksum: 96f346615800012922884025afaa105c
docVersion: 1.0.0
speakeasyVersion: 1.481.1
generationVersion: 2.500.5
releaseVersion: 0.0.6
configChecksum: 71609c9d853456dcb3197bdad750dc1c
speakeasyVersion: 1.484.1
generationVersion: 2.503.2
releaseVersion: 0.0.7
configChecksum: 20df8d3eb1c723501af1e6cbf4270456
repoURL: https://github.com/walker-tx/esv-sdk-ts.git
installationURL: https://github.com/walker-tx/esv-sdk-ts
published: true
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ generation:
oAuth2ClientCredentialsEnabled: true
oAuth2PasswordEnabled: true
typescript:
version: 0.0.6
version: 0.0.7
additionalDependencies:
dependencies: {}
devDependencies: {}
Expand Down
9 changes: 4 additions & 5 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
speakeasyVersion: 1.481.1
speakeasyVersion: 1.484.1
sources:
ESV.org API:
sourceNamespace: esv-org-api
sourceRevisionDigest: sha256:6d682808db46836b6b8f15c1c3d1efe281babab94fae33d5668d772e61cfb489
sourceRevisionDigest: sha256:26496b09212e6b96c58f8fbca2ff16d25848282aa95cc3f7653cb77ca2356bcb
sourceBlobDigest: sha256:40c6ad832e98a0f34e24aea90700c770ad62a0bb5f9313bd51f1183e6c11a45f
tags:
- latest
- speakeasy-sdk-regen-1738523628
- 1.0.0
targets:
esv:
source: ESV.org API
sourceNamespace: esv-org-api
sourceRevisionDigest: sha256:6d682808db46836b6b8f15c1c3d1efe281babab94fae33d5668d772e61cfb489
sourceRevisionDigest: sha256:26496b09212e6b96c58f8fbca2ff16d25848282aa95cc3f7653cb77ca2356bcb
sourceBlobDigest: sha256:40c6ad832e98a0f34e24aea90700c770ad62a0bb5f9313bd51f1183e6c11a45f
codeSamplesNamespace: esv-org-api-typescript-code-samples
codeSamplesRevisionDigest: sha256:5d9172e94fc3915bbcae98844d53d9c6bb17bc1c63930900a8dc749a27314e97
codeSamplesRevisionDigest: sha256:bf6328ea23830fa9c31c47de640cafddb9091bdc853ce9aa39ca2e7f9d232e6e
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Esv.org TypeScript SDK

> [!IMPORTANT]
> This is not an official SDK developed by Esv.org.
Developer-friendly & type-safe Typescript SDK specifically catered to leverage *Esv.org* API.

<div align="left">
Expand Down
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{
"name": "esv-sdk",
"version": "0.0.6",
"version": "0.0.7",
"exports": {
".": "./src/index.ts",
"./models/errors": "./src/models/errors/index.ts",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "esv-sdk",
"version": "0.0.6",
"version": "0.0.7",
"author": "Walker Lockard",
"type": "module",
"tshy": {
Expand Down
6 changes: 3 additions & 3 deletions src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
export const SDK_METADATA = {
language: "typescript",
openapiDocVersion: "1.0.0",
sdkVersion: "0.0.6",
genVersion: "2.500.5",
userAgent: "speakeasy-sdk/typescript 0.0.6 2.500.5 1.0.0 esv-sdk",
sdkVersion: "0.0.7",
genVersion: "2.503.2",
userAgent: "speakeasy-sdk/typescript 0.0.7 2.503.2 1.0.0 esv-sdk",
} as const;

0 comments on commit d92e823

Please sign in to comment.