@opentabs-dev/opentabs-plugin-onenote 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
|
@@ -14658,7 +14658,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
14658
14658
|
};
|
|
14659
14659
|
var src_default = new OneNotePlugin();
|
|
14660
14660
|
|
|
14661
|
-
// dist/
|
|
14661
|
+
// dist/_adapter_entry_a92b778a-2f37-437d-b50c-dce9e521bddf.ts
|
|
14662
14662
|
if (!globalThis.__openTabs) {
|
|
14663
14663
|
globalThis.__openTabs = {};
|
|
14664
14664
|
} else {
|
|
@@ -14874,5 +14874,5 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
14874
14874
|
};
|
|
14875
14875
|
delete src_default.onDeactivate;
|
|
14876
14876
|
}
|
|
14877
|
-
})();(function(){var o=(globalThis).__openTabs;if(o&&o.adapters&&o.adapters["onenote"]){var a=o.adapters["onenote"];a.__adapterHash="
|
|
14877
|
+
})();(function(){var o=(globalThis).__openTabs;if(o&&o.adapters&&o.adapters["onenote"]){var a=o.adapters["onenote"];a.__adapterHash="957daeb0bfaf3b98575d2e536ef25ea1405484a4998043ce60339b39a6a1fbf9";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,"onenote",{value:a,writable:false,configurable:false,enumerable:true});Object.defineProperty(o,"adapters",{value:o.adapters,writable:false,configurable:false});}})();
|
|
14878
14878
|
//# sourceMappingURL=adapter.iife.js.map
|