@opentabs-dev/opentabs-plugin-priceline 0.0.87 → 0.0.88
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 +1 -1
- package/dist/tools.json +1 -1
- package/package.json +3 -3
package/dist/adapter.iife.js
CHANGED
|
@@ -16111,7 +16111,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
16111
16111
|
};
|
|
16112
16112
|
var src_default = new PricelinePlugin();
|
|
16113
16113
|
|
|
16114
|
-
// dist/
|
|
16114
|
+
// dist/_adapter_entry_5f96f07c-9618-4ddc-948e-141afb063b15.ts
|
|
16115
16115
|
if (!globalThis.__openTabs) {
|
|
16116
16116
|
globalThis.__openTabs = {};
|
|
16117
16117
|
} else {
|
|
@@ -16329,5 +16329,5 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
16329
16329
|
};
|
|
16330
16330
|
delete src_default.onDeactivate;
|
|
16331
16331
|
}
|
|
16332
|
-
})();(function(){var o=(globalThis).__openTabs;if(o&&o.adapters&&o.adapters["priceline"]){var a=o.adapters["priceline"];a.__adapterHash="
|
|
16332
|
+
})();(function(){var o=(globalThis).__openTabs;if(o&&o.adapters&&o.adapters["priceline"]){var a=o.adapters["priceline"];a.__adapterHash="9a86ad0de9d83e82c4a2a3e228616d4c41ea23cafa7e61e7527b18374296a971";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,"priceline",{value:a,writable:false,configurable:false,enumerable:true});Object.defineProperty(o,"adapters",{value:o.adapters,writable:false,configurable:false});}})();
|
|
16333
16333
|
//# sourceMappingURL=adapter.iife.js.map
|