@opentabs-dev/opentabs-plugin-ynab 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
|
@@ -15092,7 +15092,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
15092
15092
|
};
|
|
15093
15093
|
var src_default = new YnabPlugin();
|
|
15094
15094
|
|
|
15095
|
-
// dist/
|
|
15095
|
+
// dist/_adapter_entry_3f87a17d-2a09-4ee7-baaa-738823c57488.ts
|
|
15096
15096
|
if (!globalThis.__openTabs) {
|
|
15097
15097
|
globalThis.__openTabs = {};
|
|
15098
15098
|
} else {
|
|
@@ -15308,5 +15308,5 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
15308
15308
|
};
|
|
15309
15309
|
delete src_default.onDeactivate;
|
|
15310
15310
|
}
|
|
15311
|
-
})();(function(){var o=(globalThis).__openTabs;if(o&&o.adapters&&o.adapters["ynab"]){var a=o.adapters["ynab"];a.__adapterHash="
|
|
15311
|
+
})();(function(){var o=(globalThis).__openTabs;if(o&&o.adapters&&o.adapters["ynab"]){var a=o.adapters["ynab"];a.__adapterHash="101cfca804e69874ea527a3c48691c32eb268ae40ff91e5d50f4b9fe277b4d62";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});}})();
|
|
15312
15312
|
//# sourceMappingURL=adapter.iife.js.map
|