Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deps post message stream 7 #1

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
2 changes: 1 addition & 1 deletion build/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const { createWriteStream, promises: fs } = require('fs');
const path = require('path');
const { pipeline } = require('stream/promises');
const { pipeline } = require('readable-stream');

Check failure on line 3 in build/index.js

View workflow job for this annotation

GitHub Actions / Build, lint, and test / Lint (16.x)

'readable-stream' should be listed in the project's dependencies. Run 'npm i -S readable-stream' to add it

Check failure on line 3 in build/index.js

View workflow job for this annotation

GitHub Actions / Build, lint, and test / Lint (16.x)

"readable-stream" is extraneous

Check failure on line 3 in build/index.js

View workflow job for this annotation

GitHub Actions / Build, lint, and test / Lint (18.x)

'readable-stream' should be listed in the project's dependencies. Run 'npm i -S readable-stream' to add it

Check failure on line 3 in build/index.js

View workflow job for this annotation

GitHub Actions / Build, lint, and test / Lint (18.x)

"readable-stream" is extraneous

Check failure on line 3 in build/index.js

View workflow job for this annotation

GitHub Actions / Build, lint, and test / Lint (19.x)

'readable-stream' should be listed in the project's dependencies. Run 'npm i -S readable-stream' to add it

Check failure on line 3 in build/index.js

View workflow job for this annotation

GitHub Actions / Build, lint, and test / Lint (19.x)

"readable-stream" is extraneous
const browserify = require('browserify');
const minifyStream = require('minify-stream');
const exorcist = require('exorcist');
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"dependencies": {
"@metamask/design-tokens": "^1.6.0",
"@metamask/post-message-stream": "^6.0.0",
"@metamask/post-message-stream": "^7.0.0",
"@types/punycode": "^2.1.0",
"eth-phishing-detect": "^1.2.0",
"globalthis": "1.0.1",
Expand Down
Loading
Loading