@dydxprotocol/v4-localization 1.0.11 → 1.0.12

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.
@@ -1044,7 +1044,7 @@
1044
1044
  "NEXT_FUNDING": "Next Funding",
1045
1045
  "NEXT_IN": "Next in {TIME}",
1046
1046
  "NOTIONAL_VALUE": "Notional Value",
1047
- "OFFSETING": "Offsetting",
1047
+ "OFFSETTING": "Offsetting",
1048
1048
  "OPEN_INTEREST": "Open Interest",
1049
1049
  "OPEN_POSITIONS": "Open Positions",
1050
1050
  "OPEN_STATUS": "Open",
@@ -1855,4 +1855,4 @@
1855
1855
  "TAKE_PROFIT_MARKET_ORDER_MAY_NOT_EXECUTE": "Take Profit Market"
1856
1856
  }
1857
1857
  }
1858
- }
1858
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -1259,7 +1259,7 @@ export const APP_STRING_KEYS = {
1259
1259
  NEXT_FUNDING: 'APP.TRADE.NEXT_FUNDING',
1260
1260
  NEXT_IN: 'APP.TRADE.NEXT_IN',
1261
1261
  NOTIONAL_VALUE: 'APP.TRADE.NOTIONAL_VALUE',
1262
- OFFSETING: 'APP.TRADE.OFFSETING',
1262
+ OFFSETTING: 'APP.TRADE.OFFSETTING',
1263
1263
  OPEN_INTEREST: 'APP.TRADE.OPEN_INTEREST',
1264
1264
  OPEN_POSITIONS: 'APP.TRADE.OPEN_POSITIONS',
1265
1265
  OPEN_STATUS: 'APP.TRADE.OPEN_STATUS',