-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor package.json updates for monorepo (#4)
- Update package.json `url` and `homepage` to point to monorepo - Minor tweaks to some package `description`s
- Loading branch information
Showing
13 changed files
with
31 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,13 +6,13 @@ | |
"private": true, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/foxglove/ros1.git" | ||
"url": "https://github.com/foxglove/ros-typescript.git" | ||
}, | ||
"author": { | ||
"name": "Foxglove Technologies Inc", | ||
"email": "[email protected]" | ||
}, | ||
"homepage": "https://foxglove.dev/", | ||
"homepage": "https://github.com/foxglove/ros-typescript", | ||
"main": "dist/index.js", | ||
"files": [ | ||
"dist" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,13 +6,13 @@ | |
"private": true, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/foxglove/ros1.git" | ||
"url": "https://github.com/foxglove/ros-typescript.git" | ||
}, | ||
"author": { | ||
"name": "Foxglove Technologies Inc", | ||
"email": "[email protected]" | ||
}, | ||
"homepage": "https://foxglove.dev/", | ||
"homepage": "https://github.com/foxglove/ros-typescript", | ||
"main": "dist/index.js", | ||
"files": [ | ||
"dist" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,13 +15,13 @@ | |
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/foxglove/ros1.git" | ||
"url": "https://github.com/foxglove/ros-typescript.git" | ||
}, | ||
"author": { | ||
"name": "Foxglove Technologies Inc", | ||
"email": "[email protected]" | ||
}, | ||
"homepage": "https://github.com/foxglove/ros1", | ||
"homepage": "https://github.com/foxglove/ros-typescript", | ||
"main": "dist/index.js", | ||
"typings": "dist/index.d.ts", | ||
"exports": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@foxglove/rosbag2-node", | ||
"version": "5.0.0", | ||
"description": "ROS 2 (Robot Operating System) bag reader and writer for node.js", | ||
"description": "ROS 2 bag reader and writer for node.js", | ||
"license": "MIT", | ||
"keywords": [ | ||
"ros", | ||
|
@@ -19,13 +19,13 @@ | |
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/foxglove/rosbag2-node.git" | ||
"url": "https://github.com/foxglove/ros-typescript.git" | ||
}, | ||
"author": { | ||
"name": "Foxglove Technologies", | ||
"email": "[email protected]" | ||
}, | ||
"homepage": "https://github.com/foxglove/rosbag2-node", | ||
"homepage": "https://github.com/foxglove/ros-typescript", | ||
"main": "dist/index.js", | ||
"typings": "dist/index.d.ts", | ||
"files": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@foxglove/rosbag2-web", | ||
"version": "5.0.0", | ||
"description": "ROS2 (Robot Operating System) bag reader and writer for the browser", | ||
"description": "ROS 2 bag reader and writer for the browser", | ||
"license": "MIT", | ||
"keywords": [ | ||
"ros", | ||
|
@@ -19,13 +19,13 @@ | |
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/foxglove/rosbag2-web.git" | ||
"url": "https://github.com/foxglove/ros-typescript.git" | ||
}, | ||
"author": { | ||
"name": "Foxglove Technologies Inc", | ||
"email": "[email protected]" | ||
}, | ||
"homepage": "https://github.com/foxglove/rosbag2-web", | ||
"homepage": "https://github.com/foxglove/ros-typescript", | ||
"main": "dist/index.js", | ||
"typings": "dist/index.d.ts", | ||
"files": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@foxglove/rosbag2", | ||
"version": "6.0.0", | ||
"description": "ROS 2 (Robot Operating System) bag reader and writer abstract implementation", | ||
"description": "ROS 2 bag reader and writer abstract implementation", | ||
"license": "MIT", | ||
"keywords": [ | ||
"ros", | ||
|
@@ -17,13 +17,13 @@ | |
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/foxglove/rosbag2.git" | ||
"url": "https://github.com/foxglove/ros-typescript.git" | ||
}, | ||
"author": { | ||
"name": "Foxglove Technologies Inc", | ||
"email": "[email protected]" | ||
}, | ||
"homepage": "https://github.com/foxglove/rosbag2", | ||
"homepage": "https://github.com/foxglove/ros-typescript", | ||
"main": "dist/index.js", | ||
"typings": "dist/index.d.ts", | ||
"files": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,13 +20,13 @@ | |
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/foxglove/rosmsg-msgs-common.git" | ||
"url": "https://github.com/foxglove/ros-typescript.git" | ||
}, | ||
"author": { | ||
"name": "Foxglove Technologies Inc", | ||
"email": "[email protected]" | ||
}, | ||
"homepage": "https://github.com/foxglove/rosmsg-msgs-common", | ||
"homepage": "https://github.com/foxglove/ros-typescript", | ||
"main": "dist/index.js", | ||
"module": "dist/index.esm.js", | ||
"typings": "dist/index.d.ts", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@foxglove/rosmsg-serialization", | ||
"version": "2.0.3", | ||
"description": "ROS1 (Robot Operating System) message serialization, for reading and writing bags and network messages", | ||
"description": "ROS 1 message serialization, for reading and writing bags and network messages", | ||
"license": "MIT", | ||
"keywords": [ | ||
"ros", | ||
|
@@ -16,13 +16,13 @@ | |
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/foxglove/rosmsg-serialization.git" | ||
"url": "https://github.com/foxglove/ros-typescript.git" | ||
}, | ||
"author": { | ||
"name": "Foxglove Technologies Inc", | ||
"email": "[email protected]" | ||
}, | ||
"homepage": "https://github.com/foxglove/rosmsg-serialization", | ||
"homepage": "https://github.com/foxglove/ros-typescript", | ||
"module": "dist/esm/index.js", | ||
"main": "dist/cjs/index.js", | ||
"typings": "dist/esm/index.d.ts", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/foxglove/rosmsg.git" | ||
"url": "https://github.com/foxglove/ros-typescript.git" | ||
}, | ||
"keywords": [ | ||
"ros", | ||
|
@@ -23,7 +23,7 @@ | |
"name": "Foxglove Technologies Inc", | ||
"email": "[email protected]" | ||
}, | ||
"homepage": "https://github.com/foxglove/rosmsg", | ||
"homepage": "https://github.com/foxglove/ros-typescript", | ||
"main": "dist/index.js", | ||
"typings": "dist/index.d.ts", | ||
"files": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@foxglove/rosmsg2-serialization", | ||
"version": "3.0.2", | ||
"description": "ROS 2 (Robot Operating System) message serialization, for reading and writing bags and network messages", | ||
"description": "ROS 2 message serialization, for reading and writing bags and network messages", | ||
"license": "MIT", | ||
"keywords": [ | ||
"ros", | ||
|
@@ -17,13 +17,13 @@ | |
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/foxglove/rosmsg2-serialization.git" | ||
"url": "https://github.com/foxglove/ros-typescript.git" | ||
}, | ||
"author": { | ||
"name": "Foxglove Technologies Inc", | ||
"email": "[email protected]" | ||
}, | ||
"homepage": "https://github.com/foxglove/rosmsg2-serialization", | ||
"homepage": "https://github.com/foxglove/ros-typescript", | ||
"main": "dist/index.js", | ||
"typings": "dist/index.d.ts", | ||
"files": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@foxglove/rostime", | ||
"version": "1.1.2", | ||
"description": "ROS (Robot Operating System) Time and Duration primitives and helper methods", | ||
"description": "ROS Time and Duration primitives and helper methods", | ||
"license": "MIT", | ||
"keywords": [ | ||
"rostime", | ||
|
@@ -16,13 +16,13 @@ | |
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/foxglove/rostime.git" | ||
"url": "https://github.com/foxglove/ros-typescript.git" | ||
}, | ||
"author": { | ||
"name": "Foxglove Technologies Inc", | ||
"email": "[email protected]" | ||
}, | ||
"homepage": "https://github.com/foxglove/rostime", | ||
"homepage": "https://github.com/foxglove/ros-typescript", | ||
"main": "dist/index.js", | ||
"typings": "dist/index.d.ts", | ||
"files": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,13 +12,13 @@ | |
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/foxglove/xmlrpc.git" | ||
"url": "https://github.com/foxglove/ros-typescript.git" | ||
}, | ||
"author": { | ||
"name": "Foxglove Technologies Inc", | ||
"email": "[email protected]" | ||
}, | ||
"homepage": "https://github.com/foxglove/xmlrpc", | ||
"homepage": "https://github.com/foxglove/ros-typescript", | ||
"main": "dist/index.js", | ||
"typings": "dist/index.d.ts", | ||
"exports": { | ||
|