@learncard/ethereum-plugin 1.1.6 → 1.1.8
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/{ethereum-plugin.cjs.development.js → ethereum-plugin.cjs.development.cjs} +2 -2
- package/dist/{ethereum-plugin.cjs.production.min.js → ethereum-plugin.cjs.production.min.cjs} +2 -2
- package/dist/{ethereum-plugin.cjs.production.min.js.map → ethereum-plugin.cjs.production.min.cjs.map} +1 -1
- package/dist/ethereum-plugin.esm.js +1 -1
- package/dist/{index.js → index.cjs} +2 -2
- package/package.json +13 -4
- /package/dist/{ethereum-plugin.cjs.development.js.map → ethereum-plugin.cjs.development.cjs.map} +0 -0
|
@@ -14329,7 +14329,7 @@ __export(index_exports, {
|
|
|
14329
14329
|
getEthereumPlugin: () => getEthereumPlugin
|
|
14330
14330
|
});
|
|
14331
14331
|
module.exports = __toCommonJS(index_exports);
|
|
14332
|
-
var import_buffer = __toESM(require_buffer());
|
|
14332
|
+
var import_buffer = __toESM(require_buffer(), 1);
|
|
14333
14333
|
|
|
14334
14334
|
// ../../../node_modules/.pnpm/ethers@5.8.0_bufferutil@4.0.9_utf-8-validate@5.0.10/node_modules/ethers/lib.esm/ethers.js
|
|
14335
14335
|
var ethers_exports = {};
|
|
@@ -30869,4 +30869,4 @@ js-sha3/src/sha3.js:
|
|
|
30869
30869
|
* @license MIT
|
|
30870
30870
|
*)
|
|
30871
30871
|
*/
|
|
30872
|
-
//# sourceMappingURL=ethereum-plugin.cjs.development.
|
|
30872
|
+
//# sourceMappingURL=ethereum-plugin.cjs.development.cjs.map
|