serum-vial
Advanced tools
Comparing version 0.7.0 to 0.7.1
@@ -154,2 +154,5 @@ "use strict"; | ||
} | ||
if (message.type === 'recent_trades') { | ||
this._recentTradesSerialized[message.symbol] = message.payload; | ||
} | ||
if (message.publish) { | ||
@@ -156,0 +159,0 @@ this._server.publish(topic, message.payload); |
{ | ||
"name": "serum-vial", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"engines": { | ||
@@ -5,0 +5,0 @@ "node": ">=15" |
@@ -201,2 +201,6 @@ import { Market, getLayoutVersion } from '@project-serum/serum' | ||
if (message.type === 'recent_trades') { | ||
this._recentTradesSerialized[message.symbol] = message.payload | ||
} | ||
if (message.publish) { | ||
@@ -203,0 +207,0 @@ this._server.publish(topic, message.payload) |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
241093
3988