From 50d613577146b40cd82193b9162114af77e21931 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 00:14:23 +0000 Subject: [PATCH] build(deps-dev): bump bun-types from 1.4.0 to 1.4.2 Bumps [bun-types](https://github.com/oven-sh/bun/tree/HEAD/packages/bun-types) from 1.4.0 to 1.4.2. - [Release notes](https://github.com/oven-sh/bun/releases) - [Commits](https://github.com/oven-sh/bun/commits/bun-v1.4.2/packages/bun-types) --- updated-dependencies: - dependency-name: bun-types dependency-version: 1.4.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- bun.lock | 10 ++++++---- package.json | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/bun.lock b/bun.lock index 52a1103..5a141bb 100644 --- a/bun.lock +++ b/bun.lock @@ -12,14 +12,14 @@ "@opencode-ai/plugin": "1.18.25", "@tsconfig/bun": "1.0.11", "@types/bun": "1.4.0", - "bun-types": "1.4.0", + "bun-types": "1.4.2", "lefthook": "2.1.12", "typescript": "7.0.2", }, }, "packages/opencode": { "name": "@cortexkit/opencode-openai-auth", - "version": "0.6.4", + "version": "0.7.1", "bin": { "openai-auth": "./dist/cli.js", }, @@ -36,7 +36,7 @@ }, "packages/pi": { "name": "@cortexkit/pi-openai-auth", - "version": "0.6.4", + "version": "0.7.1", "peerDependencies": { "@earendil-works/pi-ai": ">=0.80.10", "@earendil-works/pi-coding-agent": ">=0.80.10", @@ -387,7 +387,7 @@ "bun-ffi-structs": ["bun-ffi-structs@0.3.1", "", { "peerDependencies": { "typescript": "^5" } }, "sha512-3gM7PpVWLyrwxWjcilSiGuhWanhZivvo6l0u573NziPH6f/gwk6McbaYgn7oJWov6pKGRTDbrg94W5DcJsKTtQ=="], - "bun-types": ["bun-types@1.4.0", "", { "dependencies": { "@types/node": "*" } }, "sha512-iIKw23BspnQQYd3prITOBxeUsxBHnwzX6YJfGMuNOZzeNcMmVqzIIVGRm1l69ogaPQmb4wB6BN8mA5bE9YuC5Q=="], + "bun-types": ["bun-types@1.4.2", "", { "dependencies": { "@types/node": "*" } }, "sha512-bxV1FgK7yBIzjRe5zBozIM4Bem11ZJcCXSrjWRG3YWLt8yFDePu4cLjpebO8OvPeIE9trbyPF4fuj3Cia4Fj3w=="], "caniuse-lite": ["caniuse-lite@1.0.30001810", "", {}, "sha512-TITQPUkaz+aVk5GL6NhOdwk1aEaNTSDPsGFWrTuhKGtjTF70jL/Oht2W4c6rXUe5fu7Ie19VIahAXHIIiWWNeg=="], @@ -671,6 +671,8 @@ "@opentui/core/marked": ["marked@17.0.1", "", { "bin": { "marked": "bin/marked.js" } }, "sha512-boeBdiS0ghpWcSwoNm/jJBwdpFaMnZWRzjA6SkUMYb40SVaN1x7mmfGKp0jvexGcx+7y2La5zRZsYFZI6Qpypg=="], + "@types/bun/bun-types": ["bun-types@1.4.0", "", { "dependencies": { "@types/node": "*" } }, "sha512-iIKw23BspnQQYd3prITOBxeUsxBHnwzX6YJfGMuNOZzeNcMmVqzIIVGRm1l69ogaPQmb4wB6BN8mA5bE9YuC5Q=="], + "ai/@ai-sdk/provider": ["@ai-sdk/provider@4.0.10", "", { "dependencies": { "json-schema": "^0.4.0" } }, "sha512-fX2ENAc7iDpZ+Wp4+Rk06Usn/Ys7dI9uAkGv0jlF6XVrW13NkRWx5Ou+U6lIM2E1fTLkCs16GGrUAaVvroag7A=="], "babel-plugin-jsx-dom-expressions/@babel/helper-module-imports": ["@babel/helper-module-imports@7.18.6", "", { "dependencies": { "@babel/types": "^7.18.6" } }, "sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA=="], diff --git a/package.json b/package.json index dc7bcf4..fa0cb34 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@opencode-ai/plugin": "1.18.25", "@tsconfig/bun": "1.0.11", "@types/bun": "1.4.0", - "bun-types": "1.4.0", + "bun-types": "1.4.2", "lefthook": "2.1.12", "typescript": "7.0.2" }