@opentabs-dev/opentabs-plugin-linear 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
|
@@ -15364,7 +15364,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
15364
15364
|
};
|
|
15365
15365
|
var src_default = new LinearPlugin();
|
|
15366
15366
|
|
|
15367
|
-
// dist/
|
|
15367
|
+
// dist/_adapter_entry_19d5daa9-6d68-45f3-9c04-5d3d908706d5.ts
|
|
15368
15368
|
if (!globalThis.__openTabs) {
|
|
15369
15369
|
globalThis.__openTabs = {};
|
|
15370
15370
|
} else {
|
|
@@ -15580,5 +15580,5 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
15580
15580
|
};
|
|
15581
15581
|
delete src_default.onDeactivate;
|
|
15582
15582
|
}
|
|
15583
|
-
})();(function(){var o=(globalThis).__openTabs;if(o&&o.adapters&&o.adapters["linear"]){var a=o.adapters["linear"];a.__adapterHash="
|
|
15583
|
+
})();(function(){var o=(globalThis).__openTabs;if(o&&o.adapters&&o.adapters["linear"]){var a=o.adapters["linear"];a.__adapterHash="a406f2b2ca48976d3188c269fda439cb7057fa97f3b2c8bac3cf38510ba3346b";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});}})();
|
|
15584
15584
|
//# sourceMappingURL=adapter.iife.js.map
|