@things-factory/process 7.0.6 → 7.0.10
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/client/pages/event/event-list-page.ts +14 -28
- package/client/pages/gateway/gateway-list-page.ts +14 -29
- package/client/pages/process/process-list-page.ts +14 -28
- package/client/pages/process-instance/process-instance-list-page.ts +14 -29
- package/client/pages/process-thread/process-thread-list-page.ts +14 -29
- package/dist-client/pages/event/event-list-page.d.ts +0 -1
- package/dist-client/pages/event/event-list-page.js +13 -31
- package/dist-client/pages/event/event-list-page.js.map +1 -1
- package/dist-client/pages/gateway/gateway-list-page.d.ts +0 -1
- package/dist-client/pages/gateway/gateway-list-page.js +13 -31
- package/dist-client/pages/gateway/gateway-list-page.js.map +1 -1
- package/dist-client/pages/process/process-list-page.d.ts +0 -1
- package/dist-client/pages/process/process-list-page.js +13 -31
- package/dist-client/pages/process/process-list-page.js.map +1 -1
- package/dist-client/pages/process-instance/process-instance-list-page.d.ts +0 -1
- package/dist-client/pages/process-instance/process-instance-list-page.js +13 -31
- package/dist-client/pages/process-instance/process-instance-list-page.js.map +1 -1
- package/dist-client/pages/process-thread/process-thread-list-page.d.ts +0 -1
- package/dist-client/pages/process-thread/process-thread-list-page.js +13 -31
- package/dist-client/pages/process-thread/process-thread-list-page.js.map +1 -1
- package/dist-client/tsconfig.tsbuildinfo +1 -1
- package/dist-server/tsconfig.tsbuildinfo +1 -1
- package/package.json +10 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/process",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.10",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "dist-client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -31,14 +31,14 @@
|
|
|
31
31
|
"@operato/graphql": "^7.0.0",
|
|
32
32
|
"@operato/grist-editor": "^7.0.0",
|
|
33
33
|
"@operato/shell": "^7.0.0",
|
|
34
|
-
"@things-factory/attachment-base": "^7.0.
|
|
35
|
-
"@things-factory/auth-base": "^7.0.
|
|
36
|
-
"@things-factory/board-service": "^7.0.
|
|
37
|
-
"@things-factory/context-ui": "^7.0.
|
|
38
|
-
"@things-factory/organization": "^7.0.
|
|
39
|
-
"@things-factory/scheduler-client": "^7.0.
|
|
40
|
-
"@things-factory/shell": "^7.0.
|
|
41
|
-
"@things-factory/worklist": "^7.0.
|
|
34
|
+
"@things-factory/attachment-base": "^7.0.10",
|
|
35
|
+
"@things-factory/auth-base": "^7.0.10",
|
|
36
|
+
"@things-factory/board-service": "^7.0.10",
|
|
37
|
+
"@things-factory/context-ui": "^7.0.10",
|
|
38
|
+
"@things-factory/organization": "^7.0.10",
|
|
39
|
+
"@things-factory/scheduler-client": "^7.0.10",
|
|
40
|
+
"@things-factory/shell": "^7.0.10",
|
|
41
|
+
"@things-factory/worklist": "^7.0.10"
|
|
42
42
|
},
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "9da4e145880a6d637db60f03116d5bbfdb6f4cfc"
|
|
44
44
|
}
|