@rpcbase/client 0.192.0 → 0.193.0

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.
@@ -4,7 +4,7 @@ import axios from "axios"
4
4
  import _get from "lodash/get"
5
5
  import _set from "lodash/set"
6
6
 
7
- import get_txn_id from "@rpcbase/std/get_txn_id"
7
+ import {get_txn_id} from "@rpcbase/std"
8
8
 
9
9
  import getBaseUrl from "../getBaseUrl"
10
10
  import getTenantId from "../auth/getTenantId"
package/i18n/index.js CHANGED
@@ -4,7 +4,7 @@ import {initReactI18next} from "react-i18next"
4
4
  import ChainedBackend from "i18next-chained-backend"
5
5
  import resourcesToBackend from "i18next-resources-to-backend"
6
6
 
7
- import getLocaleFromCode from "@rpcbase/std/get_locale_from_code"
7
+ import {getLocaleFromCode} from "@rpcbase/std"
8
8
 
9
9
  import {RB_DEFAULT_LOCALE, RB_LOCALES} from "env"
10
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rpcbase/client",
3
- "version": "0.192.0",
3
+ "version": "0.193.0",
4
4
  "scripts": {
5
5
  "build": "../../node_modules/.bin/wireit",
6
6
  "test": "../../node_modules/.bin/wireit"