@typus/typus-perp-sdk 1.0.43 → 1.0.45

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -219,7 +219,7 @@ function parseUserHistory(raw_events) {
219
219
  var realized_pnl = ((realized_amount - realized_trading_fee) * realized_fee_in_usd) / realized_trading_fee;
220
220
  e = {
221
221
  action: action,
222
- typeName: name,
222
+ typeName: typeName,
223
223
  order_id: json.order_id,
224
224
  position_id: (_a = json.linked_position_id) !== null && _a !== void 0 ? _a : json.new_position_id,
225
225
  market: market,
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@typus/typus-perp-sdk",
3
- "version": "1.0.43",
3
+ "version": "1.0.45",
4
4
  "repository": "https://github.com/Typus-Lab/typus-perp-sdk.git",
5
5
  "author": "Typus",
6
6
  "description": "typus perp sdk",
7
7
  "license": "MIT",
8
8
  "dependencies": {
9
- "@typus/typus-sdk": "1.6.16"
9
+ "@typus/typus-sdk": "1.6.17"
10
10
  },
11
11
  "devDependencies": {
12
12
  "@types/bs58": "^4.0.1",