@opentabs-dev/opentabs-plugin-zillow 0.0.83 → 0.0.85
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/adapter.iife.js +2 -2
- package/dist/adapter.iife.js.map +2 -2
- package/dist/tools.json +1 -1
- package/package.json +12 -5
package/dist/adapter.iife.js
CHANGED
|
@@ -15001,7 +15001,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
15001
15001
|
};
|
|
15002
15002
|
var src_default = new ZillowPlugin();
|
|
15003
15003
|
|
|
15004
|
-
// dist/
|
|
15004
|
+
// dist/_adapter_entry_2c0dad52-cc17-44dd-b609-d180dc849cc3.ts
|
|
15005
15005
|
if (!globalThis.__openTabs) {
|
|
15006
15006
|
globalThis.__openTabs = {};
|
|
15007
15007
|
} else {
|
|
@@ -15217,5 +15217,5 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
15217
15217
|
};
|
|
15218
15218
|
delete src_default.onDeactivate;
|
|
15219
15219
|
}
|
|
15220
|
-
})();(function(){var o=(globalThis).__openTabs;if(o&&o.adapters&&o.adapters["zillow"]){var a=o.adapters["zillow"];a.__adapterHash="
|
|
15220
|
+
})();(function(){var o=(globalThis).__openTabs;if(o&&o.adapters&&o.adapters["zillow"]){var a=o.adapters["zillow"];a.__adapterHash="0ab61325bea089176d8e44d70aee1088d05ccf234b86b195b0aa0c2e8f0bc670";if(a.tools&&Array.isArray(a.tools)){for(var i=0;i<a.tools.length;i++){Object.freeze(a.tools[i]);}Object.freeze(a.tools);}Object.freeze(a);Object.defineProperty(o.adapters,"zillow",{value:a,writable:false,configurable:false,enumerable:true});Object.defineProperty(o,"adapters",{value:o.adapters,writable:false,configurable:false});}})();
|
|
15221
15221
|
//# sourceMappingURL=adapter.iife.js.map
|