@opentabs-dev/opentabs-plugin-netflix 0.0.78 → 0.0.80
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
|
@@ -15110,7 +15110,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
15110
15110
|
};
|
|
15111
15111
|
var src_default = new NetflixPlugin();
|
|
15112
15112
|
|
|
15113
|
-
// dist/
|
|
15113
|
+
// dist/_adapter_entry_3af44fed-8d63-45bd-8de6-9bbd39126ec2.ts
|
|
15114
15114
|
if (!globalThis.__openTabs) {
|
|
15115
15115
|
globalThis.__openTabs = {};
|
|
15116
15116
|
} else {
|
|
@@ -15326,5 +15326,5 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
15326
15326
|
};
|
|
15327
15327
|
delete src_default.onDeactivate;
|
|
15328
15328
|
}
|
|
15329
|
-
})();(function(){var o=(globalThis).__openTabs;if(o&&o.adapters&&o.adapters["netflix"]){var a=o.adapters["netflix"];a.__adapterHash="
|
|
15329
|
+
})();(function(){var o=(globalThis).__openTabs;if(o&&o.adapters&&o.adapters["netflix"]){var a=o.adapters["netflix"];a.__adapterHash="934cf21b3174014a2abd6fffafe5f9daeed17b1e87802f05e18fe7a64dcba637";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});}})();
|
|
15330
15330
|
//# sourceMappingURL=adapter.iife.js.map
|