@5minds/node-red-contrib-processcube 1.1.1 → 1.1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -23,7 +23,7 @@ services:
23
23
  environment:
24
24
  application__name: Engine for Node-RED contrib
25
25
  iam__baseUrl: http://authority:11560
26
- iam__allowAnonymousRootAccess: false
26
+ iam__allowAnonymousRootAccess: true
27
27
  command: --seed-dir=/processes --port 8000
28
28
  depends_on:
29
29
  - authority
@@ -38,5 +38,6 @@ services:
38
38
  - 11560:11560
39
39
  volumes:
40
40
  - ./.processcube/authority/config:/etc/authority/config:ro
41
+ - ./.processcube/authority/db:/app/authority/storage/
41
42
  environment:
42
43
  UPE_SEED_PATH: /etc/authority/config/upeSeedingData.json
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@5minds/node-red-contrib-processcube",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "license": "MIT",
5
5
  "description": "Node-RED nodes for ProcessCube",
6
6
  "scripts": {
@@ -49,7 +49,8 @@
49
49
  "UserTaskFinishedListener": "usertask-finished-listener.js",
50
50
  "UserTaskInput": "usertask-input.js",
51
51
  "UserTaskOutput": "usertask-output.js"
52
- }
52
+ },
53
+ "examples": "examples"
53
54
  },
54
55
  "dependencies": {
55
56
  "@5minds/processcube_engine_client": "^5.0.1",