@opentabs-dev/opentabs-plugin-gitlab 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
|
@@ -15149,7 +15149,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
15149
15149
|
};
|
|
15150
15150
|
var src_default = new GitLabPlugin();
|
|
15151
15151
|
|
|
15152
|
-
// dist/
|
|
15152
|
+
// dist/_adapter_entry_5aa9d3d5-7e69-4c5e-ba67-c3a252564fa5.ts
|
|
15153
15153
|
if (!globalThis.__openTabs) {
|
|
15154
15154
|
globalThis.__openTabs = {};
|
|
15155
15155
|
} else {
|
|
@@ -15365,5 +15365,5 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
15365
15365
|
};
|
|
15366
15366
|
delete src_default.onDeactivate;
|
|
15367
15367
|
}
|
|
15368
|
-
})();(function(){var o=(globalThis).__openTabs;if(o&&o.adapters&&o.adapters["gitlab"]){var a=o.adapters["gitlab"];a.__adapterHash="
|
|
15368
|
+
})();(function(){var o=(globalThis).__openTabs;if(o&&o.adapters&&o.adapters["gitlab"]){var a=o.adapters["gitlab"];a.__adapterHash="3ac6ac9357567045d9213f6eee8b6e675a349c06bd7bfa91091fb8da12ea2776";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});}})();
|
|
15369
15369
|
//# sourceMappingURL=adapter.iife.js.map
|