@things-factory/process 7.0.1-alpha.4 → 7.0.1-alpha.41
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-importer.ts +7 -19
- package/client/pages/event/event-list-page.ts +6 -5
- package/client/pages/gateway/gateway-importer.ts +7 -18
- package/client/pages/gateway/gateway-list-page.ts +6 -5
- package/client/pages/process/process-importer.ts +7 -18
- package/client/pages/process/process-list-page.ts +6 -5
- package/client/pages/process-instance/process-instance-importer.ts +7 -18
- package/client/pages/process-instance/process-instance-list-page.ts +6 -5
- package/client/pages/process-thread/process-thread-importer.ts +7 -18
- package/client/pages/process-thread/process-thread-list-page.ts +6 -5
- package/dist-client/pages/event/event-importer.d.ts +1 -0
- package/dist-client/pages/event/event-importer.js +4 -11
- package/dist-client/pages/event/event-importer.js.map +1 -1
- package/dist-client/pages/event/event-list-page.js +6 -5
- package/dist-client/pages/event/event-list-page.js.map +1 -1
- package/dist-client/pages/gateway/gateway-importer.d.ts +1 -0
- package/dist-client/pages/gateway/gateway-importer.js +4 -11
- package/dist-client/pages/gateway/gateway-importer.js.map +1 -1
- package/dist-client/pages/gateway/gateway-list-page.js +6 -5
- package/dist-client/pages/gateway/gateway-list-page.js.map +1 -1
- package/dist-client/pages/process/process-importer.d.ts +1 -0
- package/dist-client/pages/process/process-importer.js +4 -11
- package/dist-client/pages/process/process-importer.js.map +1 -1
- package/dist-client/pages/process/process-list-page.js +6 -5
- package/dist-client/pages/process/process-list-page.js.map +1 -1
- package/dist-client/pages/process-instance/process-instance-importer.d.ts +1 -0
- package/dist-client/pages/process-instance/process-instance-importer.js +4 -11
- package/dist-client/pages/process-instance/process-instance-importer.js.map +1 -1
- package/dist-client/pages/process-instance/process-instance-list-page.js +6 -5
- package/dist-client/pages/process-instance/process-instance-list-page.js.map +1 -1
- package/dist-client/pages/process-thread/process-thread-importer.d.ts +1 -0
- package/dist-client/pages/process-thread/process-thread-importer.js +4 -11
- package/dist-client/pages/process-thread/process-thread-importer.js.map +1 -1
- package/dist-client/pages/process-thread/process-thread-list-page.js +6 -5
- 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.1-alpha.
|
|
3
|
+
"version": "7.0.1-alpha.41",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "dist-client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -31,15 +31,15 @@
|
|
|
31
31
|
"@operato/graphql": "^2.0.0-alpha.0",
|
|
32
32
|
"@operato/grist-editor": "^2.0.0-alpha.0",
|
|
33
33
|
"@operato/shell": "^2.0.0-alpha.0",
|
|
34
|
-
"@things-factory/attachment-base": "^7.0.1-alpha.
|
|
35
|
-
"@things-factory/auth-base": "^7.0.1-alpha.
|
|
36
|
-
"@things-factory/board-service": "^7.0.1-alpha.
|
|
37
|
-
"@things-factory/context-ui": "^7.0.1-alpha.
|
|
38
|
-
"@things-factory/organization": "^7.0.1-alpha.
|
|
39
|
-
"@things-factory/scheduler-client": "^7.0.1-alpha.
|
|
40
|
-
"@things-factory/shell": "^7.0.1-alpha.
|
|
41
|
-
"@things-factory/worklist": "^7.0.1-alpha.
|
|
34
|
+
"@things-factory/attachment-base": "^7.0.1-alpha.36",
|
|
35
|
+
"@things-factory/auth-base": "^7.0.1-alpha.36",
|
|
36
|
+
"@things-factory/board-service": "^7.0.1-alpha.40",
|
|
37
|
+
"@things-factory/context-ui": "^7.0.1-alpha.36",
|
|
38
|
+
"@things-factory/organization": "^7.0.1-alpha.36",
|
|
39
|
+
"@things-factory/scheduler-client": "^7.0.1-alpha.36",
|
|
40
|
+
"@things-factory/shell": "^7.0.1-alpha.36",
|
|
41
|
+
"@things-factory/worklist": "^7.0.1-alpha.41",
|
|
42
42
|
"moment-timezone": "^0.5.40"
|
|
43
43
|
},
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "f96a6b6484083df8d3f296d33e0ce50a53db424d"
|
|
45
45
|
}
|