@nocobase/utils 2.0.0-alpha.38 → 2.0.0-alpha.39

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.
Files changed (2) hide show
  1. package/lib/i18n.d.ts +3 -0
  2. package/package.json +2 -2
package/lib/i18n.d.ts CHANGED
@@ -7,4 +7,7 @@
7
7
  * For more information, please refer to: https://www.nocobase.com/agreement.
8
8
  */
9
9
  import { TFuncKey, TOptions } from 'i18next';
10
+ /**
11
+ * @deprecated use tExpr from @nocobase/flow-engine instead
12
+ */
10
13
  export declare function tval(text: TFuncKey | TFuncKey[], options?: TOptions): string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/utils",
3
- "version": "2.0.0-alpha.38",
3
+ "version": "2.0.0-alpha.39",
4
4
  "main": "lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "license": "AGPL-3.0",
@@ -17,5 +17,5 @@
17
17
  "multer": "^1.4.5-lts.2",
18
18
  "object-path": "^0.11.8"
19
19
  },
20
- "gitHead": "30b1723601099007f7641c6ffa4111c880cb44e4"
20
+ "gitHead": "f716c78b4389d45ebe8996bcabcca976b4410aa2"
21
21
  }