agentwheel 0.19.1 → 0.19.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js
CHANGED
|
@@ -15889,6 +15889,7 @@ async function runExactMcpRetirement(packageName, options) {
|
|
|
15889
15889
|
onlySource: true,
|
|
15890
15890
|
retireExactMcp: true,
|
|
15891
15891
|
expectedFromWorkspaceOwner,
|
|
15892
|
+
deferForeignStateCheck: true,
|
|
15892
15893
|
dryRun: true
|
|
15893
15894
|
}, { mode: "install" });
|
|
15894
15895
|
if (results.length !== 1) {
|
package/openpack.json
CHANGED
package/package.json
CHANGED