Skip to content

Commit 9960a19

Browse files
author
NoahAndrews
committed
Publish
- @rev-robotics/[email protected] - [email protected]
1 parent 0922609 commit 9960a19

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/expansion-hub/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rev-robotics/expansion-hub",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "High level library for controlling a REV Robotics Expansion Hub",
55
"main": "dist/index.js",
66
"type": "module",

packages/sample/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "rev-hub-cli",
33
"descripton": "Basic command line application to control an Expansion Hub",
4-
"version": "1.0.3",
4+
"version": "1.0.4",
55
"main": "dist/main.js",
66
"bin": "dist/main.js",
77
"type": "module",
88
"dependencies": {
99
"@rev-robotics/distance-sensor": "^1.0.3",
10-
"@rev-robotics/expansion-hub": "^1.1.0",
10+
"@rev-robotics/expansion-hub": "^1.1.1",
1111
"commander": "^10.0.1"
1212
},
1313
"devDependencies": {

0 commit comments

Comments
 (0)