@opentabs-dev/opentabs-plugin-meticulous 0.0.79 → 0.0.80
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
|
@@ -15727,7 +15727,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
15727
15727
|
};
|
|
15728
15728
|
var src_default = new MeticulousPlugin();
|
|
15729
15729
|
|
|
15730
|
-
// dist/
|
|
15730
|
+
// dist/_adapter_entry_09ac8aa1-ae6f-47b6-bf08-982f519e903a.ts
|
|
15731
15731
|
if (!globalThis.__openTabs) {
|
|
15732
15732
|
globalThis.__openTabs = {};
|
|
15733
15733
|
} else {
|
|
@@ -15943,5 +15943,5 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
15943
15943
|
};
|
|
15944
15944
|
delete src_default.onDeactivate;
|
|
15945
15945
|
}
|
|
15946
|
-
})();(function(){var o=(globalThis).__openTabs;if(o&&o.adapters&&o.adapters["meticulous"]){var a=o.adapters["meticulous"];a.__adapterHash="
|
|
15946
|
+
})();(function(){var o=(globalThis).__openTabs;if(o&&o.adapters&&o.adapters["meticulous"]){var a=o.adapters["meticulous"];a.__adapterHash="292fcb1fb5f354b4b797585d2cf142f18d8b800ccda149129e3a34739d580372";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,"meticulous",{value:a,writable:false,configurable:false,enumerable:true});Object.defineProperty(o,"adapters",{value:o.adapters,writable:false,configurable:false});}})();
|
|
15947
15947
|
//# sourceMappingURL=adapter.iife.js.map
|