@nocobase/plugin-workflow-cc 1.8.4 → 1.9.0-beta.4

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.
package/README.md CHANGED
@@ -1,16 +1,30 @@
1
1
  # @nocobase/plugin-workflow-cc
2
2
 
3
- ## 分支
3
+ <video width="100%" controls>
4
+ <source src="https://static-docs.nocobase.com/NocoBase0510.mp4" type="video/mp4">
5
+ </video>
4
6
 
5
- 和 nocobase 仓库一样,也分为 main 和 next 两个分支
6
7
 
7
- - main:只处理缺陷修复
8
- - next:新插件、新特性、不兼容性变更等
8
+ ## What is NocoBase
9
9
 
10
- ## 提测
10
+ NocoBase is a scalability-first, open-source no-code development platform.
11
+ Instead of investing years of time and millions of dollars in research and development, deploy NocoBase in a few minutes and you'll have a private, controllable, and extremely scalable no-code development platform!
11
12
 
12
- - 提交 PR 之后,会自动生成 PR 测试环境,测试通过后再合并到对应分支
13
+ Homepage:
14
+ https://www.nocobase.com/
13
15
 
14
- ```bash
15
- pr-<number>-<pro-tpl>.test.nocobase.com
16
- ```
16
+ Online Demo:
17
+ https://demo.nocobase.com/new
18
+
19
+ Documents:
20
+ https://docs.nocobase.com/
21
+
22
+ Commericial license & plugins:
23
+ https://www.nocobase.com/en/commercial
24
+
25
+ License agreement:
26
+ https://www.nocobase.com/en/agreement
27
+
28
+
29
+ ## Contact Us:
30
+ hello@nocobase.com
@@ -9,18 +9,18 @@
9
9
 
10
10
  module.exports = {
11
11
  "react": "18.2.0",
12
- "@nocobase/client": "1.8.4",
13
- "@nocobase/plugin-workflow": "1.8.4",
12
+ "@nocobase/client": "1.9.0-beta.4",
13
+ "@nocobase/plugin-workflow": "1.9.0-beta.4",
14
14
  "react-i18next": "11.18.6",
15
15
  "antd-style": "3.7.1",
16
16
  "antd": "5.24.2",
17
17
  "react-router-dom": "6.28.1",
18
18
  "lodash": "4.17.21",
19
- "@nocobase/utils": "1.8.4",
20
- "@nocobase/plugin-ui-schema-storage": "1.8.4",
21
- "@nocobase/actions": "1.8.4",
22
- "@nocobase/server": "1.8.4",
23
- "@nocobase/database": "1.8.4",
19
+ "@nocobase/utils": "1.9.0-beta.4",
20
+ "@nocobase/plugin-ui-schema-storage": "1.9.0-beta.4",
21
+ "@nocobase/actions": "1.9.0-beta.4",
22
+ "@nocobase/server": "1.9.0-beta.4",
23
+ "@nocobase/database": "1.9.0-beta.4",
24
24
  "@formily/shared": "2.3.2",
25
25
  "@formily/react": "2.3.0",
26
26
  "@formily/antd-v5": "1.2.3",
package/package.json CHANGED
@@ -6,7 +6,8 @@
6
6
  "description.zh-CN": "可将流程中的信息自由配置为查看界面,提供给特定的用户查看,将在待办中心为其生成抄送任务。",
7
7
  "homepage": "https://docs.nocobase.com/handbook/workflow-cc",
8
8
  "homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/workflow-cc",
9
- "version": "1.8.4",
9
+ "license": "AGPL-3.0",
10
+ "version": "1.9.0-beta.4",
10
11
  "main": "dist/server/index.js",
11
12
  "peerDependencies": {
12
13
  "@nocobase/actions": "1.x",
@@ -21,5 +22,5 @@
21
22
  "keywords": [
22
23
  "Workflow"
23
24
  ],
24
- "gitHead": "0d2ed5a177def253431506fed6b47bac7f281d56"
25
+ "gitHead": "0276aa12d87f82c73d62a9712134fe363e2c772a"
25
26
  }