@opentabs-dev/opentabs-plugin-gitlab 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
|
@@ -15147,7 +15147,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
15147
15147
|
};
|
|
15148
15148
|
var src_default = new GitLabPlugin();
|
|
15149
15149
|
|
|
15150
|
-
// dist/
|
|
15150
|
+
// dist/_adapter_entry_b69ccd38-24ce-4f64-9281-ca168244ec71.ts
|
|
15151
15151
|
if (!globalThis.__openTabs) {
|
|
15152
15152
|
globalThis.__openTabs = {};
|
|
15153
15153
|
} else {
|
|
@@ -15363,5 +15363,5 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
15363
15363
|
};
|
|
15364
15364
|
delete src_default.onDeactivate;
|
|
15365
15365
|
}
|
|
15366
|
-
})();(function(){var o=(globalThis).__openTabs;if(o&&o.adapters&&o.adapters["gitlab"]){var a=o.adapters["gitlab"];a.__adapterHash="
|
|
15366
|
+
})();(function(){var o=(globalThis).__openTabs;if(o&&o.adapters&&o.adapters["gitlab"]){var a=o.adapters["gitlab"];a.__adapterHash="2d109d246931991018e0888facfc37a1de4903ee0ff3f7f27065098f4db13f3e";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,"gitlab",{value:a,writable:false,configurable:false,enumerable:true});Object.defineProperty(o,"adapters",{value:o.adapters,writable:false,configurable:false});}})();
|
|
15367
15367
|
//# sourceMappingURL=adapter.iife.js.map
|