@gram-ai/elements 1.13.3 → 1.13.5

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/dist/plugins.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-BOid55JB.cjs");exports.chart=e.chart;exports.recommended=e.recommended;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-CgiTs8q9.cjs");exports.chart=e.chart;exports.recommended=e.recommended;
package/dist/plugins.js CHANGED
@@ -1,4 +1,4 @@
1
- import { f as a, r as m } from "./index-LOOB6id7.js";
1
+ import { f as a, r as m } from "./index-DIbAybZr.js";
2
2
  export {
3
3
  a as chart,
4
4
  m as recommended
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@gram-ai/elements",
3
3
  "description": "Gram Elements is a library of UI primitives for building chat-like experiences for MCP Servers.",
4
4
  "type": "module",
5
- "version": "1.13.3",
5
+ "version": "1.13.5",
6
6
  "main": "dist/index.js",
7
7
  "exports": {
8
8
  ".": {
@@ -16,7 +16,7 @@
16
16
  "require": "./dist/server.cjs"
17
17
  },
18
18
  "./plugins": {
19
- "types": "./dist/plugins.d.ts",
19
+ "types": "./dist/plugins/index.d.ts",
20
20
  "import": "./dist/plugins.js",
21
21
  "require": "./dist/plugins.cjs"
22
22
  },
@@ -53,6 +53,7 @@
53
53
  "react": ">=18 <20",
54
54
  "react-dom": ">=18 <20",
55
55
  "remark-gfm": "^4.0.0",
56
+ "vega": "^6.2.0",
56
57
  "zustand": "^5.0.0"
57
58
  },
58
59
  "peerDependenciesMeta": {
@@ -80,6 +81,9 @@
80
81
  "remark-gfm": {
81
82
  "optional": true
82
83
  },
84
+ "vega": {
85
+ "optional": true
86
+ },
83
87
  "zustand": {
84
88
  "optional": true
85
89
  }
@@ -100,7 +104,6 @@
100
104
  "lucide-react": "^0.544.0",
101
105
  "tailwind-merge": "^3.3.1",
102
106
  "tw-shimmer": "^0.4.0",
103
- "vega": "^6.2.0",
104
107
  "zod": "^4.1.13"
105
108
  },
106
109
  "devDependencies": {