mirror of
https://github.com/fluencelabs/js-libp2p-crypto
synced 2025-03-15 15:51:09 +00:00
BREAKING CHANGE: Callback support has been dropped in favor of async/await. * feat: use async/await This PR changes this module to remove callbacks and use async/await. The API is unchanged aside from the obvious removal of the `callback` parameter. refs https://github.com/ipfs/js-ipfs/issues/1670 * fix: use latest multihashing-async as it is all promises now
38 lines
553 B
Plaintext
38 lines
553 B
Plaintext
**/node_modules/
|
|
**/*.log
|
|
test/repo-tests*
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
|
|
coverage
|
|
|
|
# Runtime data
|
|
pids
|
|
*.pid
|
|
*.seed
|
|
|
|
# Directory for instrumented libs generated by jscoverage/JSCover
|
|
lib-cov
|
|
|
|
# Coverage directory used by tools like istanbul
|
|
coverage
|
|
|
|
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
|
|
.grunt
|
|
|
|
# node-waf configuration
|
|
.lock-wscript
|
|
|
|
build
|
|
|
|
# Dependency directory
|
|
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
|
|
node_modules
|
|
|
|
dist
|
|
package-lock.json
|
|
yarn.lock
|
|
.vscode
|