Skip to content

Commit a0d5372

Browse files
committed
build(release): keep qrcode terminal external
1 parent b79548b commit a0d5372

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/plugins/providers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {
88
passesManifestOwnerBasePolicy,
99
} from "./manifest-owner-policy.js";
1010
import { loadPluginManifestRegistryForInstalledIndex } from "./manifest-registry-installed.js";
11-
import type { PluginManifestRegistry } from "./manifest-registry.js";
11+
import type { PluginManifestRecord, PluginManifestRegistry } from "./manifest-registry.js";
1212
import {
1313
loadPluginRegistrySnapshot,
1414
normalizePluginsConfigWithRegistry,

tsdown.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ const explicitNeverBundleDependencies = [
126126
"@lancedb/lancedb",
127127
"@matrix-org/matrix-sdk-crypto-nodejs",
128128
"matrix-js-sdk",
129+
"qrcode-terminal",
129130
].toSorted((left, right) => left.localeCompare(right));
130131

131132
function shouldNeverBundleDependency(id: string): boolean {

0 commit comments

Comments
 (0)