Skip to content

Commit

Permalink
json-clone2 (#23)
Browse files Browse the repository at this point in the history
* relaunch

* relaunch
  • Loading branch information
tatarco authored Nov 29, 2024
1 parent 79f1592 commit c8eb6f3
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ management:
docVersion: "1.0"
speakeasyVersion: 1.448.2
generationVersion: 2.467.4
releaseVersion: 0.0.1-alpha.35
configChecksum: 0eae54e8dc026cdd6033864b5b7253b2
releaseVersion: 0.0.1-alpha.36
configChecksum: 31360af4543679f0170fe1607b4d89d3
published: true
features:
typescript:
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ generation:
oAuth2ClientCredentialsEnabled: false
oAuth2PasswordEnabled: false
typescript:
version: 0.0.1-alpha.35
version: 0.0.1-alpha.36
additionalDependencies:
dependencies: {}
devDependencies: {}
Expand Down
6 changes: 3 additions & 3 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ speakeasyVersion: 1.448.2
sources:
json-development:
sourceNamespace: json-development
sourceRevisionDigest: sha256:edd32349e860a3ff886a5903881c3373a0d03497e6fa7e523bd3783cf094ee6a
sourceRevisionDigest: sha256:1d224698d57287adfc285d6f4b6c236c016e31ac5007df66059212d923496b7c
sourceBlobDigest: sha256:702b2bffb885fd912bf9fdb0b9c3bb5b0e777581b345e500d2545899476b6bd8
tags:
- latest
Expand All @@ -11,10 +11,10 @@ targets:
my-first-target:
source: json-development
sourceNamespace: json-development
sourceRevisionDigest: sha256:edd32349e860a3ff886a5903881c3373a0d03497e6fa7e523bd3783cf094ee6a
sourceRevisionDigest: sha256:1d224698d57287adfc285d6f4b6c236c016e31ac5007df66059212d923496b7c
sourceBlobDigest: sha256:702b2bffb885fd912bf9fdb0b9c3bb5b0e777581b345e500d2545899476b6bd8
codeSamplesNamespace: code-samples-typescript
codeSamplesRevisionDigest: sha256:3c3646b60159125c50ab23217df6248d73285307c2bc2030427ef51a0e89301a
codeSamplesRevisionDigest: sha256:5fe84120bbc81e6e10384a51fcfbf80e9639908cc2b7e5bc100dd82e47284e7b
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
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": "@novu/api",
"version": "0.0.1-alpha.35",
"version": "0.0.1-alpha.36",
"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": "@novu/api",
"version": "0.0.1-alpha.35",
"version": "0.0.1-alpha.36",
"author": "Novu",
"main": "./index.js",
"sideEffects": false,
Expand Down
4 changes: 2 additions & 2 deletions src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
export const SDK_METADATA = {
language: "typescript",
openapiDocVersion: "1.0",
sdkVersion: "0.0.1-alpha.35",
sdkVersion: "0.0.1-alpha.36",
genVersion: "2.467.4",
userAgent: "speakeasy-sdk/typescript 0.0.1-alpha.35 2.467.4 1.0 @novu/api",
userAgent: "speakeasy-sdk/typescript 0.0.1-alpha.36 2.467.4 1.0 @novu/api",
} as const;

0 comments on commit c8eb6f3

Please sign in to comment.