From 3766623814fdba766ad8faa78169053821a70f0c Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Tue, 18 Jun 2024 05:34:31 +0000 Subject: [PATCH] Add micro-ftch to devdeps --- package-lock.json | 10 ++++++++++ package.json | 12 +++++++++++- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index 1e5e6ff..8f79eba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,6 +16,7 @@ "devDependencies": { "@paulmillr/jsbt": "0.1.0", "micro-bmark": "0.3.1", + "micro-ftch": "0.4.0", "micro-should": "0.4.0", "prettier": "3.1.1", "snappyjs": "0.7.0", @@ -68,6 +69,15 @@ "integrity": "sha512-bNaKObD4yPAAPrpEqp5jO6LJ2sEFgLoFSmRjEY809mJ62+2AehI/K3+RlVpN3Oo92RHpgC2RQhj6b1Tb4dmo+w==", "dev": true }, + "node_modules/micro-ftch": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/micro-ftch/-/micro-ftch-0.4.0.tgz", + "integrity": "sha512-1SEH+syTsMQMQByZGJeMAiBxJIRu/3gG1z1+tHexgtXtXgwQy1C5JVBtXRdMZOIx9flerUBCJtmtVl7szwWgxQ==", + "dev": true, + "funding": { + "url": "https://paulmillr.com/funding/" + } + }, "node_modules/micro-packed": { "version": "0.6.3", "resolved": "https://registry.npmjs.org/micro-packed/-/micro-packed-0.6.3.tgz", diff --git a/package.json b/package.json index 21171aa..bb83b67 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,16 @@ "name": "micro-eth-signer", "version": "0.9.1", "description": "Minimal library for Ethereum transactions, addresses and smart contracts", - "files": ["abi", "esm", "net", "src", "*.js", "*.d.ts", "*.js.map", "*.d.ts.map"], + "files": [ + "abi", + "esm", + "net", + "src", + "*.js", + "*.d.ts", + "*.js.map", + "*.d.ts.map" + ], "main": "index.js", "module": "esm/index.js", "types": "index.d.ts", @@ -14,6 +23,7 @@ "devDependencies": { "@paulmillr/jsbt": "0.1.0", "micro-bmark": "0.3.1", + "micro-ftch": "0.4.0", "micro-should": "0.4.0", "prettier": "3.1.1", "snappyjs": "0.7.0",