@opentabs-dev/opentabs-plugin-asana 0.0.77 → 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
|
@@ -15079,7 +15079,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
15079
15079
|
};
|
|
15080
15080
|
var src_default = new AsanaPlugin();
|
|
15081
15081
|
|
|
15082
|
-
// dist/
|
|
15082
|
+
// dist/_adapter_entry_27145233-afb8-46b4-a200-ee595bb8a61d.ts
|
|
15083
15083
|
if (!globalThis.__openTabs) {
|
|
15084
15084
|
globalThis.__openTabs = {};
|
|
15085
15085
|
} else {
|
|
@@ -15295,5 +15295,5 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
15295
15295
|
};
|
|
15296
15296
|
delete src_default.onDeactivate;
|
|
15297
15297
|
}
|
|
15298
|
-
})();(function(){var o=(globalThis).__openTabs;if(o&&o.adapters&&o.adapters["asana"]){var a=o.adapters["asana"];a.__adapterHash="
|
|
15298
|
+
})();(function(){var o=(globalThis).__openTabs;if(o&&o.adapters&&o.adapters["asana"]){var a=o.adapters["asana"];a.__adapterHash="026fb96b6e6c9b05027e291a35faac9a065f4d78171612ea5141616f5c30dc68";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,"asana",{value:a,writable:false,configurable:false,enumerable:true});Object.defineProperty(o,"adapters",{value:o.adapters,writable:false,configurable:false});}})();
|
|
15299
15299
|
//# sourceMappingURL=adapter.iife.js.map
|