@dydxprotocol/v4-localization 1.1.285 → 1.1.286

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.
@@ -65,6 +65,7 @@
65
65
  "ALL": "All",
66
66
  "ALLOWED": "Allowed",
67
67
  "AMOUNT": "Amount",
68
+ "AMOUNT_CLOSE": "Amount Close",
68
69
  "AMOUNT_TO_ADD": "Amount to Add",
69
70
  "AMOUNT_TO_REMOVE": "Amount to Remove",
70
71
  "ANONYMOUS": "Anonymous",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.285",
3
+ "version": "1.1.286",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -391,6 +391,7 @@ export const APP_STRING_KEYS = {
391
391
  ALLOWED: 'APP.GENERAL.ALLOWED',
392
392
  ALL_MARKETS: 'APP.GENERAL.ALL_MARKETS',
393
393
  AMOUNT: 'APP.GENERAL.AMOUNT',
394
+ AMOUNT_CLOSE: 'APP.GENERAL.AMOUNT_CLOSE',
394
395
  AMOUNT_TO_ADD: 'APP.GENERAL.AMOUNT_TO_ADD',
395
396
  AMOUNT_TO_REMOVE: 'APP.GENERAL.AMOUNT_TO_REMOVE',
396
397
  ANONYMOUS: 'APP.GENERAL.ANONYMOUS',