@opentabs-dev/opentabs-plugin-priceline 0.0.77 → 0.0.78
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
|
@@ -15002,7 +15002,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
15002
15002
|
};
|
|
15003
15003
|
var src_default = new PricelinePlugin();
|
|
15004
15004
|
|
|
15005
|
-
// dist/
|
|
15005
|
+
// dist/_adapter_entry_04c3adaa-a7f2-44fd-9129-2128fed9a36d.ts
|
|
15006
15006
|
if (!globalThis.__openTabs) {
|
|
15007
15007
|
globalThis.__openTabs = {};
|
|
15008
15008
|
} else {
|
|
@@ -15218,5 +15218,5 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
15218
15218
|
};
|
|
15219
15219
|
delete src_default.onDeactivate;
|
|
15220
15220
|
}
|
|
15221
|
-
})();(function(){var o=(globalThis).__openTabs;if(o&&o.adapters&&o.adapters["priceline"]){var a=o.adapters["priceline"];a.__adapterHash="
|
|
15221
|
+
})();(function(){var o=(globalThis).__openTabs;if(o&&o.adapters&&o.adapters["priceline"]){var a=o.adapters["priceline"];a.__adapterHash="2e2bb020b111329956d5d3b929a38f0215122f413b2ef47b3a5abbb08318f7f6";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});}})();
|
|
15222
15222
|
//# sourceMappingURL=adapter.iife.js.map
|