@opentabs-dev/opentabs-plugin-onenote 0.0.78 → 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
|
@@ -14660,7 +14660,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
14660
14660
|
};
|
|
14661
14661
|
var src_default = new OneNotePlugin();
|
|
14662
14662
|
|
|
14663
|
-
// dist/
|
|
14663
|
+
// dist/_adapter_entry_722ebfd6-d525-4bc3-876c-22c026f285bd.ts
|
|
14664
14664
|
if (!globalThis.__openTabs) {
|
|
14665
14665
|
globalThis.__openTabs = {};
|
|
14666
14666
|
} else {
|
|
@@ -14876,5 +14876,5 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
14876
14876
|
};
|
|
14877
14877
|
delete src_default.onDeactivate;
|
|
14878
14878
|
}
|
|
14879
|
-
})();(function(){var o=(globalThis).__openTabs;if(o&&o.adapters&&o.adapters["onenote"]){var a=o.adapters["onenote"];a.__adapterHash="
|
|
14879
|
+
})();(function(){var o=(globalThis).__openTabs;if(o&&o.adapters&&o.adapters["onenote"]){var a=o.adapters["onenote"];a.__adapterHash="fe2b50f64562191751506a20af1df07284abc0d7b05decd9bcb50ad50f6b44e4";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});}})();
|
|
14880
14880
|
//# sourceMappingURL=adapter.iife.js.map
|