@nocobase/client 1.4.7 → 1.4.9

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.
@@ -308,10 +308,10 @@ module.exports = {
308
308
  "Relationship type": "\u5173\u7CFB\u7C7B\u578B",
309
309
  "Inverse relationship type": "\u53CD\u5411\u5173\u7CFB\u7C7B\u578B",
310
310
  "Source collection": "\u6E90\u6570\u636E\u8868",
311
- "Source key": "\u6E90\u6570\u636E\u8868\u5B57\u6BB5\u6807\u8BC6",
311
+ "Source key": "\u6E90\u6570\u636E\u8868\u6807\u8BC6\u5B57\u6BB5",
312
312
  "Target collection": "\u76EE\u6807\u6570\u636E\u8868",
313
313
  "Through collection": "\u4E2D\u95F4\u6570\u636E\u8868",
314
- "Target key": "\u76EE\u6807\u6570\u636E\u8868\u5B57\u6BB5\u6807\u8BC6",
314
+ "Target key": "\u76EE\u6807\u6570\u636E\u8868\u6807\u8BC6\u5B57\u6BB5",
315
315
  "Foreign key": "\u5916\u952E",
316
316
  "One to one": "\u4E00\u5BF9\u4E00",
317
317
  "One to many": "\u4E00\u5BF9\u591A",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/client",
3
- "version": "1.4.7",
3
+ "version": "1.4.9",
4
4
  "license": "AGPL-3.0",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.mjs",
@@ -27,9 +27,9 @@
27
27
  "@formily/reactive-react": "^2.2.27",
28
28
  "@formily/shared": "^2.2.27",
29
29
  "@formily/validator": "^2.2.27",
30
- "@nocobase/evaluators": "1.4.7",
31
- "@nocobase/sdk": "1.4.7",
32
- "@nocobase/utils": "1.4.7",
30
+ "@nocobase/evaluators": "1.4.9",
31
+ "@nocobase/sdk": "1.4.9",
32
+ "@nocobase/utils": "1.4.9",
33
33
  "ahooks": "^3.7.2",
34
34
  "antd": "5.12.8",
35
35
  "antd-style": "3.7.1",
@@ -81,5 +81,5 @@
81
81
  "dumi": "2.2.14",
82
82
  "dumi-theme-nocobase": "^0.2.28"
83
83
  },
84
- "gitHead": "4f0829018bbf5c30408ee589da6d628c21281d4a"
84
+ "gitHead": "1e1bc9152bd72a251f6f68e046be1ee68dda9bd2"
85
85
  }