@opentabs-dev/opentabs-plugin-asana 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
|
@@ -15077,7 +15077,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
15077
15077
|
};
|
|
15078
15078
|
var src_default = new AsanaPlugin();
|
|
15079
15079
|
|
|
15080
|
-
// dist/
|
|
15080
|
+
// dist/_adapter_entry_757ab615-7777-4490-8eec-5cde7eafffc8.ts
|
|
15081
15081
|
if (!globalThis.__openTabs) {
|
|
15082
15082
|
globalThis.__openTabs = {};
|
|
15083
15083
|
} else {
|
|
@@ -15293,5 +15293,5 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
15293
15293
|
};
|
|
15294
15294
|
delete src_default.onDeactivate;
|
|
15295
15295
|
}
|
|
15296
|
-
})();(function(){var o=(globalThis).__openTabs;if(o&&o.adapters&&o.adapters["asana"]){var a=o.adapters["asana"];a.__adapterHash="
|
|
15296
|
+
})();(function(){var o=(globalThis).__openTabs;if(o&&o.adapters&&o.adapters["asana"]){var a=o.adapters["asana"];a.__adapterHash="6a278fc4dca5d4a0be58dcbb98de43ab37e2be84e67a405f5bdef005fc2b270d";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});}})();
|
|
15297
15297
|
//# sourceMappingURL=adapter.iife.js.map
|