Skip to content
This repository has been archived by the owner on Jul 1, 2023. It is now read-only.

Commit

Permalink
Merge pull request #61 from dbpunk-labs/fix/webpack_bug_fix
Browse files Browse the repository at this point in the history
fix: only external crypto and stream
  • Loading branch information
imotai authored May 3, 2023
2 parents 7049895 + 92fb6bf commit 2345298
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "db3.js",
"version": "0.2.24",
"version": "0.2.25",
"description": "DB3 Network Javascript API",
"author": "dbpunk labs",
"keywords": [
Expand All @@ -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": {
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2345298

Please sign in to comment.