@opentabs-dev/opentabs-plugin-reddit 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
|
@@ -14957,7 +14957,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
14957
14957
|
};
|
|
14958
14958
|
var src_default = new RedditPlugin();
|
|
14959
14959
|
|
|
14960
|
-
// dist/
|
|
14960
|
+
// dist/_adapter_entry_12b71574-e200-4403-8d14-7bb63132c2fd.ts
|
|
14961
14961
|
if (!globalThis.__openTabs) {
|
|
14962
14962
|
globalThis.__openTabs = {};
|
|
14963
14963
|
} else {
|
|
@@ -15173,5 +15173,5 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
15173
15173
|
};
|
|
15174
15174
|
delete src_default.onDeactivate;
|
|
15175
15175
|
}
|
|
15176
|
-
})();(function(){var o=(globalThis).__openTabs;if(o&&o.adapters&&o.adapters["reddit"]){var a=o.adapters["reddit"];a.__adapterHash="
|
|
15176
|
+
})();(function(){var o=(globalThis).__openTabs;if(o&&o.adapters&&o.adapters["reddit"]){var a=o.adapters["reddit"];a.__adapterHash="b2ed9c82c456ebc9aa2d141756f608e0d830c57bbdbcffe8c0e4710f5b28f890";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,"reddit",{value:a,writable:false,configurable:false,enumerable:true});Object.defineProperty(o,"adapters",{value:o.adapters,writable:false,configurable:false});}})();
|
|
15177
15177
|
//# sourceMappingURL=adapter.iife.js.map
|