@opentabs-dev/opentabs-plugin-coinbase 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
|
@@ -14891,7 +14891,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
14891
14891
|
};
|
|
14892
14892
|
var src_default = new CoinbasePlugin();
|
|
14893
14893
|
|
|
14894
|
-
// dist/
|
|
14894
|
+
// dist/_adapter_entry_96fef49b-451e-46a8-b9a0-6f811b38d917.ts
|
|
14895
14895
|
if (!globalThis.__openTabs) {
|
|
14896
14896
|
globalThis.__openTabs = {};
|
|
14897
14897
|
} else {
|
|
@@ -15107,5 +15107,5 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
15107
15107
|
};
|
|
15108
15108
|
delete src_default.onDeactivate;
|
|
15109
15109
|
}
|
|
15110
|
-
})();(function(){var o=(globalThis).__openTabs;if(o&&o.adapters&&o.adapters["coinbase"]){var a=o.adapters["coinbase"];a.__adapterHash="
|
|
15110
|
+
})();(function(){var o=(globalThis).__openTabs;if(o&&o.adapters&&o.adapters["coinbase"]){var a=o.adapters["coinbase"];a.__adapterHash="c6a1c684a53d8908d8ed10d444b469f8b3ca9e33c1c9574a25500b4f94383f9b";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});}})();
|
|
15111
15111
|
//# sourceMappingURL=adapter.iife.js.map
|