From 900776239022ac3aa2d46ad3b92518e99a88f034 Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Thu, 30 Apr 2026 09:06:12 -0400 Subject: [PATCH] chore(deps): bump @paperclipai/adapter-utils from canary.7 pin to ^2026.428.0 The peerDep floor and devDep were pinned to a pre-release canary from April 15, 13 days behind the current stable. Move both to the latest stable 2026.428.0. All 328 tests pass against the new types; the imported surface (asString, parseObject, runChildProcess, AdapterExecutionContext, etc.) is unchanged. Co-Authored-By: Claude Opus 4.7 (1M context) --- package-lock.json | 10 +++++----- package.json | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 73b6c95..04c4d1a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "picocolors": "^1.1.1" }, "devDependencies": { - "@paperclipai/adapter-utils": "2026.415.0-canary.7", + "@paperclipai/adapter-utils": "^2026.428.0", "@types/node": "^24.6.0", "@vitest/coverage-v8": "^4.1.4", "esbuild": "^0.24.0", @@ -21,7 +21,7 @@ "vitest": "^4.1.4" }, "peerDependencies": { - "@paperclipai/adapter-utils": ">=2026.415.0-canary.7" + "@paperclipai/adapter-utils": ">=2026.428.0" } }, "node_modules/@babel/helper-string-parser": { @@ -649,9 +649,9 @@ } }, "node_modules/@paperclipai/adapter-utils": { - "version": "2026.415.0-canary.7", - "resolved": "https://registry.npmjs.org/@paperclipai/adapter-utils/-/adapter-utils-2026.415.0-canary.7.tgz", - "integrity": "sha512-VNzIZmu1lrK6QM8Ad9WkOihZItfkj21NHKQf+artDcbwFT2hHbDAD9hdW2W9NMVxYdFvvnws3w76FI/BUbCMbQ==", + "version": "2026.428.0", + "resolved": "https://registry.npmjs.org/@paperclipai/adapter-utils/-/adapter-utils-2026.428.0.tgz", + "integrity": "sha512-kGHpE7rhePPCbnG3OwXbNuHZZuI+XyuFgNSiDnrEeiSbkI2c5XHM2WnWDCZ/NGHULfJW3lWhSxGMFoYqiy38vQ==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index 3c07c0e..667b273 100644 --- a/package.json +++ b/package.json @@ -38,10 +38,10 @@ "picocolors": "^1.1.1" }, "peerDependencies": { - "@paperclipai/adapter-utils": ">=2026.415.0-canary.7" + "@paperclipai/adapter-utils": ">=2026.428.0" }, "devDependencies": { - "@paperclipai/adapter-utils": "2026.415.0-canary.7", + "@paperclipai/adapter-utils": "^2026.428.0", "@types/node": "^24.6.0", "@vitest/coverage-v8": "^4.1.4", "esbuild": "^0.24.0",