File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 passesManifestOwnerBasePolicy ,
99} from "./manifest-owner-policy.js" ;
1010import { loadPluginManifestRegistryForInstalledIndex } from "./manifest-registry-installed.js" ;
11- import type { PluginManifestRegistry } from "./manifest-registry.js" ;
11+ import type { PluginManifestRecord , PluginManifestRegistry } from "./manifest-registry.js" ;
1212import {
1313 loadPluginRegistrySnapshot ,
1414 normalizePluginsConfigWithRegistry ,
Original file line number Diff line number Diff 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
131132function shouldNeverBundleDependency ( id : string ) : boolean {
You can’t perform that action at this time.
0 commit comments