@opentabs-dev/opentabs-plugin-priceline 0.0.74 → 0.0.76
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
|
@@ -15000,7 +15000,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
15000
15000
|
};
|
|
15001
15001
|
var src_default = new PricelinePlugin();
|
|
15002
15002
|
|
|
15003
|
-
// dist/
|
|
15003
|
+
// dist/_adapter_entry_1766d539-4d4c-4160-be59-872694b05738.ts
|
|
15004
15004
|
if (!globalThis.__openTabs) {
|
|
15005
15005
|
globalThis.__openTabs = {};
|
|
15006
15006
|
} else {
|
|
@@ -15216,5 +15216,5 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
15216
15216
|
};
|
|
15217
15217
|
delete src_default.onDeactivate;
|
|
15218
15218
|
}
|
|
15219
|
-
})();(function(){var o=(globalThis).__openTabs;if(o&&o.adapters&&o.adapters["priceline"]){var a=o.adapters["priceline"];a.__adapterHash="
|
|
15219
|
+
})();(function(){var o=(globalThis).__openTabs;if(o&&o.adapters&&o.adapters["priceline"]){var a=o.adapters["priceline"];a.__adapterHash="b170b1dad559826406e50fa8e1e0900fd984dac10d46cb89ac9dde4f9d37d3a1";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});}})();
|
|
15220
15220
|
//# sourceMappingURL=adapter.iife.js.map
|