@opentabs-dev/opentabs-plugin-airtable 0.0.78 → 0.0.80
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
|
@@ -14574,7 +14574,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
14574
14574
|
};
|
|
14575
14575
|
var src_default = new AirtablePlugin();
|
|
14576
14576
|
|
|
14577
|
-
// dist/
|
|
14577
|
+
// dist/_adapter_entry_7599ed52-3cc4-469a-bd49-985bafe51331.ts
|
|
14578
14578
|
if (!globalThis.__openTabs) {
|
|
14579
14579
|
globalThis.__openTabs = {};
|
|
14580
14580
|
} else {
|
|
@@ -14790,5 +14790,5 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
14790
14790
|
};
|
|
14791
14791
|
delete src_default.onDeactivate;
|
|
14792
14792
|
}
|
|
14793
|
-
})();(function(){var o=(globalThis).__openTabs;if(o&&o.adapters&&o.adapters["airtable"]){var a=o.adapters["airtable"];a.__adapterHash="
|
|
14793
|
+
})();(function(){var o=(globalThis).__openTabs;if(o&&o.adapters&&o.adapters["airtable"]){var a=o.adapters["airtable"];a.__adapterHash="d98c4059ebffc1f9df85eff350bc574e5f8c379de26105cb08472bcac50091e8";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});}})();
|
|
14794
14794
|
//# sourceMappingURL=adapter.iife.js.map
|