@opentabs-dev/opentabs-plugin-discord 0.0.80 → 0.0.82
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
|
@@ -15171,7 +15171,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
15171
15171
|
};
|
|
15172
15172
|
var src_default = new DiscordPlugin();
|
|
15173
15173
|
|
|
15174
|
-
// dist/
|
|
15174
|
+
// dist/_adapter_entry_b8e2376b-344c-4f70-a27a-6a3a94301820.ts
|
|
15175
15175
|
if (!globalThis.__openTabs) {
|
|
15176
15176
|
globalThis.__openTabs = {};
|
|
15177
15177
|
} else {
|
|
@@ -15387,5 +15387,5 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
15387
15387
|
};
|
|
15388
15388
|
delete src_default.onDeactivate;
|
|
15389
15389
|
}
|
|
15390
|
-
})();(function(){var o=(globalThis).__openTabs;if(o&&o.adapters&&o.adapters["discord"]){var a=o.adapters["discord"];a.__adapterHash="
|
|
15390
|
+
})();(function(){var o=(globalThis).__openTabs;if(o&&o.adapters&&o.adapters["discord"]){var a=o.adapters["discord"];a.__adapterHash="afe9ac11a5c8e98bd3e9c535efa7b67bd8a07c4a07b63bd905140f82aaf46a27";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,"discord",{value:a,writable:false,configurable:false,enumerable:true});Object.defineProperty(o,"adapters",{value:o.adapters,writable:false,configurable:false});}})();
|
|
15391
15391
|
//# sourceMappingURL=adapter.iife.js.map
|