Skip to content

Commit 219296a

Browse files
tirirotealvarobernal2412
authored andcommitted
fix(build): update node red versions (#86)
1 parent be678f7 commit 219296a

File tree

9 files changed

+17
-17
lines changed

9 files changed

+17
-17
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "status-compliance",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"private": true,
55
"description": "Collection of STATUS packages for Node-RED",
66
"license": "Apache-2.0",

packages/ai/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@statuscompliance/ai",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Collection of STATUS project components that are responsible for performing ai resquest / responses to Google Gemini API",
55
"license": "Apache-2.0",
66
"keywords": [
@@ -31,7 +31,7 @@
3131
"LICENSE"
3232
],
3333
"node-red": {
34-
"version": ">=4.0.9",
34+
"version": ">=3.1.3",
3535
"nodes": {
3636
"ai-response": "nodes/ai-response.js"
3737
}

packages/control-flow/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@statuscompliance/control-flow",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Collection of STATUS project components that are responsible for performing control-flow checks.",
55
"license": "Apache-2.0",
66
"keywords": [
@@ -29,7 +29,7 @@
2929
"flows.json"
3030
],
3131
"node-red": {
32-
"version": ">=4.0.9",
32+
"version": ">=3.1.3",
3333
"nodes": {
3434
"response": "nodes/response.js",
3535
"coexistence": "nodes/coexistence.js",

packages/extraction/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@statuscompliance/extraction",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Collection of STATUS project components that are responsible for extracting information from event traces and JSON objects.",
55
"license": "Apache-2.0",
66
"keywords": [
@@ -29,7 +29,7 @@
2929
"flows.json"
3030
],
3131
"node-red": {
32-
"version": ">=4.0.9",
32+
"version": ">=3.1.3",
3333
"nodes": {
3434
"last-timestamp": "nodes/last-timestamp.js",
3535
"find-object": "nodes/find-object.js",

packages/filtering/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@statuscompliance/filtering",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Collection of STATUS project components that are responsible for filtering JSON object information.",
55
"license": "Apache-2.0",
66
"keywords": [
@@ -29,7 +29,7 @@
2929
"flows.json"
3030
],
3131
"node-red": {
32-
"version": ">=4.0.9",
32+
"version": ">=3.1.3",
3333
"nodes": {
3434
"filter-by-date": "nodes/filter-by-date.js",
3535
"filter-by": "nodes/filter-by.js",

packages/integration/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@statuscompliance/integration",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Collection of STATUS project components that are responsible for collecting information from different data sources such as GitHub, trello and others.",
55
"license": "Apache-2.0",
66
"keywords": [
@@ -29,7 +29,7 @@
2929
"flows.json"
3030
],
3131
"node-red": {
32-
"version": ">=4.0.9",
32+
"version": ">=3.1.3",
3333
"nodes": {
3434
"github-collector": "nodes/github-collector.js",
3535
"trello-collector": "nodes/trello-collector.js",

packages/logic/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@statuscompliance/logic",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Collection of components of the STATUS project containing logical operators and similar functions.",
55
"license": "Apache-2.0",
66
"keywords": [
@@ -29,7 +29,7 @@
2929
"flows.json"
3030
],
3131
"node-red": {
32-
"version": ">=4.0.9",
32+
"version": ">=3.1.3",
3333
"nodes": {
3434
"and": "nodes/and.js",
3535
"lesser-than": "nodes/lesser-than.js",

packages/status/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@statuscompliance/status",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Collection of STATUS project components useful for integrating node-red with the system.",
55
"license": "Apache-2.0",
66
"keywords": [
@@ -29,7 +29,7 @@
2929
"flows.json"
3030
],
3131
"node-red": {
32-
"version": ">=4.0.9",
32+
"version": ">=3.1.3",
3333
"nodes": {
3434
"status-storer": "nodes/status-storer.js",
3535
"filter-scope": "nodes/filter-scope.js"

packages/validation/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@statuscompliance/validation",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Collection of STATUS project components used for compliance checks",
55
"license": "Apache-2.0",
66
"keywords": [
@@ -29,7 +29,7 @@
2929
"flows.json"
3030
],
3131
"node-red": {
32-
"version": ">=4.0.9",
32+
"version": ">=3.1.3",
3333
"nodes": {
3434
"exists-pipe": "nodes/exists-pipe.js",
3535
"exists-url": "nodes/exists-url.js",

0 commit comments

Comments
 (0)