agentwheel 0.19.2 → 0.19.3
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
|
@@ -10653,7 +10653,7 @@ async function createGraphSourcePlan(options) {
|
|
|
10653
10653
|
replaceConflict: options.replaceConflict,
|
|
10654
10654
|
warn
|
|
10655
10655
|
});
|
|
10656
|
-
if (
|
|
10656
|
+
if (options.forceForeignState !== true && options.deferForeignStateCheck !== true) {
|
|
10657
10657
|
await assertNoForeignWorkspaceState({
|
|
10658
10658
|
installRoot: resolvedInstallRoot,
|
|
10659
10659
|
adapter: options.adapter.name,
|
package/openpack.json
CHANGED
package/package.json
CHANGED