We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 828cc46 commit 383bed4Copy full SHA for 383bed4
package.json
@@ -2,7 +2,7 @@
2
"name": "node-red-ros2-plugin",
3
"license": "MIT",
4
"description": "A collection of Node-RED nodes for connecting with ROS2.",
5
- "version": "1.0.0",
+ "version": "1.0.1",
6
"engines": {
7
"node": ">=10"
8
},
@@ -15,8 +15,7 @@
15
16
"dependencies": {
17
"cron": "~1.8.2",
18
- "is-web-api": "~1.0.0",
19
- "node-red-ros2-plugin": "^1.0.0"
+ "is-web-api": "~1.0.1"
20
21
"devDependencies": {
22
"coveralls": "^3.1.0",
0 commit comments