@opentabs-dev/opentabs-plugin-netflix 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
|
@@ -15108,7 +15108,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
15108
15108
|
};
|
|
15109
15109
|
var src_default = new NetflixPlugin();
|
|
15110
15110
|
|
|
15111
|
-
// dist/
|
|
15111
|
+
// dist/_adapter_entry_5e4fd15b-5a10-4e09-b9a2-a3c14da89915.ts
|
|
15112
15112
|
if (!globalThis.__openTabs) {
|
|
15113
15113
|
globalThis.__openTabs = {};
|
|
15114
15114
|
} else {
|
|
@@ -15324,5 +15324,5 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
15324
15324
|
};
|
|
15325
15325
|
delete src_default.onDeactivate;
|
|
15326
15326
|
}
|
|
15327
|
-
})();(function(){var o=(globalThis).__openTabs;if(o&&o.adapters&&o.adapters["netflix"]){var a=o.adapters["netflix"];a.__adapterHash="
|
|
15327
|
+
})();(function(){var o=(globalThis).__openTabs;if(o&&o.adapters&&o.adapters["netflix"]){var a=o.adapters["netflix"];a.__adapterHash="cfcae97783804c1cbb8966b837a50a69b7734666a0761aa1c540a7c5fc544d56";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,"netflix",{value:a,writable:false,configurable:false,enumerable:true});Object.defineProperty(o,"adapters",{value:o.adapters,writable:false,configurable:false});}})();
|
|
15328
15328
|
//# sourceMappingURL=adapter.iife.js.map
|