@opentabs-dev/opentabs-plugin-linear 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
|
@@ -15362,7 +15362,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
15362
15362
|
};
|
|
15363
15363
|
var src_default = new LinearPlugin();
|
|
15364
15364
|
|
|
15365
|
-
// dist/
|
|
15365
|
+
// dist/_adapter_entry_bf8cd40e-020c-46b2-938e-26f466097d39.ts
|
|
15366
15366
|
if (!globalThis.__openTabs) {
|
|
15367
15367
|
globalThis.__openTabs = {};
|
|
15368
15368
|
} else {
|
|
@@ -15578,5 +15578,5 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
15578
15578
|
};
|
|
15579
15579
|
delete src_default.onDeactivate;
|
|
15580
15580
|
}
|
|
15581
|
-
})();(function(){var o=(globalThis).__openTabs;if(o&&o.adapters&&o.adapters["linear"]){var a=o.adapters["linear"];a.__adapterHash="
|
|
15581
|
+
})();(function(){var o=(globalThis).__openTabs;if(o&&o.adapters&&o.adapters["linear"]){var a=o.adapters["linear"];a.__adapterHash="dcd935486f045c5fdd4bfbab750a0e0fd6fd4f9fdd6d973614075fc85386f3d3";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,"linear",{value:a,writable:false,configurable:false,enumerable:true});Object.defineProperty(o,"adapters",{value:o.adapters,writable:false,configurable:false});}})();
|
|
15582
15582
|
//# sourceMappingURL=adapter.iife.js.map
|