Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dutu committed Mar 20, 2023
1 parent f231e7a commit 61eafda
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 26 deletions.
30 changes: 15 additions & 15 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .pnp.loader.mjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
yarnPath: .yarn/releases/yarn-3.4.1.cjs
yarnPath: .yarn/releases/yarn-3.5.0.cjs
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "poloniex-api-node",
"version": "3.0.0",
"version": "3.0.1",
"description": "Simple node.js wrapper for Poloniex REST and WebSocket API.",
"main": "lib/poloniex.mjs",
"main": "./lib/poloniex.mjs",
"type": "module",
"engines": {
"node": "19.x"
Expand All @@ -29,12 +29,12 @@
"url": "https://github.com/dutu/poloniex-api-node/issues"
},
"homepage": "https://github.com/dutu/poloniex-api-node",
"packageManager": "yarn@3.4.1",
"packageManager": "yarn@3.5.0",
"dependencies": {
"axios": "^1.3.4",
"crypto-js": "^4.1.1",
"debug": "^4.3.4",
"forever-websocket": "^0.3.0"
"forever-websocket": "^0.3.1"
},
"devDependencies": {
"chai": "^4.3.7",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -516,13 +516,13 @@ __metadata:
languageName: node
linkType: hard

"forever-websocket@npm:^0.3.0":
version: 0.3.0
resolution: "forever-websocket@npm:0.3.0"
"forever-websocket@npm:^0.3.1":
version: 0.3.1
resolution: "forever-websocket@npm:0.3.1"
dependencies:
eventemitter3: ^5.0.0
ws: ^8.13.0
checksum: bacf9267612f5e4562124b22a15f3d044c5369c40f9db0253dce22e11ef2512057691444f56fbc623727dd13c4665c549910fecd096753d1e18d7fdcf3047da5
checksum: e45050ce6a48f2a915072f95cf7e3847323f19887ffff0102c96e0ab693d39528c57f6e6d59c5f10a2a235cd5571c7c3081ccf3151ab2737826b02c76d2814d3
languageName: node
linkType: hard

Expand Down Expand Up @@ -1232,7 +1232,7 @@ __metadata:
chai: ^4.3.7
crypto-js: ^4.1.1
debug: ^4.3.4
forever-websocket: ^0.3.0
forever-websocket: ^0.3.1
mocha: ^10.2.0
languageName: unknown
linkType: soft
Expand Down

0 comments on commit 61eafda

Please sign in to comment.