@opentabs-dev/opentabs-plugin-github 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
|
@@ -15650,7 +15650,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
15650
15650
|
};
|
|
15651
15651
|
var src_default = new GitHubPlugin();
|
|
15652
15652
|
|
|
15653
|
-
// dist/
|
|
15653
|
+
// dist/_adapter_entry_81bc4434-49a3-4175-89c4-824103523f96.ts
|
|
15654
15654
|
if (!globalThis.__openTabs) {
|
|
15655
15655
|
globalThis.__openTabs = {};
|
|
15656
15656
|
} else {
|
|
@@ -15866,5 +15866,5 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
15866
15866
|
};
|
|
15867
15867
|
delete src_default.onDeactivate;
|
|
15868
15868
|
}
|
|
15869
|
-
})();(function(){var o=(globalThis).__openTabs;if(o&&o.adapters&&o.adapters["github"]){var a=o.adapters["github"];a.__adapterHash="
|
|
15869
|
+
})();(function(){var o=(globalThis).__openTabs;if(o&&o.adapters&&o.adapters["github"]){var a=o.adapters["github"];a.__adapterHash="eaeffc6a59ae91d862c2fbf0f20fa03c45a069a6d97f797b7b3827ddb5454cfb";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});}})();
|
|
15870
15870
|
//# sourceMappingURL=adapter.iife.js.map
|