@dydxprotocol/v4-localization 1.1.116 → 1.1.117

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.
@@ -1323,6 +1323,7 @@
1323
1323
  "ORDERBOOK_SPREAD_PERCENT": "Spread %",
1324
1324
  "ORDERBOOK_SPREAD": "Spread",
1325
1325
  "ORDERBOOK_UNITS": "Units",
1326
+ "ORDERBOOK_GROUPING": "Grouping",
1326
1327
  "ORDERS_EMPTY_STATE": "You have no orders.",
1327
1328
  "PARTIALLY_FILLED": "Partially Filled",
1328
1329
  "PAYMENT": "Payment",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.116",
3
+ "version": "1.1.117",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -1,6 +1,6 @@
1
1
  // !! GENERATED FILE - DO NOT EDIT
2
2
 
3
- // Generated from ../config/localization/en/app.json using codegen_localization_app.swift
3
+ // Generated from ../config/localization/en/app.json using ./codegen_localization_app.swift
4
4
 
5
5
  export const APP_STRING_KEYS = {
6
6
 
@@ -1450,6 +1450,7 @@ export const APP_STRING_KEYS = {
1450
1450
  ORDERBOOK: 'APP.TRADE.ORDERBOOK',
1451
1451
  ORDERBOOK_ASK_PRICE: 'APP.TRADE.ORDERBOOK_ASK_PRICE',
1452
1452
  ORDERBOOK_BID_PRICE: 'APP.TRADE.ORDERBOOK_BID_PRICE',
1453
+ ORDERBOOK_GROUPING: 'APP.TRADE.ORDERBOOK_GROUPING',
1453
1454
  ORDERBOOK_MID_MARKET_PRICE: 'APP.TRADE.ORDERBOOK_MID_MARKET_PRICE',
1454
1455
  ORDERBOOK_MY_ORDER_SIZE: 'APP.TRADE.ORDERBOOK_MY_ORDER_SIZE',
1455
1456
  ORDERBOOK_ORDER_SIZE: 'APP.TRADE.ORDERBOOK_ORDER_SIZE',