@viamrobotics/test-widgets 0.1.6 → 0.1.7

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.
@@ -42,7 +42,8 @@
42
42
  </tr>
43
43
  </thead>
44
44
  <tbody>
45
- {#each displayPositions as pos, index (pos)}
45
+ <!-- joint ids are just the index in the list of values, we need to use pos and index -->
46
+ {#each displayPositions as pos, index ([pos, index])}
46
47
  <tr>
47
48
  <th> {index} </th>
48
49
  <th> {formatNumeric(pos)} </th>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@viamrobotics/test-widgets",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "files": [