@foxglove/extension 2.47.0 → 2.48.1

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 +1 -1
  2. package/src/stable.ts +2 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@foxglove/extension",
3
- "version": "2.47.0",
3
+ "version": "2.48.1",
4
4
  "license": "MIT",
5
5
  "author": {
6
6
  "name": "Foxglove Technologies",
package/src/stable.ts CHANGED
@@ -1363,6 +1363,8 @@ export type SettingsTreeFieldValue =
1363
1363
  validTopics?: string[];
1364
1364
  /** True if the input should allow message path functions like "@abs" */
1365
1365
  supportsMessagePathFunctions?: boolean;
1366
+ /** Whether the input should allow Plot-only time-series functions like "@delta". Defaults to true. */
1367
+ supportsTimeSeriesMessagePathFunctions?: boolean;
1366
1368
  /**
1367
1369
  * @deprecated Use `supportsMessagePathFunctions` instead.
1368
1370
  * True if the input should allow message path functions like "@abs".