Skip to content

Commit

Permalink
feat(version): release 0.1.9 version
Browse files Browse the repository at this point in the history
  • Loading branch information
gokhangunduz committed Jan 17, 2024
1 parent bd1c77f commit 2183b5a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "physical-robot-services",
"version": "0.1.8",
"version": "0.1.9",
"description": "Physical Robot Services",
"main": "app/app.ts",
"scripts": {
Expand All @@ -19,20 +19,20 @@
},
"homepage": "https://github.com/robolaunch/physical-robot-services#readme",
"devDependencies": {
"@types/cors": "^2.8.14",
"@types/express": "^4.17.19",
"@types/node": "^20.8.4",
"@types/node-webcam": "^0.8.2",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/node": "^20.10.5",
"@types/node-webcam": "^0.8.3",
"express": "^4.18.2",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"dependencies": {
"axios": "^1.5.1",
"axios": "^1.6.3",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"kafkajs": "^2.2.4",
"node-webcam": "^0.8.2",
"rclnodejs": "^0.23.1"
"rclnodejs": "^0.23.3"
}
}

0 comments on commit 2183b5a

Please sign in to comment.