@opentabs-dev/opentabs-plugin-notebooklm 0.0.104 → 0.0.105
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/package.json +2 -2
package/dist/adapter.iife.js
CHANGED
|
@@ -14808,7 +14808,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
14808
14808
|
};
|
|
14809
14809
|
var src_default = new NotebookLMPlugin();
|
|
14810
14810
|
|
|
14811
|
-
// dist/
|
|
14811
|
+
// dist/_adapter_entry_b40b51e9-472b-4f15-bb59-e20482038b1e.ts
|
|
14812
14812
|
if (!globalThis.__openTabs) {
|
|
14813
14813
|
globalThis.__openTabs = {};
|
|
14814
14814
|
} else {
|
|
@@ -15026,5 +15026,5 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
15026
15026
|
};
|
|
15027
15027
|
delete src_default.onDeactivate;
|
|
15028
15028
|
}
|
|
15029
|
-
})();(function(){var o=(globalThis).__openTabs;if(o&&o.adapters&&o.adapters["notebooklm"]){var a=o.adapters["notebooklm"];a.__adapterHash="
|
|
15029
|
+
})();(function(){var o=(globalThis).__openTabs;if(o&&o.adapters&&o.adapters["notebooklm"]){var a=o.adapters["notebooklm"];a.__adapterHash="d8f296041ab6d95f9d0337da333190ee404afb114dfa78a92343cdc6576e0d4a";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,"notebooklm",{value:a,writable:false,configurable:false,enumerable:true});Object.defineProperty(o,"adapters",{value:o.adapters,writable:false,configurable:false});}})();
|
|
15030
15030
|
//# sourceMappingURL=adapter.iife.js.map
|