From a1e167a4f559c936ac6af7e6661630a4061400ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 14:28:07 +0000 Subject: [PATCH] chore(deps): bump @hatchet-dev/typescript-sdk in /child-workflows Bumps [@hatchet-dev/typescript-sdk](https://github.com/hatchet-dev/hatchet-typescript) from 0.8.1 to 0.15.0. - [Commits](https://github.com/hatchet-dev/hatchet-typescript/commits) --- updated-dependencies: - dependency-name: "@hatchet-dev/typescript-sdk" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- child-workflows/package-lock.json | 14 ++++++++++---- child-workflows/package.json | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/child-workflows/package-lock.json b/child-workflows/package-lock.json index 078e3f6..2aaca18 100644 --- a/child-workflows/package-lock.json +++ b/child-workflows/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "license": "MIT", "dependencies": { - "@hatchet-dev/typescript-sdk": "^0.8.1", + "@hatchet-dev/typescript-sdk": "^0.15.0", "axios": "^1.7.3", "openai": "^4.55.1", "vectra": "^0.7.6" @@ -640,6 +640,11 @@ "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==", "dev": true }, + "node_modules/@bufbuild/protobuf": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@bufbuild/protobuf/-/protobuf-2.2.0.tgz", + "integrity": "sha512-+imAQkHf7U/Rwvu0wk1XWgsP3WnpCWmK7B48f0XqSNzgk64+grljTKC7pnO/xBiEMUziF7vKRfbBnOQhg126qQ==" + }, "node_modules/@cspotcode/source-map-support": { "version": "0.8.1", "resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz", @@ -770,10 +775,11 @@ } }, "node_modules/@hatchet-dev/typescript-sdk": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/@hatchet-dev/typescript-sdk/-/typescript-sdk-0.8.1.tgz", - "integrity": "sha512-ACfhUM6IV+bVuHMuvR7UUqnxhAucTTAmil6sICL9K3rtj7y6WARstsahTW3/krwW5R/nbpoz+Oc543SECsgA3Q==", + "version": "0.15.0", + "resolved": "https://registry.npmjs.org/@hatchet-dev/typescript-sdk/-/typescript-sdk-0.15.0.tgz", + "integrity": "sha512-vdKLzOG286V59hjwODJEFccN8UJ7xm5IJanT7dmTjfFlS0jzG+FJbu/LxaxICG4b366uN6Ha/YFRj18WjFR6TQ==", "dependencies": { + "@bufbuild/protobuf": "^2.1.0", "@types/qs": "^6.9.11", "abort-controller-x": "^0.4.3", "axios": "^1.6.7", diff --git a/child-workflows/package.json b/child-workflows/package.json index 9961d99..d15bbed 100644 --- a/child-workflows/package.json +++ b/child-workflows/package.json @@ -58,7 +58,7 @@ "typescript": "^5.4.3" }, "dependencies": { - "@hatchet-dev/typescript-sdk": "^0.8.1", + "@hatchet-dev/typescript-sdk": "^0.15.0", "axios": "^1.7.3", "openai": "^4.55.1", "vectra": "^0.7.6"