@opentabs-dev/opentabs-plugin-twitch 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
|
@@ -14883,7 +14883,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
14883
14883
|
};
|
|
14884
14884
|
var src_default = new TwitchPlugin();
|
|
14885
14885
|
|
|
14886
|
-
// dist/
|
|
14886
|
+
// dist/_adapter_entry_72ccd637-3456-41f9-8bbc-a477018eee1d.ts
|
|
14887
14887
|
if (!globalThis.__openTabs) {
|
|
14888
14888
|
globalThis.__openTabs = {};
|
|
14889
14889
|
} else {
|
|
@@ -15099,5 +15099,5 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
15099
15099
|
};
|
|
15100
15100
|
delete src_default.onDeactivate;
|
|
15101
15101
|
}
|
|
15102
|
-
})();(function(){var o=(globalThis).__openTabs;if(o&&o.adapters&&o.adapters["twitch"]){var a=o.adapters["twitch"];a.__adapterHash="
|
|
15102
|
+
})();(function(){var o=(globalThis).__openTabs;if(o&&o.adapters&&o.adapters["twitch"]){var a=o.adapters["twitch"];a.__adapterHash="3d04009d5ad3dd9ff3018f6f2db3d86da19e73adf2bcc971f9b7d0bd21e7e60c";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,"twitch",{value:a,writable:false,configurable:false,enumerable:true});Object.defineProperty(o,"adapters",{value:o.adapters,writable:false,configurable:false});}})();
|
|
15103
15103
|
//# sourceMappingURL=adapter.iife.js.map
|