@steedos/standard-process-approval 2.7.1-beta.20 → 2.7.1-beta.21

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.
@@ -30,7 +30,8 @@
30
30
  "recordId": "${target_object.ids[0]}",
31
31
  "visibleOn": "${!!target_object}",
32
32
  "className": "antd-Form antd-Form--normal steedos-amis-form bg-white",
33
- "mode": "read"
33
+ "mode": "read",
34
+ "enableInitApi": true
34
35
  }
35
36
  ]
36
37
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/standard-process-approval",
3
- "version": "2.7.1-beta.20",
3
+ "version": "2.7.1-beta.21",
4
4
  "main": "package.service.js",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -10,10 +10,10 @@
10
10
  "steedos"
11
11
  ],
12
12
  "dependencies": {
13
- "@steedos/process": "2.7.1-beta.20"
13
+ "@steedos/process": "2.7.1-beta.21"
14
14
  },
15
15
  "description": "steedos package",
16
16
  "repository": {},
17
17
  "license": "MIT",
18
- "gitHead": "339152347c1bd6a71c01c225ea7d83eae90b086f"
18
+ "gitHead": "ff50ac64e344991378c0d3148410a3c8290918f8"
19
19
  }