Skip to content

Commit f3a8894

Browse files
chore(deps): add commons dependency and bump package versions
- Add [email protected] to control-flow and validation packages - Bump control-flow and validation versions to 2.1.2
1 parent 0f2ffbe commit f3a8894

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

packages/control-flow/package.json

Lines changed: 4 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.1",
3+
"version": "2.1.2",
44
"description": "Collection of STATUS project components that are responsible for performing control-flow checks.",
55
"license": "Apache-2.0",
66
"keywords": [
@@ -37,5 +37,7 @@
3737
"chain-response": "nodes/chain-response.js"
3838
}
3939
},
40-
"dependencies": {}
40+
"dependencies": {
41+
"node-red-status-commons": "1.0.0"
42+
}
4143
}

packages/validation/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@statuscompliance/validation",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "Collection of STATUS project components used for compliance checks",
55
"license": "Apache-2.0",
66
"keywords": [
@@ -42,6 +42,7 @@
4242
"dependencies": {
4343
"axios": "1.12.0",
4444
"fuse.js": "7.1.0",
45-
"pdf-parse": "2.1.1"
45+
"pdf-parse": "2.1.1",
46+
"node-red-status-commons": "1.0.0"
4647
}
4748
}

0 commit comments

Comments
 (0)