Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .cursor/skills/qv-sdk-bare-sdk-sync/scripts/sync.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ const dryRun = args.has("--dry-run");
const checkMode = args.has("--check");

const DEP_FIELDS = ["dependencies", "optionalDependencies", "peerDependencies"];
// Keep aligned with check-deps-vs-sdk.mjs's SDK_ONLY_PACKAGES. Empty today.
const SDK_ONLY_PACKAGES = new Set([]);
// Keep aligned with check-deps-vs-sdk.mjs's SDK_ONLY_PACKAGES.
const SDK_ONLY_PACKAGES = new Set(["bare-runtime", "bare-pack"]);

function readPkg(filePath) {
return JSON.parse(fs.readFileSync(filePath, "utf8"));
Expand Down
Loading
Loading