auto-webmcp 0.3.4 → 0.3.5
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/auto-webmcp.cjs.js +1 -3
- package/dist/auto-webmcp.cjs.js.map +2 -2
- package/dist/auto-webmcp.esm.js +1 -3
- package/dist/auto-webmcp.esm.js.map +2 -2
- package/dist/auto-webmcp.iife.js +1 -1
- package/dist/auto-webmcp.iife.js.map +2 -2
- package/dist/discovery.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/auto-webmcp.esm.js
CHANGED
|
@@ -1640,9 +1640,7 @@ async function startDiscovery(config) {
|
|
|
1640
1640
|
startObserver(config);
|
|
1641
1641
|
listenForRouteChanges(config);
|
|
1642
1642
|
await scanForms(config);
|
|
1643
|
-
|
|
1644
|
-
await scanOrphanInputs(config);
|
|
1645
|
-
}
|
|
1643
|
+
await scanOrphanInputs(config);
|
|
1646
1644
|
}
|
|
1647
1645
|
function stopDiscovery() {
|
|
1648
1646
|
observer?.disconnect();
|