From 01854e7d3e1a9ad824b6a34d13e7c2e77b276af4 Mon Sep 17 00:00:00 2001 From: whilefoo Date: Sun, 10 Nov 2024 12:00:45 +0100 Subject: [PATCH] fix: imports --- bun.lockb | Bin 424833 -> 424833 bytes package.json | 2 +- src/github/handlers/issue-comment-created.ts | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bun.lockb b/bun.lockb index 9f888e1ca53f7b7d5023e9e3f4a357cb23f678e7..16edf4141b7aa7aaba67228901bcb2ec3d74a704 100755 GIT binary patch delta 33 ncmZqtF4_29vY~~sg{g&k3rl}0qhb4mR2Cp+-990e?V~6F;iL@A delta 33 ncmZqtF4_29vY~~sg{g&k3rl}0qe1(GR2Cp+-990e?V~6F;gt-_ diff --git a/package.json b/package.json index 8a4833c..eec39b5 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@octokit/types": "^13.5.0", "@octokit/webhooks": "13.3.0", "@octokit/webhooks-types": "7.5.1", - "@sinclair/typebox": "^0.33.20", + "@sinclair/typebox": "^0.33.21", "@ubiquity-os/plugin-sdk": "^1.0.11", "dotenv": "16.4.5", "openai": "^4.70.2", diff --git a/src/github/handlers/issue-comment-created.ts b/src/github/handlers/issue-comment-created.ts index 340f4bc..b67ce95 100644 --- a/src/github/handlers/issue-comment-created.ts +++ b/src/github/handlers/issue-comment-created.ts @@ -1,4 +1,4 @@ -import { Manifest } from "../../types/manifest"; +import { Manifest } from "@ubiquity-os/plugin-sdk/manifest"; import { GitHubContext } from "../github-context"; import { PluginInput } from "../types/plugin"; import { isGithubPlugin, PluginConfiguration } from "../types/plugin-configuration";