@opentabs-dev/opentabs-plugin-meticulous 0.0.83 → 0.0.84
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
|
@@ -15731,7 +15731,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
15731
15731
|
};
|
|
15732
15732
|
var src_default = new MeticulousPlugin();
|
|
15733
15733
|
|
|
15734
|
-
// dist/
|
|
15734
|
+
// dist/_adapter_entry_704afc1d-3ad2-4a72-b838-5ad7d7ccc964.ts
|
|
15735
15735
|
if (!globalThis.__openTabs) {
|
|
15736
15736
|
globalThis.__openTabs = {};
|
|
15737
15737
|
} else {
|
|
@@ -15947,5 +15947,5 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
15947
15947
|
};
|
|
15948
15948
|
delete src_default.onDeactivate;
|
|
15949
15949
|
}
|
|
15950
|
-
})();(function(){var o=(globalThis).__openTabs;if(o&&o.adapters&&o.adapters["meticulous"]){var a=o.adapters["meticulous"];a.__adapterHash="
|
|
15950
|
+
})();(function(){var o=(globalThis).__openTabs;if(o&&o.adapters&&o.adapters["meticulous"]){var a=o.adapters["meticulous"];a.__adapterHash="f98ffb9bbfaa7b87f436e4fdff79f2bbd3b3d70c79e3b3d4958b00a70e04ed2a";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});}})();
|
|
15951
15951
|
//# sourceMappingURL=adapter.iife.js.map
|