@nocobase/client 1.8.7 → 1.8.8

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.
@@ -1138,5 +1138,6 @@ module.exports = {
1138
1138
  "Calendar Year": "\u65E5\u5386\u5E74",
1139
1139
  "Scan to input": "\u626B\u7801\u5F55\u5165",
1140
1140
  "Disable manual input": "\u7981\u6B62\u624B\u52A8\u8F93\u5165",
1141
- "Enable Scan": "\u542F\u7528\u626B\u7801\u5F55\u5165"
1141
+ "Enable Scan": "\u542F\u7528\u626B\u7801\u5F55\u5165",
1142
+ "Date variables(Deprecated)": "\u65E5\u671F\u53D8\u91CF(\u5E9F\u5F03)"
1142
1143
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/client",
3
- "version": "1.8.7",
3
+ "version": "1.8.8",
4
4
  "license": "AGPL-3.0",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.mjs",
@@ -26,9 +26,9 @@
26
26
  "@formily/reactive-react": "^2.2.27",
27
27
  "@formily/shared": "^2.2.27",
28
28
  "@formily/validator": "^2.2.27",
29
- "@nocobase/evaluators": "1.8.7",
30
- "@nocobase/sdk": "1.8.7",
31
- "@nocobase/utils": "1.8.7",
29
+ "@nocobase/evaluators": "1.8.8",
30
+ "@nocobase/sdk": "1.8.8",
31
+ "@nocobase/utils": "1.8.8",
32
32
  "ahooks": "^3.7.2",
33
33
  "antd": "5.24.2",
34
34
  "antd-style": "3.7.1",
@@ -83,5 +83,5 @@
83
83
  "dumi": "2.2.14",
84
84
  "dumi-theme-nocobase": "^0.2.28"
85
85
  },
86
- "gitHead": "31229ac95e4fa3edf998d2a02fc982ade14ac09e"
86
+ "gitHead": "33a6e5154a9b6b2ffe1a7919b91f23304e97c5c5"
87
87
  }