From 42801f61780439e7af5b4b5c4d36ce44b49eae50 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Fri, 20 Mar 2026 10:38:21 -0700 Subject: [PATCH] fix(plugin-sdk): dedupe rebased zalo export entries --- package.json | 8 -------- scripts/lib/plugin-sdk-entrypoints.json | 2 -- 2 files changed, 10 deletions(-) diff --git a/package.json b/package.json index 0a560e9a933..646027a2cb5 100644 --- a/package.json +++ b/package.json @@ -257,14 +257,6 @@ "types": "./dist/plugin-sdk/voice-call.d.ts", "default": "./dist/plugin-sdk/voice-call.js" }, - "./plugin-sdk/zalo": { - "types": "./dist/plugin-sdk/zalo.d.ts", - "default": "./dist/plugin-sdk/zalo.js" - }, - "./plugin-sdk/zalouser": { - "types": "./dist/plugin-sdk/zalouser.d.ts", - "default": "./dist/plugin-sdk/zalouser.js" - }, "./plugin-sdk/imessage": { "types": "./dist/plugin-sdk/imessage.d.ts", "default": "./dist/plugin-sdk/imessage.js" diff --git a/scripts/lib/plugin-sdk-entrypoints.json b/scripts/lib/plugin-sdk-entrypoints.json index 0b322853e02..57ccd34d3a6 100644 --- a/scripts/lib/plugin-sdk-entrypoints.json +++ b/scripts/lib/plugin-sdk-entrypoints.json @@ -54,8 +54,6 @@ "tlon", "twitch", "voice-call", - "zalo", - "zalouser", "imessage", "imessage-core", "whatsapp",