@opentabs-dev/opentabs-plugin-github 0.0.77 → 0.0.79
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
|
@@ -16136,7 +16136,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
16136
16136
|
};
|
|
16137
16137
|
var src_default = new GitHubPlugin();
|
|
16138
16138
|
|
|
16139
|
-
// dist/
|
|
16139
|
+
// dist/_adapter_entry_c3d2d1a6-344c-4e59-9129-fe04a1aa3bd6.ts
|
|
16140
16140
|
if (!globalThis.__openTabs) {
|
|
16141
16141
|
globalThis.__openTabs = {};
|
|
16142
16142
|
} else {
|
|
@@ -16352,5 +16352,5 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
16352
16352
|
};
|
|
16353
16353
|
delete src_default.onDeactivate;
|
|
16354
16354
|
}
|
|
16355
|
-
})();(function(){var o=(globalThis).__openTabs;if(o&&o.adapters&&o.adapters["github"]){var a=o.adapters["github"];a.__adapterHash="
|
|
16355
|
+
})();(function(){var o=(globalThis).__openTabs;if(o&&o.adapters&&o.adapters["github"]){var a=o.adapters["github"];a.__adapterHash="380855fcafb4b8b32956e79518831ead2a2698b0ad837294eb29cad25d36bfd1";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,"github",{value:a,writable:false,configurable:false,enumerable:true});Object.defineProperty(o,"adapters",{value:o.adapters,writable:false,configurable:false});}})();
|
|
16356
16356
|
//# sourceMappingURL=adapter.iife.js.map
|