@5minds/node-red-contrib-processcube 0.3.2 → 0.3.3-develop-eaf8b5-lx1oicum
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/Dockerfile +1 -1
- package/package.json +3 -2
- package/process-start.html +1 -1
package/Dockerfile
CHANGED
@@ -11,7 +11,7 @@ RUN npm install
|
|
11
11
|
FROM nodered/node-red:latest
|
12
12
|
|
13
13
|
RUN npm install node-red-contrib-graphql
|
14
|
-
RUN npm install openapi-red
|
14
|
+
RUN npm install openapi-red@1.2.5
|
15
15
|
RUN npm install node-red-contrib-postgresql
|
16
16
|
|
17
17
|
COPY --from=builder /src/node-red-contrib-processcube /src/node-red-contrib-processcube
|
package/package.json
CHANGED
@@ -1,9 +1,10 @@
|
|
1
1
|
{
|
2
2
|
"name": "@5minds/node-red-contrib-processcube",
|
3
|
-
"version": "0.3.
|
3
|
+
"version": "0.3.3-develop-eaf8b5-lx1oicum",
|
4
4
|
"license": "MIT",
|
5
5
|
"description": "Node-RED nodes for ProcessCube",
|
6
|
-
"authors": [
|
6
|
+
"authors": [
|
7
|
+
{
|
7
8
|
"name": "Martin Moellenbeck",
|
8
9
|
"email": "Martin.Moellenbeck@5Minds.de"
|
9
10
|
},
|
package/process-start.html
CHANGED
@@ -32,7 +32,7 @@
|
|
32
32
|
</div>
|
33
33
|
<div class="form-row">
|
34
34
|
<label for="node-input-startevent"><i class="fa fa-tag"></i> Startevent</label>
|
35
|
-
<input type="text" id="node-input-startevent" placeholder="ID of
|
35
|
+
<input type="text" id="node-input-startevent" placeholder="ID of Startevent">
|
36
36
|
</div>
|
37
37
|
</script>
|
38
38
|
|