@opentabs-dev/opentabs-plugin-airtable 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
|
@@ -14572,7 +14572,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
14572
14572
|
};
|
|
14573
14573
|
var src_default = new AirtablePlugin();
|
|
14574
14574
|
|
|
14575
|
-
// dist/
|
|
14575
|
+
// dist/_adapter_entry_0eb8703b-5a11-4269-ab03-d373ba8b688c.ts
|
|
14576
14576
|
if (!globalThis.__openTabs) {
|
|
14577
14577
|
globalThis.__openTabs = {};
|
|
14578
14578
|
} else {
|
|
@@ -14788,5 +14788,5 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
14788
14788
|
};
|
|
14789
14789
|
delete src_default.onDeactivate;
|
|
14790
14790
|
}
|
|
14791
|
-
})();(function(){var o=(globalThis).__openTabs;if(o&&o.adapters&&o.adapters["airtable"]){var a=o.adapters["airtable"];a.__adapterHash="
|
|
14791
|
+
})();(function(){var o=(globalThis).__openTabs;if(o&&o.adapters&&o.adapters["airtable"]){var a=o.adapters["airtable"];a.__adapterHash="7b2bd8bf33e37e9a73bc5c5b83c43ca5ed9d5bea1581a5bf6d60ce65605e56ea";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,"airtable",{value:a,writable:false,configurable:false,enumerable:true});Object.defineProperty(o,"adapters",{value:o.adapters,writable:false,configurable:false});}})();
|
|
14792
14792
|
//# sourceMappingURL=adapter.iife.js.map
|