@uniformdev/canvas-next 19.173.1-alpha.17 → 19.176.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/dist/route/index.d.mts +0 -224
- package/dist/route/index.d.ts +0 -224
- package/package.json +7 -7
package/dist/route/index.d.mts
CHANGED
|
@@ -133,34 +133,6 @@ declare const getServerSideProps: next.GetServerSideProps<{
|
|
|
133
133
|
locales?: {
|
|
134
134
|
[key: string]: unknown;
|
|
135
135
|
} | undefined;
|
|
136
|
-
conditions?: {
|
|
137
|
-
when: {
|
|
138
|
-
op?: "&" | "|" | undefined;
|
|
139
|
-
clauses: (any | {
|
|
140
|
-
rule: string;
|
|
141
|
-
source?: string | undefined;
|
|
142
|
-
op: string;
|
|
143
|
-
value: string | string[];
|
|
144
|
-
})[];
|
|
145
|
-
};
|
|
146
|
-
value: unknown;
|
|
147
|
-
id: number;
|
|
148
|
-
}[] | undefined;
|
|
149
|
-
localesConditions?: {
|
|
150
|
-
[key: string]: {
|
|
151
|
-
when: {
|
|
152
|
-
op?: "&" | "|" | undefined;
|
|
153
|
-
clauses: (any | {
|
|
154
|
-
rule: string;
|
|
155
|
-
source?: string | undefined;
|
|
156
|
-
op: string;
|
|
157
|
-
value: string | string[];
|
|
158
|
-
})[];
|
|
159
|
-
};
|
|
160
|
-
value: unknown;
|
|
161
|
-
id: number;
|
|
162
|
-
}[];
|
|
163
|
-
} | undefined;
|
|
164
136
|
};
|
|
165
137
|
} | undefined;
|
|
166
138
|
variant?: string | undefined;
|
|
@@ -201,34 +173,6 @@ declare const getServerSideProps: next.GetServerSideProps<{
|
|
|
201
173
|
locales?: {
|
|
202
174
|
[key: string]: unknown;
|
|
203
175
|
} | undefined;
|
|
204
|
-
conditions?: {
|
|
205
|
-
when: {
|
|
206
|
-
op?: "&" | "|" | undefined;
|
|
207
|
-
clauses: (any | {
|
|
208
|
-
rule: string;
|
|
209
|
-
source?: string | undefined;
|
|
210
|
-
op: string;
|
|
211
|
-
value: string | string[];
|
|
212
|
-
})[];
|
|
213
|
-
};
|
|
214
|
-
value: unknown;
|
|
215
|
-
id: number;
|
|
216
|
-
}[] | undefined;
|
|
217
|
-
localesConditions?: {
|
|
218
|
-
[key: string]: {
|
|
219
|
-
when: {
|
|
220
|
-
op?: "&" | "|" | undefined;
|
|
221
|
-
clauses: (any | {
|
|
222
|
-
rule: string;
|
|
223
|
-
source?: string | undefined;
|
|
224
|
-
op: string;
|
|
225
|
-
value: string | string[];
|
|
226
|
-
})[];
|
|
227
|
-
};
|
|
228
|
-
value: unknown;
|
|
229
|
-
id: number;
|
|
230
|
-
}[];
|
|
231
|
-
} | undefined;
|
|
232
176
|
};
|
|
233
177
|
} | undefined;
|
|
234
178
|
variant?: string | undefined;
|
|
@@ -276,34 +220,6 @@ declare const getServerSideProps: next.GetServerSideProps<{
|
|
|
276
220
|
locales?: {
|
|
277
221
|
[key: string]: unknown;
|
|
278
222
|
} | undefined;
|
|
279
|
-
conditions?: {
|
|
280
|
-
when: {
|
|
281
|
-
op?: "&" | "|" | undefined;
|
|
282
|
-
clauses: (any | {
|
|
283
|
-
rule: string;
|
|
284
|
-
source?: string | undefined;
|
|
285
|
-
op: string;
|
|
286
|
-
value: string | string[];
|
|
287
|
-
})[];
|
|
288
|
-
};
|
|
289
|
-
value: unknown;
|
|
290
|
-
id: number;
|
|
291
|
-
}[] | undefined;
|
|
292
|
-
localesConditions?: {
|
|
293
|
-
[key: string]: {
|
|
294
|
-
when: {
|
|
295
|
-
op?: "&" | "|" | undefined;
|
|
296
|
-
clauses: (any | {
|
|
297
|
-
rule: string;
|
|
298
|
-
source?: string | undefined;
|
|
299
|
-
op: string;
|
|
300
|
-
value: string | string[];
|
|
301
|
-
})[];
|
|
302
|
-
};
|
|
303
|
-
value: unknown;
|
|
304
|
-
id: number;
|
|
305
|
-
}[];
|
|
306
|
-
} | undefined;
|
|
307
223
|
};
|
|
308
224
|
} | undefined;
|
|
309
225
|
slots?: {
|
|
@@ -369,34 +285,6 @@ declare const getServerSideProps: next.GetServerSideProps<{
|
|
|
369
285
|
locales?: {
|
|
370
286
|
[key: string]: unknown;
|
|
371
287
|
} | undefined;
|
|
372
|
-
conditions?: {
|
|
373
|
-
when: {
|
|
374
|
-
op?: "&" | "|" | undefined;
|
|
375
|
-
clauses: (any | {
|
|
376
|
-
rule: string;
|
|
377
|
-
source?: string | undefined;
|
|
378
|
-
op: string;
|
|
379
|
-
value: string | string[];
|
|
380
|
-
})[];
|
|
381
|
-
};
|
|
382
|
-
value: unknown;
|
|
383
|
-
id: number;
|
|
384
|
-
}[] | undefined;
|
|
385
|
-
localesConditions?: {
|
|
386
|
-
[key: string]: {
|
|
387
|
-
when: {
|
|
388
|
-
op?: "&" | "|" | undefined;
|
|
389
|
-
clauses: (any | {
|
|
390
|
-
rule: string;
|
|
391
|
-
source?: string | undefined;
|
|
392
|
-
op: string;
|
|
393
|
-
value: string | string[];
|
|
394
|
-
})[];
|
|
395
|
-
};
|
|
396
|
-
value: unknown;
|
|
397
|
-
id: number;
|
|
398
|
-
}[];
|
|
399
|
-
} | undefined;
|
|
400
288
|
};
|
|
401
289
|
} | undefined;
|
|
402
290
|
slots?: {
|
|
@@ -437,34 +325,6 @@ declare const getStaticProps: next.GetStaticProps<{
|
|
|
437
325
|
locales?: {
|
|
438
326
|
[key: string]: unknown;
|
|
439
327
|
} | undefined;
|
|
440
|
-
conditions?: {
|
|
441
|
-
when: {
|
|
442
|
-
op?: "&" | "|" | undefined;
|
|
443
|
-
clauses: (any | {
|
|
444
|
-
rule: string;
|
|
445
|
-
source?: string | undefined;
|
|
446
|
-
op: string;
|
|
447
|
-
value: string | string[];
|
|
448
|
-
})[];
|
|
449
|
-
};
|
|
450
|
-
value: unknown;
|
|
451
|
-
id: number;
|
|
452
|
-
}[] | undefined;
|
|
453
|
-
localesConditions?: {
|
|
454
|
-
[key: string]: {
|
|
455
|
-
when: {
|
|
456
|
-
op?: "&" | "|" | undefined;
|
|
457
|
-
clauses: (any | {
|
|
458
|
-
rule: string;
|
|
459
|
-
source?: string | undefined;
|
|
460
|
-
op: string;
|
|
461
|
-
value: string | string[];
|
|
462
|
-
})[];
|
|
463
|
-
};
|
|
464
|
-
value: unknown;
|
|
465
|
-
id: number;
|
|
466
|
-
}[];
|
|
467
|
-
} | undefined;
|
|
468
328
|
};
|
|
469
329
|
} | undefined;
|
|
470
330
|
variant?: string | undefined;
|
|
@@ -505,34 +365,6 @@ declare const getStaticProps: next.GetStaticProps<{
|
|
|
505
365
|
locales?: {
|
|
506
366
|
[key: string]: unknown;
|
|
507
367
|
} | undefined;
|
|
508
|
-
conditions?: {
|
|
509
|
-
when: {
|
|
510
|
-
op?: "&" | "|" | undefined;
|
|
511
|
-
clauses: (any | {
|
|
512
|
-
rule: string;
|
|
513
|
-
source?: string | undefined;
|
|
514
|
-
op: string;
|
|
515
|
-
value: string | string[];
|
|
516
|
-
})[];
|
|
517
|
-
};
|
|
518
|
-
value: unknown;
|
|
519
|
-
id: number;
|
|
520
|
-
}[] | undefined;
|
|
521
|
-
localesConditions?: {
|
|
522
|
-
[key: string]: {
|
|
523
|
-
when: {
|
|
524
|
-
op?: "&" | "|" | undefined;
|
|
525
|
-
clauses: (any | {
|
|
526
|
-
rule: string;
|
|
527
|
-
source?: string | undefined;
|
|
528
|
-
op: string;
|
|
529
|
-
value: string | string[];
|
|
530
|
-
})[];
|
|
531
|
-
};
|
|
532
|
-
value: unknown;
|
|
533
|
-
id: number;
|
|
534
|
-
}[];
|
|
535
|
-
} | undefined;
|
|
536
368
|
};
|
|
537
369
|
} | undefined;
|
|
538
370
|
variant?: string | undefined;
|
|
@@ -580,34 +412,6 @@ declare const getStaticProps: next.GetStaticProps<{
|
|
|
580
412
|
locales?: {
|
|
581
413
|
[key: string]: unknown;
|
|
582
414
|
} | undefined;
|
|
583
|
-
conditions?: {
|
|
584
|
-
when: {
|
|
585
|
-
op?: "&" | "|" | undefined;
|
|
586
|
-
clauses: (any | {
|
|
587
|
-
rule: string;
|
|
588
|
-
source?: string | undefined;
|
|
589
|
-
op: string;
|
|
590
|
-
value: string | string[];
|
|
591
|
-
})[];
|
|
592
|
-
};
|
|
593
|
-
value: unknown;
|
|
594
|
-
id: number;
|
|
595
|
-
}[] | undefined;
|
|
596
|
-
localesConditions?: {
|
|
597
|
-
[key: string]: {
|
|
598
|
-
when: {
|
|
599
|
-
op?: "&" | "|" | undefined;
|
|
600
|
-
clauses: (any | {
|
|
601
|
-
rule: string;
|
|
602
|
-
source?: string | undefined;
|
|
603
|
-
op: string;
|
|
604
|
-
value: string | string[];
|
|
605
|
-
})[];
|
|
606
|
-
};
|
|
607
|
-
value: unknown;
|
|
608
|
-
id: number;
|
|
609
|
-
}[];
|
|
610
|
-
} | undefined;
|
|
611
415
|
};
|
|
612
416
|
} | undefined;
|
|
613
417
|
slots?: {
|
|
@@ -673,34 +477,6 @@ declare const getStaticProps: next.GetStaticProps<{
|
|
|
673
477
|
locales?: {
|
|
674
478
|
[key: string]: unknown;
|
|
675
479
|
} | undefined;
|
|
676
|
-
conditions?: {
|
|
677
|
-
when: {
|
|
678
|
-
op?: "&" | "|" | undefined;
|
|
679
|
-
clauses: (any | {
|
|
680
|
-
rule: string;
|
|
681
|
-
source?: string | undefined;
|
|
682
|
-
op: string;
|
|
683
|
-
value: string | string[];
|
|
684
|
-
})[];
|
|
685
|
-
};
|
|
686
|
-
value: unknown;
|
|
687
|
-
id: number;
|
|
688
|
-
}[] | undefined;
|
|
689
|
-
localesConditions?: {
|
|
690
|
-
[key: string]: {
|
|
691
|
-
when: {
|
|
692
|
-
op?: "&" | "|" | undefined;
|
|
693
|
-
clauses: (any | {
|
|
694
|
-
rule: string;
|
|
695
|
-
source?: string | undefined;
|
|
696
|
-
op: string;
|
|
697
|
-
value: string | string[];
|
|
698
|
-
})[];
|
|
699
|
-
};
|
|
700
|
-
value: unknown;
|
|
701
|
-
id: number;
|
|
702
|
-
}[];
|
|
703
|
-
} | undefined;
|
|
704
480
|
};
|
|
705
481
|
} | undefined;
|
|
706
482
|
slots?: {
|
package/dist/route/index.d.ts
CHANGED
|
@@ -133,34 +133,6 @@ declare const getServerSideProps: next.GetServerSideProps<{
|
|
|
133
133
|
locales?: {
|
|
134
134
|
[key: string]: unknown;
|
|
135
135
|
} | undefined;
|
|
136
|
-
conditions?: {
|
|
137
|
-
when: {
|
|
138
|
-
op?: "&" | "|" | undefined;
|
|
139
|
-
clauses: (any | {
|
|
140
|
-
rule: string;
|
|
141
|
-
source?: string | undefined;
|
|
142
|
-
op: string;
|
|
143
|
-
value: string | string[];
|
|
144
|
-
})[];
|
|
145
|
-
};
|
|
146
|
-
value: unknown;
|
|
147
|
-
id: number;
|
|
148
|
-
}[] | undefined;
|
|
149
|
-
localesConditions?: {
|
|
150
|
-
[key: string]: {
|
|
151
|
-
when: {
|
|
152
|
-
op?: "&" | "|" | undefined;
|
|
153
|
-
clauses: (any | {
|
|
154
|
-
rule: string;
|
|
155
|
-
source?: string | undefined;
|
|
156
|
-
op: string;
|
|
157
|
-
value: string | string[];
|
|
158
|
-
})[];
|
|
159
|
-
};
|
|
160
|
-
value: unknown;
|
|
161
|
-
id: number;
|
|
162
|
-
}[];
|
|
163
|
-
} | undefined;
|
|
164
136
|
};
|
|
165
137
|
} | undefined;
|
|
166
138
|
variant?: string | undefined;
|
|
@@ -201,34 +173,6 @@ declare const getServerSideProps: next.GetServerSideProps<{
|
|
|
201
173
|
locales?: {
|
|
202
174
|
[key: string]: unknown;
|
|
203
175
|
} | undefined;
|
|
204
|
-
conditions?: {
|
|
205
|
-
when: {
|
|
206
|
-
op?: "&" | "|" | undefined;
|
|
207
|
-
clauses: (any | {
|
|
208
|
-
rule: string;
|
|
209
|
-
source?: string | undefined;
|
|
210
|
-
op: string;
|
|
211
|
-
value: string | string[];
|
|
212
|
-
})[];
|
|
213
|
-
};
|
|
214
|
-
value: unknown;
|
|
215
|
-
id: number;
|
|
216
|
-
}[] | undefined;
|
|
217
|
-
localesConditions?: {
|
|
218
|
-
[key: string]: {
|
|
219
|
-
when: {
|
|
220
|
-
op?: "&" | "|" | undefined;
|
|
221
|
-
clauses: (any | {
|
|
222
|
-
rule: string;
|
|
223
|
-
source?: string | undefined;
|
|
224
|
-
op: string;
|
|
225
|
-
value: string | string[];
|
|
226
|
-
})[];
|
|
227
|
-
};
|
|
228
|
-
value: unknown;
|
|
229
|
-
id: number;
|
|
230
|
-
}[];
|
|
231
|
-
} | undefined;
|
|
232
176
|
};
|
|
233
177
|
} | undefined;
|
|
234
178
|
variant?: string | undefined;
|
|
@@ -276,34 +220,6 @@ declare const getServerSideProps: next.GetServerSideProps<{
|
|
|
276
220
|
locales?: {
|
|
277
221
|
[key: string]: unknown;
|
|
278
222
|
} | undefined;
|
|
279
|
-
conditions?: {
|
|
280
|
-
when: {
|
|
281
|
-
op?: "&" | "|" | undefined;
|
|
282
|
-
clauses: (any | {
|
|
283
|
-
rule: string;
|
|
284
|
-
source?: string | undefined;
|
|
285
|
-
op: string;
|
|
286
|
-
value: string | string[];
|
|
287
|
-
})[];
|
|
288
|
-
};
|
|
289
|
-
value: unknown;
|
|
290
|
-
id: number;
|
|
291
|
-
}[] | undefined;
|
|
292
|
-
localesConditions?: {
|
|
293
|
-
[key: string]: {
|
|
294
|
-
when: {
|
|
295
|
-
op?: "&" | "|" | undefined;
|
|
296
|
-
clauses: (any | {
|
|
297
|
-
rule: string;
|
|
298
|
-
source?: string | undefined;
|
|
299
|
-
op: string;
|
|
300
|
-
value: string | string[];
|
|
301
|
-
})[];
|
|
302
|
-
};
|
|
303
|
-
value: unknown;
|
|
304
|
-
id: number;
|
|
305
|
-
}[];
|
|
306
|
-
} | undefined;
|
|
307
223
|
};
|
|
308
224
|
} | undefined;
|
|
309
225
|
slots?: {
|
|
@@ -369,34 +285,6 @@ declare const getServerSideProps: next.GetServerSideProps<{
|
|
|
369
285
|
locales?: {
|
|
370
286
|
[key: string]: unknown;
|
|
371
287
|
} | undefined;
|
|
372
|
-
conditions?: {
|
|
373
|
-
when: {
|
|
374
|
-
op?: "&" | "|" | undefined;
|
|
375
|
-
clauses: (any | {
|
|
376
|
-
rule: string;
|
|
377
|
-
source?: string | undefined;
|
|
378
|
-
op: string;
|
|
379
|
-
value: string | string[];
|
|
380
|
-
})[];
|
|
381
|
-
};
|
|
382
|
-
value: unknown;
|
|
383
|
-
id: number;
|
|
384
|
-
}[] | undefined;
|
|
385
|
-
localesConditions?: {
|
|
386
|
-
[key: string]: {
|
|
387
|
-
when: {
|
|
388
|
-
op?: "&" | "|" | undefined;
|
|
389
|
-
clauses: (any | {
|
|
390
|
-
rule: string;
|
|
391
|
-
source?: string | undefined;
|
|
392
|
-
op: string;
|
|
393
|
-
value: string | string[];
|
|
394
|
-
})[];
|
|
395
|
-
};
|
|
396
|
-
value: unknown;
|
|
397
|
-
id: number;
|
|
398
|
-
}[];
|
|
399
|
-
} | undefined;
|
|
400
288
|
};
|
|
401
289
|
} | undefined;
|
|
402
290
|
slots?: {
|
|
@@ -437,34 +325,6 @@ declare const getStaticProps: next.GetStaticProps<{
|
|
|
437
325
|
locales?: {
|
|
438
326
|
[key: string]: unknown;
|
|
439
327
|
} | undefined;
|
|
440
|
-
conditions?: {
|
|
441
|
-
when: {
|
|
442
|
-
op?: "&" | "|" | undefined;
|
|
443
|
-
clauses: (any | {
|
|
444
|
-
rule: string;
|
|
445
|
-
source?: string | undefined;
|
|
446
|
-
op: string;
|
|
447
|
-
value: string | string[];
|
|
448
|
-
})[];
|
|
449
|
-
};
|
|
450
|
-
value: unknown;
|
|
451
|
-
id: number;
|
|
452
|
-
}[] | undefined;
|
|
453
|
-
localesConditions?: {
|
|
454
|
-
[key: string]: {
|
|
455
|
-
when: {
|
|
456
|
-
op?: "&" | "|" | undefined;
|
|
457
|
-
clauses: (any | {
|
|
458
|
-
rule: string;
|
|
459
|
-
source?: string | undefined;
|
|
460
|
-
op: string;
|
|
461
|
-
value: string | string[];
|
|
462
|
-
})[];
|
|
463
|
-
};
|
|
464
|
-
value: unknown;
|
|
465
|
-
id: number;
|
|
466
|
-
}[];
|
|
467
|
-
} | undefined;
|
|
468
328
|
};
|
|
469
329
|
} | undefined;
|
|
470
330
|
variant?: string | undefined;
|
|
@@ -505,34 +365,6 @@ declare const getStaticProps: next.GetStaticProps<{
|
|
|
505
365
|
locales?: {
|
|
506
366
|
[key: string]: unknown;
|
|
507
367
|
} | undefined;
|
|
508
|
-
conditions?: {
|
|
509
|
-
when: {
|
|
510
|
-
op?: "&" | "|" | undefined;
|
|
511
|
-
clauses: (any | {
|
|
512
|
-
rule: string;
|
|
513
|
-
source?: string | undefined;
|
|
514
|
-
op: string;
|
|
515
|
-
value: string | string[];
|
|
516
|
-
})[];
|
|
517
|
-
};
|
|
518
|
-
value: unknown;
|
|
519
|
-
id: number;
|
|
520
|
-
}[] | undefined;
|
|
521
|
-
localesConditions?: {
|
|
522
|
-
[key: string]: {
|
|
523
|
-
when: {
|
|
524
|
-
op?: "&" | "|" | undefined;
|
|
525
|
-
clauses: (any | {
|
|
526
|
-
rule: string;
|
|
527
|
-
source?: string | undefined;
|
|
528
|
-
op: string;
|
|
529
|
-
value: string | string[];
|
|
530
|
-
})[];
|
|
531
|
-
};
|
|
532
|
-
value: unknown;
|
|
533
|
-
id: number;
|
|
534
|
-
}[];
|
|
535
|
-
} | undefined;
|
|
536
368
|
};
|
|
537
369
|
} | undefined;
|
|
538
370
|
variant?: string | undefined;
|
|
@@ -580,34 +412,6 @@ declare const getStaticProps: next.GetStaticProps<{
|
|
|
580
412
|
locales?: {
|
|
581
413
|
[key: string]: unknown;
|
|
582
414
|
} | undefined;
|
|
583
|
-
conditions?: {
|
|
584
|
-
when: {
|
|
585
|
-
op?: "&" | "|" | undefined;
|
|
586
|
-
clauses: (any | {
|
|
587
|
-
rule: string;
|
|
588
|
-
source?: string | undefined;
|
|
589
|
-
op: string;
|
|
590
|
-
value: string | string[];
|
|
591
|
-
})[];
|
|
592
|
-
};
|
|
593
|
-
value: unknown;
|
|
594
|
-
id: number;
|
|
595
|
-
}[] | undefined;
|
|
596
|
-
localesConditions?: {
|
|
597
|
-
[key: string]: {
|
|
598
|
-
when: {
|
|
599
|
-
op?: "&" | "|" | undefined;
|
|
600
|
-
clauses: (any | {
|
|
601
|
-
rule: string;
|
|
602
|
-
source?: string | undefined;
|
|
603
|
-
op: string;
|
|
604
|
-
value: string | string[];
|
|
605
|
-
})[];
|
|
606
|
-
};
|
|
607
|
-
value: unknown;
|
|
608
|
-
id: number;
|
|
609
|
-
}[];
|
|
610
|
-
} | undefined;
|
|
611
415
|
};
|
|
612
416
|
} | undefined;
|
|
613
417
|
slots?: {
|
|
@@ -673,34 +477,6 @@ declare const getStaticProps: next.GetStaticProps<{
|
|
|
673
477
|
locales?: {
|
|
674
478
|
[key: string]: unknown;
|
|
675
479
|
} | undefined;
|
|
676
|
-
conditions?: {
|
|
677
|
-
when: {
|
|
678
|
-
op?: "&" | "|" | undefined;
|
|
679
|
-
clauses: (any | {
|
|
680
|
-
rule: string;
|
|
681
|
-
source?: string | undefined;
|
|
682
|
-
op: string;
|
|
683
|
-
value: string | string[];
|
|
684
|
-
})[];
|
|
685
|
-
};
|
|
686
|
-
value: unknown;
|
|
687
|
-
id: number;
|
|
688
|
-
}[] | undefined;
|
|
689
|
-
localesConditions?: {
|
|
690
|
-
[key: string]: {
|
|
691
|
-
when: {
|
|
692
|
-
op?: "&" | "|" | undefined;
|
|
693
|
-
clauses: (any | {
|
|
694
|
-
rule: string;
|
|
695
|
-
source?: string | undefined;
|
|
696
|
-
op: string;
|
|
697
|
-
value: string | string[];
|
|
698
|
-
})[];
|
|
699
|
-
};
|
|
700
|
-
value: unknown;
|
|
701
|
-
id: number;
|
|
702
|
-
}[];
|
|
703
|
-
} | undefined;
|
|
704
480
|
};
|
|
705
481
|
} | undefined;
|
|
706
482
|
slots?: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/canvas-next",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.176.0",
|
|
4
4
|
"description": "Next.js SDK for Uniform Canvas",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -67,11 +67,11 @@
|
|
|
67
67
|
"document": "api-extractor run --local"
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
|
-
"@uniformdev/canvas": "19.
|
|
71
|
-
"@uniformdev/canvas-react": "19.
|
|
72
|
-
"@uniformdev/project-map": "19.
|
|
73
|
-
"@uniformdev/redirect": "19.
|
|
74
|
-
"@uniformdev/richtext": "19.
|
|
70
|
+
"@uniformdev/canvas": "19.176.0",
|
|
71
|
+
"@uniformdev/canvas-react": "19.176.0",
|
|
72
|
+
"@uniformdev/project-map": "19.176.0",
|
|
73
|
+
"@uniformdev/redirect": "19.176.0",
|
|
74
|
+
"@uniformdev/richtext": "19.176.0",
|
|
75
75
|
"colorette": "2.0.20"
|
|
76
76
|
},
|
|
77
77
|
"peerDependencies": {
|
|
@@ -91,5 +91,5 @@
|
|
|
91
91
|
"publishConfig": {
|
|
92
92
|
"access": "public"
|
|
93
93
|
},
|
|
94
|
-
"gitHead": "
|
|
94
|
+
"gitHead": "87107574c3143e48d68ca702a4c74eaa20be44e7"
|
|
95
95
|
}
|