@tachybase/plugin-block-calendar 1.3.16 → 1.3.18

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.
@@ -1,14 +1,14 @@
1
1
  module.exports = {
2
- "@tachybase/client": "1.3.16",
2
+ "@tachybase/client": "1.3.18",
3
3
  "react-i18next": "15.2.0",
4
- "@tachybase/server": "1.3.16",
5
- "@tachybase/test": "1.3.16",
4
+ "@tachybase/server": "1.3.18",
5
+ "@tachybase/test": "1.3.18",
6
6
  "react": "18.3.1",
7
- "@tachybase/schema": "1.3.16",
7
+ "@tachybase/schema": "1.3.18",
8
8
  "@ant-design/icons": "5.3.7",
9
9
  "dayjs": "1.11.13",
10
10
  "lodash": "4.17.21",
11
11
  "antd": "5.22.5",
12
12
  "react-dom": "18.3.1",
13
- "@tachybase/components": "1.3.16"
13
+ "@tachybase/components": "1.3.18"
14
14
  };
package/dist/index.js CHANGED
@@ -25,9 +25,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
25
25
  mod
26
26
  ));
27
27
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
28
- var src_exports = {};
29
- __export(src_exports, {
28
+ var index_exports = {};
29
+ __export(index_exports, {
30
30
  default: () => import_server.default
31
31
  });
32
- module.exports = __toCommonJS(src_exports);
32
+ module.exports = __toCommonJS(index_exports);
33
33
  var import_server = __toESM(require("./server"));
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tachybase/plugin-block-calendar",
3
3
  "displayName": "Calendar",
4
- "version": "1.3.16",
4
+ "version": "1.3.18",
5
5
  "description": "Provides callendar collection template and block for managing date data, typically for date/time related information such as events, appointments, tasks, and so on.",
6
6
  "keywords": [
7
7
  "Collections",
@@ -14,7 +14,7 @@
14
14
  "devDependencies": {
15
15
  "@ant-design/icons": "~5.3.7",
16
16
  "antd": "5.22.5",
17
- "cron-parser": "4.9.0",
17
+ "cron-parser": "5.3.0",
18
18
  "dayjs": "1.11.13",
19
19
  "lodash": "^4.17.21",
20
20
  "react": "^18.3.1",
@@ -22,14 +22,14 @@
22
22
  "react-i18next": "^15.2.0",
23
23
  "react-js-cron": "^3.2.0",
24
24
  "solarlunar-es": "^1.0.9",
25
- "@tachybase/components": "1.3.16",
26
- "@tachybase/schema": "1.3.16"
25
+ "@tachybase/components": "1.3.18",
26
+ "@tachybase/schema": "1.3.18"
27
27
  },
28
28
  "peerDependencies": {
29
- "@tachybase/client": "1.3.16",
30
- "@tachybase/database": "1.3.16",
31
- "@tachybase/server": "1.3.16",
32
- "@tachybase/test": "1.3.16"
29
+ "@tachybase/client": "1.3.18",
30
+ "@tachybase/database": "1.3.18",
31
+ "@tachybase/server": "1.3.18",
32
+ "@tachybase/test": "1.3.18"
33
33
  },
34
34
  "description.zh-CN": "提供日历数据表模板和卡片,用于管理日期数据,通常用于事件、约会、任务等与日期/时间相关的信息。",
35
35
  "displayName.zh-CN": "日历",