From 92fb6bfa6ffe7db3edb94f76281c9c06184151b2 Mon Sep 17 00:00:00 2001 From: imotai Date: Wed, 3 May 2023 11:00:50 +0800 Subject: [PATCH] fix: only external crypto and stream --- package.json | 4 ++-- yarn.lock | 5 ----- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index f5fbe08..d4b55bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "db3.js", - "version": "0.2.24", + "version": "0.2.25", "description": "DB3 Network Javascript API", "author": "dbpunk labs", "keywords": [ @@ -23,7 +23,7 @@ "types": "./dist/index.d.ts", "type": "module", "scripts": { - "build": "microbundle --entry src/index.ts", + "build": "microbundle --entry src/index.ts --external crypto,stream", "test": "jest" }, "exports": { diff --git a/yarn.lock b/yarn.lock index 401380a..2c1c961 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2322,11 +2322,6 @@ resolved "https://registry.npmmirror.com/@types/stack-utils/-/stack-utils-2.0.1.tgz#20f18294f797f2209b5f65c8e3b5c8e8261d127c" integrity sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw== -"@types/text-encoding@^0.0.36": - version "0.0.36" - resolved "https://registry.npmjs.org/@types/text-encoding/-/text-encoding-0.0.36.tgz#c1343e35188cb8f8d5f9ada4ff5b72829b29ea19" - integrity sha512-LfATA7bH+MtAPlOshYgQ1M3n2r0TSB6Ns5ESvKYlVugkKErQg5oFbR2qO7XrKtNsrtzedDvTeqQfyTjdPJH7jw== - "@types/tough-cookie@*": version "4.0.2" resolved "https://registry.npmmirror.com/@types/tough-cookie/-/tough-cookie-4.0.2.tgz#6286b4c7228d58ab7866d19716f3696e03a09397"