@foxglove/extension 2.56.0 → 2.57.0
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.
- package/package.json +5 -5
- package/src/stable.ts +2 -0
package/package.json
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@foxglove/extension",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.57.0",
|
|
4
|
+
"homepage": "https://foxglove.dev/",
|
|
4
5
|
"license": "MIT",
|
|
5
6
|
"author": {
|
|
6
7
|
"name": "Foxglove Technologies",
|
|
7
8
|
"email": "support@foxglove.dev"
|
|
8
9
|
},
|
|
9
|
-
"
|
|
10
|
+
"files": [
|
|
11
|
+
"src"
|
|
12
|
+
],
|
|
10
13
|
"type": "module",
|
|
11
14
|
"main": "./src/index.ts",
|
|
12
15
|
"exports": {
|
|
13
16
|
".": "./src/index.ts",
|
|
14
17
|
"./experimental": "./src/experimental.ts"
|
|
15
18
|
},
|
|
16
|
-
"files": [
|
|
17
|
-
"src"
|
|
18
|
-
],
|
|
19
19
|
"scripts": {
|
|
20
20
|
"prepack": "tsc -b tsconfig.json"
|
|
21
21
|
},
|
package/src/stable.ts
CHANGED
|
@@ -1287,6 +1287,7 @@ export type SettingsIcon =
|
|
|
1287
1287
|
| "Add"
|
|
1288
1288
|
| "Addchart"
|
|
1289
1289
|
| "Background"
|
|
1290
|
+
| "Cached"
|
|
1290
1291
|
| "Camera"
|
|
1291
1292
|
| "Cells"
|
|
1292
1293
|
| "Check"
|
|
@@ -1318,6 +1319,7 @@ export type SettingsIcon =
|
|
|
1318
1319
|
| "Share"
|
|
1319
1320
|
| "Star"
|
|
1320
1321
|
| "SouthEast"
|
|
1322
|
+
| "Sync"
|
|
1321
1323
|
| "Timeline"
|
|
1322
1324
|
| "Topic"
|
|
1323
1325
|
| "Tune"
|