semiotic 3.4.1 → 3.4.2
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/ai/schema.json +1 -1
- package/dist/components/export/selectionSerializer.d.ts +1 -1
- package/dist/components/realtime/types.d.ts +5 -5
- package/dist/components/store/SelectionStore.d.ts +1 -1
- package/dist/components/store/TooltipStore.d.ts +5 -1
- package/dist/components/store/useSelection.d.ts +7 -4
- package/dist/components/stream/NetworkSVGOverlay.d.ts +18 -12
- package/dist/components/stream/geoTypes.d.ts +20 -8
- package/dist/components/stream/keyboardNav.d.ts +18 -6
- package/dist/components/stream/networkTypes.d.ts +42 -21
- package/dist/components/stream/ordinalTypes.d.ts +12 -12
- package/dist/components/stream/types.d.ts +13 -9
- package/dist/geo.min.js +1 -1
- package/dist/geo.module.min.js +1 -1
- package/dist/network.min.js +1 -1
- package/dist/network.module.min.js +1 -1
- package/dist/ordinal.min.js +1 -1
- package/dist/ordinal.module.min.js +1 -1
- package/dist/realtime.min.js +1 -1
- package/dist/realtime.module.min.js +1 -1
- package/dist/semiotic-ai.min.js +1 -1
- package/dist/semiotic-ai.module.min.js +1 -1
- package/dist/semiotic.min.js +1 -1
- package/dist/semiotic.module.min.js +1 -1
- package/dist/server.min.js +1 -1
- package/dist/server.module.min.js +1 -1
- package/dist/xy.min.js +1 -1
- package/dist/xy.module.min.js +1 -1
- package/package.json +3 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "semiotic",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.2",
|
|
4
4
|
"mcpName": "io.github.nteract/semiotic",
|
|
5
5
|
"description": "React data visualization library with built-in MCP server for AI-assisted chart generation",
|
|
6
6
|
"main": "dist/semiotic.min.js",
|
|
@@ -257,6 +257,7 @@
|
|
|
257
257
|
"jsdom": "^29.0.2",
|
|
258
258
|
"marked": "^18.0.2",
|
|
259
259
|
"os-browserify": "^0.3.0",
|
|
260
|
+
"marked-gfm-heading-id": "^4.1.4",
|
|
260
261
|
"parcel": "^2.16.4",
|
|
261
262
|
"path-browserify": "^1.0.1",
|
|
262
263
|
"playwright-chromium": "^1.59.1",
|
|
@@ -264,6 +265,7 @@
|
|
|
264
265
|
"process": "^0.11.10",
|
|
265
266
|
"react": "^19.2.5",
|
|
266
267
|
"react-dom": "^19.2.5",
|
|
268
|
+
"react-router": "^7.14.1",
|
|
267
269
|
"react-router-dom": "^7.0.0",
|
|
268
270
|
"rollup": "^4.59.0",
|
|
269
271
|
"rollup-plugin-auto-external": "^2.0.0",
|
|
@@ -271,7 +273,6 @@
|
|
|
271
273
|
"seedrandom": "^3.0.5",
|
|
272
274
|
"size-limit": "^12.0.0",
|
|
273
275
|
"stream-browserify": "^3.0.0",
|
|
274
|
-
"tslib": "^2.8.1",
|
|
275
276
|
"typedoc": "^0.28.19",
|
|
276
277
|
"typescript": "~6.0.3",
|
|
277
278
|
"util": "^0.12.5",
|
|
@@ -303,8 +304,6 @@
|
|
|
303
304
|
"d3-tile": "^1.0.0",
|
|
304
305
|
"d3-time-format": "^4.1.0",
|
|
305
306
|
"d3-zoom": "^3.0.0",
|
|
306
|
-
"marked-gfm-heading-id": "^4.1.4",
|
|
307
|
-
"react-router": "^7.14.1",
|
|
308
307
|
"regression": "^2.0.1",
|
|
309
308
|
"topojson-client": "^3.1.0",
|
|
310
309
|
"world-atlas": "^2.0.2"
|