@rpcbase/client 0.191.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,7 +1,8 @@
1
1
  {
2
2
  "name": "@rpcbase/client",
3
- "version": "0.191.0",
3
+ "version": "0.193.0",
4
4
  "scripts": {
5
+ "build": "../../node_modules/.bin/wireit",
5
6
  "test": "../../node_modules/.bin/wireit"
6
7
  },
7
8
  "publishConfig": {
@@ -99,13 +100,13 @@
99
100
  "pouchdb-adapter-indexeddb": "8.0.1",
100
101
  "pouchdb-core": "8.0.1",
101
102
  "pouchdb-find": "8.0.1",
102
- "react-i18next": "15.0.0",
103
+ "react-i18next": "15.0.1",
103
104
  "rrweb": "1.1.3",
104
105
  "socket.io-client": "4.7.5",
105
106
  "web-vitals": "3.1.1"
106
107
  },
107
108
  "devDependencies": {
108
- "@babel/core": "7.24.8",
109
+ "@babel/core": "7.25.2",
109
110
  "@babel/plugin-transform-modules-commonjs": "7.24.8",
110
111
  "@babel/plugin-transform-runtime": "7.24.7",
111
112
  "@babel/preset-react": "7.24.7",