@opentabs-dev/opentabs-plugin-coinbase 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
|
@@ -14893,7 +14893,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
14893
14893
|
};
|
|
14894
14894
|
var src_default = new CoinbasePlugin();
|
|
14895
14895
|
|
|
14896
|
-
// dist/
|
|
14896
|
+
// dist/_adapter_entry_6ffa56d0-41e0-49e9-9f48-d5bc34415240.ts
|
|
14897
14897
|
if (!globalThis.__openTabs) {
|
|
14898
14898
|
globalThis.__openTabs = {};
|
|
14899
14899
|
} else {
|
|
@@ -15109,5 +15109,5 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
15109
15109
|
};
|
|
15110
15110
|
delete src_default.onDeactivate;
|
|
15111
15111
|
}
|
|
15112
|
-
})();(function(){var o=(globalThis).__openTabs;if(o&&o.adapters&&o.adapters["coinbase"]){var a=o.adapters["coinbase"];a.__adapterHash="
|
|
15112
|
+
})();(function(){var o=(globalThis).__openTabs;if(o&&o.adapters&&o.adapters["coinbase"]){var a=o.adapters["coinbase"];a.__adapterHash="ac3d9c70eb100656147930a7bce60c57188b5cf51f448a211380999ee7ea1ec9";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,"coinbase",{value:a,writable:false,configurable:false,enumerable:true});Object.defineProperty(o,"adapters",{value:o.adapters,writable:false,configurable:false});}})();
|
|
15113
15113
|
//# sourceMappingURL=adapter.iife.js.map
|