Skip to content

Commit

Permalink
Minor package.json updates for monorepo (#4)
Browse files Browse the repository at this point in the history
- Update package.json `url` and `homepage` to point to monorepo
- Minor tweaks to some package `description`s
  • Loading branch information
jtbandes authored Jan 8, 2025
1 parent 1cfff55 commit 6b027cc
Show file tree
Hide file tree
Showing 13 changed files with 31 additions and 31 deletions.
4 changes: 2 additions & 2 deletions packages/ros1/examples/ros1-chatter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "contact@foxglove.dev"
},
"homepage": "https://foxglove.dev/",
"homepage": "https://github.com/foxglove/ros-typescript",
"main": "dist/index.js",
"files": [
"dist"
Expand Down
4 changes: 2 additions & 2 deletions packages/ros1/examples/ros1-turtlesim-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "contact@foxglove.dev"
},
"homepage": "https://foxglove.dev/",
"homepage": "https://github.com/foxglove/ros-typescript",
"main": "dist/index.js",
"files": [
"dist"
Expand Down
4 changes: 2 additions & 2 deletions packages/ros1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "contact@foxglove.dev"
},
"homepage": "https://github.com/foxglove/ros1",
"homepage": "https://github.com/foxglove/ros-typescript",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/rosbag/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/foxglove/rosbag.git"
"url": "https://github.com/foxglove/ros-typescript.git"
},
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/rosbag2-node/package.json
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",
Expand All @@ -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": "support@foxglove.dev"
},
"homepage": "https://github.com/foxglove/rosbag2-node",
"homepage": "https://github.com/foxglove/ros-typescript",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
Expand Down
6 changes: 3 additions & 3 deletions packages/rosbag2-web/package.json
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",
Expand All @@ -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": "contact@foxglove.dev"
},
"homepage": "https://github.com/foxglove/rosbag2-web",
"homepage": "https://github.com/foxglove/ros-typescript",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
Expand Down
6 changes: 3 additions & 3 deletions packages/rosbag2/package.json
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",
Expand All @@ -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": "contact@foxglove.dev"
},
"homepage": "https://github.com/foxglove/rosbag2",
"homepage": "https://github.com/foxglove/ros-typescript",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/rosmsg-msgs-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "contact@foxglove.dev"
},
"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",
Expand Down
6 changes: 3 additions & 3 deletions packages/rosmsg-serialization/package.json
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",
Expand All @@ -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": "contact@foxglove.dev"
},
"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",
Expand Down
4 changes: 2 additions & 2 deletions packages/rosmsg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -23,7 +23,7 @@
"name": "Foxglove Technologies Inc",
"email": "contact@foxglove.dev"
},
"homepage": "https://github.com/foxglove/rosmsg",
"homepage": "https://github.com/foxglove/ros-typescript",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
Expand Down
6 changes: 3 additions & 3 deletions packages/rosmsg2-serialization/package.json
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",
Expand All @@ -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": "contact@foxglove.dev"
},
"homepage": "https://github.com/foxglove/rosmsg2-serialization",
"homepage": "https://github.com/foxglove/ros-typescript",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
Expand Down
6 changes: 3 additions & 3 deletions packages/rostime/package.json
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",
Expand All @@ -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": "contact@foxglove.dev"
},
"homepage": "https://github.com/foxglove/rostime",
"homepage": "https://github.com/foxglove/ros-typescript",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/xmlrpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "contact@foxglove.dev"
},
"homepage": "https://github.com/foxglove/xmlrpc",
"homepage": "https://github.com/foxglove/ros-typescript",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"exports": {
Expand Down

0 comments on commit 6b027cc

Please sign in to comment.