@opentabs-dev/opentabs-plugin-ynab 0.0.77 → 0.0.78
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
|
@@ -15094,7 +15094,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
15094
15094
|
};
|
|
15095
15095
|
var src_default = new YnabPlugin();
|
|
15096
15096
|
|
|
15097
|
-
// dist/
|
|
15097
|
+
// dist/_adapter_entry_09298c77-dbfd-41d6-9d2e-6fdbf3271dd2.ts
|
|
15098
15098
|
if (!globalThis.__openTabs) {
|
|
15099
15099
|
globalThis.__openTabs = {};
|
|
15100
15100
|
} else {
|
|
@@ -15310,5 +15310,5 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
15310
15310
|
};
|
|
15311
15311
|
delete src_default.onDeactivate;
|
|
15312
15312
|
}
|
|
15313
|
-
})();(function(){var o=(globalThis).__openTabs;if(o&&o.adapters&&o.adapters["ynab"]){var a=o.adapters["ynab"];a.__adapterHash="
|
|
15313
|
+
})();(function(){var o=(globalThis).__openTabs;if(o&&o.adapters&&o.adapters["ynab"]){var a=o.adapters["ynab"];a.__adapterHash="6069e7f58b9986dc4093c54682c5ae8d392cdd66e35f84889ec56a3c7ae9d2e5";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,"ynab",{value:a,writable:false,configurable:false,enumerable:true});Object.defineProperty(o,"adapters",{value:o.adapters,writable:false,configurable:false});}})();
|
|
15314
15314
|
//# sourceMappingURL=adapter.iife.js.map
|