diff --git a/index.ts b/index.ts index 968cb7442..761318139 100644 --- a/index.ts +++ b/index.ts @@ -1,22 +1,20 @@ -import countries from './config/countries.json'; -import marketsV4 from './v4/staging/markets.json'; -import versionIos from './config/version_ios.json'; -import walletConnect from './wallet_connect'; -import { APP } from './config/localization/app'; +import marketsV4 from "./v4/staging/markets.json"; +import walletConnect from "./wallet_connect"; +import { APP } from "./config/localization/app"; -export { TOOLTIPS } from './config/localization/tooltip'; -export { APP_STRING_KEYS, ERRORS_STRING_KEYS, WARNINGS_STRING_KEYS, TOKEN_MIGRATION_STRING_KEYS } from './scripts/generated/app'; -export { TOOLTIP_STRING_KEYS } from './scripts/generated/tooltips'; -export { APP_NATIVE } from './config/localizations_native'; -export { NOTIFICATIONS} from './config/localization_notifications'; -export { NOTIFICATIONS_STRING_KEYS } from './scripts/generated/notifications'; +export { TOOLTIPS } from "./config/localization/tooltip"; +export { + APP_STRING_KEYS, + ERRORS_STRING_KEYS, + WARNINGS_STRING_KEYS, + TOKEN_MIGRATION_STRING_KEYS, +} from "./scripts/generated/app"; +export { TOOLTIP_STRING_KEYS } from "./scripts/generated/tooltips"; +export { APP_NATIVE } from "./config/localizations_native"; +export { NOTIFICATIONS } from "./config/localization_notifications"; +export { NOTIFICATIONS_STRING_KEYS } from "./scripts/generated/notifications"; -export { DEV_ENDPOINTS, ENDPOINTS_STAGING, WALLETS_V2_STAGING } from './config/staging'; -export { ENDPOINTS, WALLETS_V2_PRODUCTION } from './config/prod'; - -export const COUNTRIES = countries; export const MARKETS_V4 = marketsV4; -export const VERSION_IOS = versionIos; export const WALLET_CONNECT = walletConnect; export type SupportedLocale = keyof typeof APP; diff --git a/package-lock.json b/package-lock.json index 7f61b7bdc..94a77a7e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@dydxprotocol/v4-localization", - "version": "0.1.34", + "version": "0.1.35", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index b2fb4191a..7f9100161 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dydxprotocol/v4-localization", - "version": "0.1.34", + "version": "0.1.35", "description": "v4 localization", "main": "index.ts", "scripts": {