@steedos/process 2.1.28 → 2.1.33

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/README.md +2 -0
  2. package/package.json +4 -4
package/README.md ADDED
@@ -0,0 +1,2 @@
1
+ ## 功能说明
2
+ - 批准过程相关操作的实现,如 提交、核准、驳回等
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/process",
3
- "version": "2.1.28",
3
+ "version": "2.1.33",
4
4
  "main": "lib/index.js",
5
5
  "repository": "https://github.com/steedos/steedos-platform.git",
6
6
  "scripts": {
@@ -17,8 +17,8 @@
17
17
  "typescript": "3.5.3"
18
18
  },
19
19
  "dependencies": {
20
- "@steedos/core": "2.1.28",
21
- "@steedos/objectql": "2.1.28"
20
+ "@steedos/core": "2.1.33",
21
+ "@steedos/objectql": "2.1.33"
22
22
  },
23
- "gitHead": "49f457800e7a2735ea61e2bbf3a7cfb1cfb5284a"
23
+ "gitHead": "563087eeae39975c2254454481384b950dc9fe41"
24
24
  }