@reframejs/unframer 4.2.0-reframe.0 → 4.2.0-reframe.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.
@@ -28,7 +28,6 @@ export declare function mcpToolHandler({ input, type }: {
28
28
  id?: undefined;
29
29
  name?: undefined;
30
30
  path?: undefined;
31
- content?: undefined;
32
31
  exports?: undefined;
33
32
  codeFile?: undefined;
34
33
  typecheck?: undefined;
@@ -41,6 +40,7 @@ export declare function mcpToolHandler({ input, type }: {
41
40
  fields?: undefined;
42
41
  page?: undefined;
43
42
  hint?: undefined;
43
+ content?: undefined;
44
44
  } | {
45
45
  message: string;
46
46
  style: {
@@ -63,7 +63,6 @@ export declare function mcpToolHandler({ input, type }: {
63
63
  id?: undefined;
64
64
  name?: undefined;
65
65
  path?: undefined;
66
- content?: undefined;
67
66
  exports?: undefined;
68
67
  codeFile?: undefined;
69
68
  typecheck?: undefined;
@@ -76,6 +75,7 @@ export declare function mcpToolHandler({ input, type }: {
76
75
  fields?: undefined;
77
76
  page?: undefined;
78
77
  hint?: undefined;
78
+ content?: undefined;
79
79
  } | {
80
80
  message: string;
81
81
  style: {
@@ -98,7 +98,6 @@ export declare function mcpToolHandler({ input, type }: {
98
98
  id?: undefined;
99
99
  name?: undefined;
100
100
  path?: undefined;
101
- content?: undefined;
102
101
  exports?: undefined;
103
102
  codeFile?: undefined;
104
103
  typecheck?: undefined;
@@ -111,6 +110,7 @@ export declare function mcpToolHandler({ input, type }: {
111
110
  fields?: undefined;
112
111
  page?: undefined;
113
112
  hint?: undefined;
113
+ content?: undefined;
114
114
  } | {
115
115
  style?: undefined;
116
116
  message: string;
@@ -124,7 +124,6 @@ export declare function mcpToolHandler({ input, type }: {
124
124
  id?: undefined;
125
125
  name?: undefined;
126
126
  path?: undefined;
127
- content?: undefined;
128
127
  exports?: undefined;
129
128
  codeFile?: undefined;
130
129
  typecheck?: undefined;
@@ -137,6 +136,7 @@ export declare function mcpToolHandler({ input, type }: {
137
136
  fields?: undefined;
138
137
  page?: undefined;
139
138
  hint?: undefined;
139
+ content?: undefined;
140
140
  } | {
141
141
  style?: undefined;
142
142
  results?: undefined;
@@ -165,7 +165,6 @@ export declare function mcpToolHandler({ input, type }: {
165
165
  id?: undefined;
166
166
  name?: undefined;
167
167
  path?: undefined;
168
- content?: undefined;
169
168
  exports?: undefined;
170
169
  message: string;
171
170
  codeFile: {
@@ -184,6 +183,7 @@ export declare function mcpToolHandler({ input, type }: {
184
183
  fields?: undefined;
185
184
  page?: undefined;
186
185
  hint?: undefined;
186
+ content?: undefined;
187
187
  } | {
188
188
  style?: undefined;
189
189
  results?: undefined;
@@ -191,7 +191,6 @@ export declare function mcpToolHandler({ input, type }: {
191
191
  id?: undefined;
192
192
  name?: undefined;
193
193
  path?: undefined;
194
- content?: undefined;
195
194
  exports?: undefined;
196
195
  codeFile?: undefined;
197
196
  typecheck?: undefined;
@@ -215,6 +214,7 @@ export declare function mcpToolHandler({ input, type }: {
215
214
  fields?: undefined;
216
215
  page?: undefined;
217
216
  hint?: undefined;
217
+ content?: undefined;
218
218
  } | {
219
219
  style?: undefined;
220
220
  results?: undefined;
@@ -222,7 +222,6 @@ export declare function mcpToolHandler({ input, type }: {
222
222
  id?: undefined;
223
223
  name?: undefined;
224
224
  path?: undefined;
225
- content?: undefined;
226
225
  exports?: undefined;
227
226
  codeFile?: undefined;
228
227
  typecheck?: undefined;
@@ -248,6 +247,7 @@ export declare function mcpToolHandler({ input, type }: {
248
247
  fields?: undefined;
249
248
  page?: undefined;
250
249
  hint?: undefined;
250
+ content?: undefined;
251
251
  } | {
252
252
  style?: undefined;
253
253
  results?: undefined;
@@ -255,7 +255,6 @@ export declare function mcpToolHandler({ input, type }: {
255
255
  id?: undefined;
256
256
  name?: undefined;
257
257
  path?: undefined;
258
- content?: undefined;
259
258
  exports?: undefined;
260
259
  codeFile?: undefined;
261
260
  typecheck?: undefined;
@@ -276,6 +275,7 @@ export declare function mcpToolHandler({ input, type }: {
276
275
  fields?: undefined;
277
276
  page?: undefined;
278
277
  hint?: undefined;
278
+ content?: undefined;
279
279
  } | {
280
280
  style?: undefined;
281
281
  results?: undefined;
@@ -283,7 +283,6 @@ export declare function mcpToolHandler({ input, type }: {
283
283
  id?: undefined;
284
284
  name?: undefined;
285
285
  path?: undefined;
286
- content?: undefined;
287
286
  exports?: undefined;
288
287
  codeFile?: undefined;
289
288
  typecheck?: undefined;
@@ -300,6 +299,7 @@ export declare function mcpToolHandler({ input, type }: {
300
299
  fields?: undefined;
301
300
  page?: undefined;
302
301
  hint?: undefined;
302
+ content?: undefined;
303
303
  } | {
304
304
  style?: undefined;
305
305
  results?: undefined;
@@ -307,7 +307,6 @@ export declare function mcpToolHandler({ input, type }: {
307
307
  id?: undefined;
308
308
  name?: undefined;
309
309
  path?: undefined;
310
- content?: undefined;
311
310
  exports?: undefined;
312
311
  codeFile?: undefined;
313
312
  typecheck?: undefined;
@@ -329,6 +328,7 @@ export declare function mcpToolHandler({ input, type }: {
329
328
  }[];
330
329
  page?: undefined;
331
330
  hint?: undefined;
331
+ content?: undefined;
332
332
  } | {
333
333
  style?: undefined;
334
334
  results?: undefined;
@@ -336,7 +336,6 @@ export declare function mcpToolHandler({ input, type }: {
336
336
  id?: undefined;
337
337
  name?: undefined;
338
338
  path?: undefined;
339
- content?: undefined;
340
339
  exports?: undefined;
341
340
  codeFile?: undefined;
342
341
  typecheck?: undefined;
@@ -355,6 +354,7 @@ export declare function mcpToolHandler({ input, type }: {
355
354
  type: string;
356
355
  };
357
356
  hint: string;
357
+ content?: undefined;
358
358
  } | {
359
359
  style?: undefined;
360
360
  results?: undefined;
@@ -362,7 +362,6 @@ export declare function mcpToolHandler({ input, type }: {
362
362
  id?: undefined;
363
363
  name?: undefined;
364
364
  path?: undefined;
365
- content?: undefined;
366
365
  exports?: undefined;
367
366
  codeFile?: undefined;
368
367
  typecheck?: undefined;
@@ -381,5 +380,6 @@ export declare function mcpToolHandler({ input, type }: {
381
380
  type: string;
382
381
  };
383
382
  hint: string;
383
+ content?: undefined;
384
384
  }>;
385
385
  //# sourceMappingURL=mcp-handlers.d.ts.map
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const version = "4.2.0-reframe.0";
1
+ export declare const version = "4.2.0-reframe.1";
2
2
  //# sourceMappingURL=version.d.ts.map
package/dist/version.js CHANGED
@@ -1,2 +1,2 @@
1
- export const version = '4.2.0-reframe.0';
1
+ export const version = '4.2.0-reframe.1';
2
2
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reframejs/unframer",
3
- "version": "4.2.0-reframe.0",
3
+ "version": "4.2.0-reframe.1",
4
4
  "type": "module",
5
5
  "description": "Reframe-maintained runtime for importing Framer components into React apps",
6
6
  "sideEffects": false,
@@ -68,8 +68,8 @@
68
68
  "access": "public"
69
69
  },
70
70
  "peerDependencies": {
71
- "react": "*",
72
- "react-dom": "*"
71
+ "react": ">=19.0.0",
72
+ "react-dom": ">=19.0.0"
73
73
  },
74
74
  "engines": {
75
75
  "node": ">=18.0.0"