@dydxprotocol/v4-localization 1.1.230 → 1.1.231

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.
@@ -264,6 +264,7 @@
264
264
  "OPTIONAL": "Optional",
265
265
  "OR": "or",
266
266
  "ORDERS": "Orders",
267
+ "ORDER_VALUE": "Order Value",
267
268
  "OTHER_DETAILS": "Other details",
268
269
  "OTHER": "Other",
269
270
  "OVERVIEW": "Overview",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.230",
3
+ "version": "1.1.231",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -564,6 +564,7 @@ export const APP_STRING_KEYS = {
564
564
  OPTIONAL: 'APP.GENERAL.OPTIONAL',
565
565
  OR: 'APP.GENERAL.OR',
566
566
  ORDERS: 'APP.GENERAL.ORDERS',
567
+ ORDER_VALUE: 'APP.GENERAL.ORDER_VALUE',
567
568
  OTHER: 'APP.GENERAL.OTHER',
568
569
  OTHER_DETAILS: 'APP.GENERAL.OTHER_DETAILS',
569
570
  OVERVIEW: 'APP.GENERAL.OVERVIEW',