@transitive-sdk/utils-caps 0.2.10 → 0.2.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +3 -3
  2. package/rundev.sh +2 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@transitive-sdk/utils-caps",
3
- "version": "0.2.10",
3
+ "version": "0.2.11",
4
4
  "description": "Utilities to build and run Transitive capabilities in dev",
5
5
  "homepage": "https://transitiverobotics.com",
6
6
  "repository": {
@@ -28,7 +28,7 @@
28
28
  "access": "public"
29
29
  },
30
30
  "dependencies": {
31
- "@transitive-sdk/utils": ">=0.9.5",
32
- "esbuild": "^0.18.15"
31
+ "@transitive-sdk/utils": "^0.17.2",
32
+ "esbuild": "^0.28.0"
33
33
  }
34
34
  }
package/rundev.sh CHANGED
@@ -42,6 +42,8 @@ tryToSourceROS foxy
42
42
  tryToSourceROS galactic
43
43
  tryToSourceROS humble
44
44
  tryToSourceROS iron
45
+ tryToSourceROS jazzy
46
+ tryToSourceROS kilted
45
47
 
46
48
  # Make sure a config file exists
47
49
  if [[ ! -e ~/.transitive/config.json ]]; then