@genesislcap/foundation-utils 14.224.1 → 14.224.3-alpha-96e79b3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/custom-elements.json +393 -393
  2. package/package.json +12 -12
@@ -161,317 +161,6 @@
161
161
  }
162
162
  ]
163
163
  },
164
- {
165
- "kind": "javascript-module",
166
- "path": "src/directives/index.ts",
167
- "declarations": [],
168
- "exports": [
169
- {
170
- "kind": "js",
171
- "name": "*",
172
- "declaration": {
173
- "name": "*",
174
- "package": "./sync"
175
- }
176
- },
177
- {
178
- "kind": "js",
179
- "name": "*",
180
- "declaration": {
181
- "name": "*",
182
- "package": "./when-else"
183
- }
184
- }
185
- ]
186
- },
187
- {
188
- "kind": "javascript-module",
189
- "path": "src/design-system/design-system.ts",
190
- "declarations": [
191
- {
192
- "kind": "function",
193
- "name": "assureDesignSystem",
194
- "return": {
195
- "type": {
196
- "text": "DesignSystemModule"
197
- }
198
- },
199
- "parameters": [
200
- {
201
- "name": "module",
202
- "type": {
203
- "text": "DesignSystemModule"
204
- }
205
- }
206
- ],
207
- "description": "assureDesignSystem.",
208
- "privacy": "public"
209
- }
210
- ],
211
- "exports": [
212
- {
213
- "kind": "js",
214
- "name": "assureDesignSystem",
215
- "declaration": {
216
- "name": "assureDesignSystem",
217
- "module": "src/design-system/design-system.ts"
218
- }
219
- }
220
- ]
221
- },
222
- {
223
- "kind": "javascript-module",
224
- "path": "src/design-system/index.ts",
225
- "declarations": [],
226
- "exports": [
227
- {
228
- "kind": "js",
229
- "name": "*",
230
- "declaration": {
231
- "name": "*",
232
- "package": "./design-system"
233
- }
234
- }
235
- ]
236
- },
237
- {
238
- "kind": "javascript-module",
239
- "path": "src/env/index.ts",
240
- "declarations": [],
241
- "exports": [
242
- {
243
- "kind": "js",
244
- "name": "*",
245
- "declaration": {
246
- "name": "*",
247
- "package": "./is-dev"
248
- }
249
- },
250
- {
251
- "kind": "js",
252
- "name": "*",
253
- "declaration": {
254
- "name": "*",
255
- "package": "./variables"
256
- }
257
- }
258
- ]
259
- },
260
- {
261
- "kind": "javascript-module",
262
- "path": "src/env/is-dev.ts",
263
- "declarations": [
264
- {
265
- "kind": "function",
266
- "name": "isDev",
267
- "description": "Determines if the current environment is a development environment.",
268
- "privacy": "public"
269
- }
270
- ],
271
- "exports": [
272
- {
273
- "kind": "js",
274
- "name": "isDev",
275
- "declaration": {
276
- "name": "isDev",
277
- "module": "src/env/is-dev.ts"
278
- }
279
- }
280
- ]
281
- },
282
- {
283
- "kind": "javascript-module",
284
- "path": "src/env/variables.ts",
285
- "declarations": [
286
- {
287
- "kind": "variable",
288
- "name": "SOCKET_EXT",
289
- "type": {
290
- "text": "string"
291
- }
292
- },
293
- {
294
- "kind": "variable",
295
- "name": "_SOCKET_EXT",
296
- "type": {
297
- "text": "string"
298
- },
299
- "default": "'gwf'",
300
- "description": "The sub-path used for WebSocket connections when API_HOST is not set",
301
- "privacy": "public"
302
- },
303
- {
304
- "kind": "variable",
305
- "name": "FORCE_HTTP",
306
- "type": {
307
- "text": "string"
308
- }
309
- },
310
- {
311
- "kind": "variable",
312
- "name": "_FORCE_HTTP",
313
- "type": {
314
- "text": "string"
315
- },
316
- "description": "The path to a JSON config file for the HTTP mode.",
317
- "privacy": "public"
318
- },
319
- {
320
- "kind": "variable",
321
- "name": "GENESIS_SOCKET_URL",
322
- "default": "`${location.protocol.replace('http', 'ws')}//${location.host}/${_SOCKET_EXT}/`",
323
- "description": "Genesis Socket URL",
324
- "privacy": "public"
325
- },
326
- {
327
- "kind": "variable",
328
- "name": "API_HOST",
329
- "type": {
330
- "text": "string"
331
- }
332
- },
333
- {
334
- "kind": "variable",
335
- "name": "_API_HOST",
336
- "type": {
337
- "text": "string"
338
- },
339
- "default": "`${PROTOCOL}//${location.host}/${_SOCKET_EXT}/`",
340
- "description": "The Genesis Server URL (WebSocket or HTTP).",
341
- "privacy": "public"
342
- },
343
- {
344
- "kind": "variable",
345
- "name": "HTTP_CONFIG",
346
- "type": {
347
- "text": "string"
348
- }
349
- },
350
- {
351
- "kind": "variable",
352
- "name": "_HTTP_CONFIG",
353
- "type": {
354
- "text": "string"
355
- },
356
- "description": "Configuration settings for HTTP, used in http connect flow [`genesislcap-foundation-comms.HttpConnectConfig`](https://link-to-docs).",
357
- "privacy": "public"
358
- },
359
- {
360
- "kind": "variable",
361
- "name": "DEFAULT_ORGANISATION",
362
- "type": {
363
- "text": "string"
364
- }
365
- },
366
- {
367
- "kind": "variable",
368
- "name": "_DEFAULT_ORGANISATION",
369
- "type": {
370
- "text": "string"
371
- },
372
- "description": "The default Organisation value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
373
- "privacy": "public"
374
- },
375
- {
376
- "kind": "variable",
377
- "name": "DEFAULT_PASSWORD",
378
- "type": {
379
- "text": "string"
380
- }
381
- },
382
- {
383
- "kind": "variable",
384
- "name": "_DEFAULT_PASSWORD",
385
- "type": {
386
- "text": "string"
387
- },
388
- "description": "The default Password value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
389
- "privacy": "public"
390
- },
391
- {
392
- "kind": "variable",
393
- "name": "DEFAULT_USER",
394
- "type": {
395
- "text": "string"
396
- }
397
- },
398
- {
399
- "kind": "variable",
400
- "name": "_DEFAULT_USER",
401
- "type": {
402
- "text": "string"
403
- },
404
- "description": "The default Username value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
405
- "privacy": "public"
406
- }
407
- ],
408
- "exports": [
409
- {
410
- "kind": "js",
411
- "name": "SOCKET_EXT",
412
- "declaration": {
413
- "name": "_SOCKET_EXT",
414
- "module": "src/env/variables.ts"
415
- }
416
- },
417
- {
418
- "kind": "js",
419
- "name": "FORCE_HTTP",
420
- "declaration": {
421
- "name": "_FORCE_HTTP",
422
- "module": "src/env/variables.ts"
423
- }
424
- },
425
- {
426
- "kind": "js",
427
- "name": "GENESIS_SOCKET_URL",
428
- "declaration": {
429
- "name": "GENESIS_SOCKET_URL",
430
- "module": "src/env/variables.ts"
431
- }
432
- },
433
- {
434
- "kind": "js",
435
- "name": "API_HOST",
436
- "declaration": {
437
- "name": "_API_HOST",
438
- "module": "src/env/variables.ts"
439
- }
440
- },
441
- {
442
- "kind": "js",
443
- "name": "HTTP_CONFIG",
444
- "declaration": {
445
- "name": "_HTTP_CONFIG",
446
- "module": "src/env/variables.ts"
447
- }
448
- },
449
- {
450
- "kind": "js",
451
- "name": "DEFAULT_ORGANISATION",
452
- "declaration": {
453
- "name": "_DEFAULT_ORGANISATION",
454
- "module": "src/env/variables.ts"
455
- }
456
- },
457
- {
458
- "kind": "js",
459
- "name": "DEFAULT_PASSWORD",
460
- "declaration": {
461
- "name": "_DEFAULT_PASSWORD",
462
- "module": "src/env/variables.ts"
463
- }
464
- },
465
- {
466
- "kind": "js",
467
- "name": "DEFAULT_USER",
468
- "declaration": {
469
- "name": "_DEFAULT_USER",
470
- "module": "src/env/variables.ts"
471
- }
472
- }
473
- ]
474
- },
475
164
  {
476
165
  "kind": "javascript-module",
477
166
  "path": "src/data/inMemoryDatabase.ts",
@@ -647,25 +336,389 @@
647
336
  "exports": [
648
337
  {
649
338
  "kind": "js",
650
- "name": "InMemoryDatabase",
339
+ "name": "InMemoryDatabase",
340
+ "declaration": {
341
+ "name": "InMemoryDatabase",
342
+ "module": "src/data/inMemoryDatabase.ts"
343
+ }
344
+ }
345
+ ]
346
+ },
347
+ {
348
+ "kind": "javascript-module",
349
+ "path": "src/data/index.ts",
350
+ "declarations": [],
351
+ "exports": [
352
+ {
353
+ "kind": "js",
354
+ "name": "*",
355
+ "declaration": {
356
+ "name": "*",
357
+ "package": "./inMemoryDatabase"
358
+ }
359
+ }
360
+ ]
361
+ },
362
+ {
363
+ "kind": "javascript-module",
364
+ "path": "src/design-system/design-system.ts",
365
+ "declarations": [
366
+ {
367
+ "kind": "function",
368
+ "name": "assureDesignSystem",
369
+ "return": {
370
+ "type": {
371
+ "text": "DesignSystemModule"
372
+ }
373
+ },
374
+ "parameters": [
375
+ {
376
+ "name": "module",
377
+ "type": {
378
+ "text": "DesignSystemModule"
379
+ }
380
+ }
381
+ ],
382
+ "description": "assureDesignSystem.",
383
+ "privacy": "public"
384
+ }
385
+ ],
386
+ "exports": [
387
+ {
388
+ "kind": "js",
389
+ "name": "assureDesignSystem",
390
+ "declaration": {
391
+ "name": "assureDesignSystem",
392
+ "module": "src/design-system/design-system.ts"
393
+ }
394
+ }
395
+ ]
396
+ },
397
+ {
398
+ "kind": "javascript-module",
399
+ "path": "src/design-system/index.ts",
400
+ "declarations": [],
401
+ "exports": [
402
+ {
403
+ "kind": "js",
404
+ "name": "*",
405
+ "declaration": {
406
+ "name": "*",
407
+ "package": "./design-system"
408
+ }
409
+ }
410
+ ]
411
+ },
412
+ {
413
+ "kind": "javascript-module",
414
+ "path": "src/decorators/index.ts",
415
+ "declarations": [],
416
+ "exports": [
417
+ {
418
+ "kind": "js",
419
+ "name": "*",
420
+ "declaration": {
421
+ "name": "*",
422
+ "package": "./renderOnChange"
423
+ }
424
+ }
425
+ ]
426
+ },
427
+ {
428
+ "kind": "javascript-module",
429
+ "path": "src/decorators/renderOnChange.ts",
430
+ "declarations": [
431
+ {
432
+ "kind": "function",
433
+ "name": "renderOnChange",
434
+ "parameters": [
435
+ {
436
+ "name": "target",
437
+ "type": {
438
+ "text": "FASTElement & { render(): void }"
439
+ },
440
+ "description": "The target to define the property change handler on."
441
+ },
442
+ {
443
+ "name": "name",
444
+ "type": {
445
+ "text": "string"
446
+ },
447
+ "description": "The property name."
448
+ }
449
+ ],
450
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
451
+ "privacy": "public"
452
+ }
453
+ ],
454
+ "exports": [
455
+ {
456
+ "kind": "js",
457
+ "name": "renderOnChange",
458
+ "declaration": {
459
+ "name": "renderOnChange",
460
+ "module": "src/decorators/renderOnChange.ts"
461
+ }
462
+ }
463
+ ]
464
+ },
465
+ {
466
+ "kind": "javascript-module",
467
+ "path": "src/directives/index.ts",
468
+ "declarations": [],
469
+ "exports": [
470
+ {
471
+ "kind": "js",
472
+ "name": "*",
473
+ "declaration": {
474
+ "name": "*",
475
+ "package": "./sync"
476
+ }
477
+ },
478
+ {
479
+ "kind": "js",
480
+ "name": "*",
481
+ "declaration": {
482
+ "name": "*",
483
+ "package": "./when-else"
484
+ }
485
+ }
486
+ ]
487
+ },
488
+ {
489
+ "kind": "javascript-module",
490
+ "path": "src/env/index.ts",
491
+ "declarations": [],
492
+ "exports": [
493
+ {
494
+ "kind": "js",
495
+ "name": "*",
496
+ "declaration": {
497
+ "name": "*",
498
+ "package": "./is-dev"
499
+ }
500
+ },
501
+ {
502
+ "kind": "js",
503
+ "name": "*",
504
+ "declaration": {
505
+ "name": "*",
506
+ "package": "./variables"
507
+ }
508
+ }
509
+ ]
510
+ },
511
+ {
512
+ "kind": "javascript-module",
513
+ "path": "src/env/is-dev.ts",
514
+ "declarations": [
515
+ {
516
+ "kind": "function",
517
+ "name": "isDev",
518
+ "description": "Determines if the current environment is a development environment.",
519
+ "privacy": "public"
520
+ }
521
+ ],
522
+ "exports": [
523
+ {
524
+ "kind": "js",
525
+ "name": "isDev",
526
+ "declaration": {
527
+ "name": "isDev",
528
+ "module": "src/env/is-dev.ts"
529
+ }
530
+ }
531
+ ]
532
+ },
533
+ {
534
+ "kind": "javascript-module",
535
+ "path": "src/env/variables.ts",
536
+ "declarations": [
537
+ {
538
+ "kind": "variable",
539
+ "name": "SOCKET_EXT",
540
+ "type": {
541
+ "text": "string"
542
+ }
543
+ },
544
+ {
545
+ "kind": "variable",
546
+ "name": "_SOCKET_EXT",
547
+ "type": {
548
+ "text": "string"
549
+ },
550
+ "default": "'gwf'",
551
+ "description": "The sub-path used for WebSocket connections when API_HOST is not set",
552
+ "privacy": "public"
553
+ },
554
+ {
555
+ "kind": "variable",
556
+ "name": "FORCE_HTTP",
557
+ "type": {
558
+ "text": "string"
559
+ }
560
+ },
561
+ {
562
+ "kind": "variable",
563
+ "name": "_FORCE_HTTP",
564
+ "type": {
565
+ "text": "string"
566
+ },
567
+ "description": "The path to a JSON config file for the HTTP mode.",
568
+ "privacy": "public"
569
+ },
570
+ {
571
+ "kind": "variable",
572
+ "name": "GENESIS_SOCKET_URL",
573
+ "default": "`${location.protocol.replace('http', 'ws')}//${location.host}/${_SOCKET_EXT}/`",
574
+ "description": "Genesis Socket URL",
575
+ "privacy": "public"
576
+ },
577
+ {
578
+ "kind": "variable",
579
+ "name": "API_HOST",
580
+ "type": {
581
+ "text": "string"
582
+ }
583
+ },
584
+ {
585
+ "kind": "variable",
586
+ "name": "_API_HOST",
587
+ "type": {
588
+ "text": "string"
589
+ },
590
+ "default": "`${PROTOCOL}//${location.host}/${_SOCKET_EXT}/`",
591
+ "description": "The Genesis Server URL (WebSocket or HTTP).",
592
+ "privacy": "public"
593
+ },
594
+ {
595
+ "kind": "variable",
596
+ "name": "HTTP_CONFIG",
597
+ "type": {
598
+ "text": "string"
599
+ }
600
+ },
601
+ {
602
+ "kind": "variable",
603
+ "name": "_HTTP_CONFIG",
604
+ "type": {
605
+ "text": "string"
606
+ },
607
+ "description": "Configuration settings for HTTP, used in http connect flow [`genesislcap-foundation-comms.HttpConnectConfig`](https://link-to-docs).",
608
+ "privacy": "public"
609
+ },
610
+ {
611
+ "kind": "variable",
612
+ "name": "DEFAULT_ORGANISATION",
613
+ "type": {
614
+ "text": "string"
615
+ }
616
+ },
617
+ {
618
+ "kind": "variable",
619
+ "name": "_DEFAULT_ORGANISATION",
620
+ "type": {
621
+ "text": "string"
622
+ },
623
+ "description": "The default Organisation value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
624
+ "privacy": "public"
625
+ },
626
+ {
627
+ "kind": "variable",
628
+ "name": "DEFAULT_PASSWORD",
629
+ "type": {
630
+ "text": "string"
631
+ }
632
+ },
633
+ {
634
+ "kind": "variable",
635
+ "name": "_DEFAULT_PASSWORD",
636
+ "type": {
637
+ "text": "string"
638
+ },
639
+ "description": "The default Password value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
640
+ "privacy": "public"
641
+ },
642
+ {
643
+ "kind": "variable",
644
+ "name": "DEFAULT_USER",
645
+ "type": {
646
+ "text": "string"
647
+ }
648
+ },
649
+ {
650
+ "kind": "variable",
651
+ "name": "_DEFAULT_USER",
652
+ "type": {
653
+ "text": "string"
654
+ },
655
+ "description": "The default Username value, used in auth/login flow [`genesislcap-foundation-login`](https://link-to-docs).",
656
+ "privacy": "public"
657
+ }
658
+ ],
659
+ "exports": [
660
+ {
661
+ "kind": "js",
662
+ "name": "SOCKET_EXT",
651
663
  "declaration": {
652
- "name": "InMemoryDatabase",
653
- "module": "src/data/inMemoryDatabase.ts"
664
+ "name": "_SOCKET_EXT",
665
+ "module": "src/env/variables.ts"
654
666
  }
655
- }
656
- ]
657
- },
658
- {
659
- "kind": "javascript-module",
660
- "path": "src/data/index.ts",
661
- "declarations": [],
662
- "exports": [
667
+ },
663
668
  {
664
669
  "kind": "js",
665
- "name": "*",
670
+ "name": "FORCE_HTTP",
666
671
  "declaration": {
667
- "name": "*",
668
- "package": "./inMemoryDatabase"
672
+ "name": "_FORCE_HTTP",
673
+ "module": "src/env/variables.ts"
674
+ }
675
+ },
676
+ {
677
+ "kind": "js",
678
+ "name": "GENESIS_SOCKET_URL",
679
+ "declaration": {
680
+ "name": "GENESIS_SOCKET_URL",
681
+ "module": "src/env/variables.ts"
682
+ }
683
+ },
684
+ {
685
+ "kind": "js",
686
+ "name": "API_HOST",
687
+ "declaration": {
688
+ "name": "_API_HOST",
689
+ "module": "src/env/variables.ts"
690
+ }
691
+ },
692
+ {
693
+ "kind": "js",
694
+ "name": "HTTP_CONFIG",
695
+ "declaration": {
696
+ "name": "_HTTP_CONFIG",
697
+ "module": "src/env/variables.ts"
698
+ }
699
+ },
700
+ {
701
+ "kind": "js",
702
+ "name": "DEFAULT_ORGANISATION",
703
+ "declaration": {
704
+ "name": "_DEFAULT_ORGANISATION",
705
+ "module": "src/env/variables.ts"
706
+ }
707
+ },
708
+ {
709
+ "kind": "js",
710
+ "name": "DEFAULT_PASSWORD",
711
+ "declaration": {
712
+ "name": "_DEFAULT_PASSWORD",
713
+ "module": "src/env/variables.ts"
714
+ }
715
+ },
716
+ {
717
+ "kind": "js",
718
+ "name": "DEFAULT_USER",
719
+ "declaration": {
720
+ "name": "_DEFAULT_USER",
721
+ "module": "src/env/variables.ts"
669
722
  }
670
723
  }
671
724
  ]
@@ -869,59 +922,6 @@
869
922
  }
870
923
  ]
871
924
  },
872
- {
873
- "kind": "javascript-module",
874
- "path": "src/decorators/index.ts",
875
- "declarations": [],
876
- "exports": [
877
- {
878
- "kind": "js",
879
- "name": "*",
880
- "declaration": {
881
- "name": "*",
882
- "package": "./renderOnChange"
883
- }
884
- }
885
- ]
886
- },
887
- {
888
- "kind": "javascript-module",
889
- "path": "src/decorators/renderOnChange.ts",
890
- "declarations": [
891
- {
892
- "kind": "function",
893
- "name": "renderOnChange",
894
- "parameters": [
895
- {
896
- "name": "target",
897
- "type": {
898
- "text": "FASTElement & { render(): void }"
899
- },
900
- "description": "The target to define the property change handler on."
901
- },
902
- {
903
- "name": "name",
904
- "type": {
905
- "text": "string"
906
- },
907
- "description": "The property name."
908
- }
909
- ],
910
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
911
- "privacy": "public"
912
- }
913
- ],
914
- "exports": [
915
- {
916
- "kind": "js",
917
- "name": "renderOnChange",
918
- "declaration": {
919
- "name": "renderOnChange",
920
- "module": "src/decorators/renderOnChange.ts"
921
- }
922
- }
923
- ]
924
- },
925
925
  {
926
926
  "kind": "javascript-module",
927
927
  "path": "src/formatters/datetime.ts",
@@ -1459,6 +1459,21 @@
1459
1459
  }
1460
1460
  ]
1461
1461
  },
1462
+ {
1463
+ "kind": "javascript-module",
1464
+ "path": "src/serializers/index.ts",
1465
+ "declarations": [],
1466
+ "exports": [
1467
+ {
1468
+ "kind": "js",
1469
+ "name": "*",
1470
+ "declaration": {
1471
+ "name": "*",
1472
+ "package": "./json"
1473
+ }
1474
+ }
1475
+ ]
1476
+ },
1462
1477
  {
1463
1478
  "kind": "javascript-module",
1464
1479
  "path": "src/resource/index.ts",
@@ -1500,21 +1515,6 @@
1500
1515
  }
1501
1516
  ]
1502
1517
  },
1503
- {
1504
- "kind": "javascript-module",
1505
- "path": "src/serializers/index.ts",
1506
- "declarations": [],
1507
- "exports": [
1508
- {
1509
- "kind": "js",
1510
- "name": "*",
1511
- "declaration": {
1512
- "name": "*",
1513
- "package": "./json"
1514
- }
1515
- }
1516
- ]
1517
- },
1518
1518
  {
1519
1519
  "kind": "javascript-module",
1520
1520
  "path": "src/state/index.ts",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-utils",
3
3
  "description": "Genesis Foundation Utils",
4
- "version": "14.224.1",
4
+ "version": "14.224.3-alpha-96e79b3.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -27,19 +27,19 @@
27
27
  }
28
28
  },
29
29
  "devDependencies": {
30
- "@genesislcap/foundation-testing": "14.224.1",
31
- "@genesislcap/genx": "14.224.1",
32
- "@genesislcap/rollup-builder": "14.224.1",
33
- "@genesislcap/ts-builder": "14.224.1",
34
- "@genesislcap/uvu-playwright-builder": "14.224.1",
35
- "@genesislcap/vite-builder": "14.224.1",
36
- "@genesislcap/webpack-builder": "14.224.1",
30
+ "@genesislcap/foundation-testing": "14.224.3-alpha-96e79b3.0",
31
+ "@genesislcap/genx": "14.224.3-alpha-96e79b3.0",
32
+ "@genesislcap/rollup-builder": "14.224.3-alpha-96e79b3.0",
33
+ "@genesislcap/ts-builder": "14.224.3-alpha-96e79b3.0",
34
+ "@genesislcap/uvu-playwright-builder": "14.224.3-alpha-96e79b3.0",
35
+ "@genesislcap/vite-builder": "14.224.3-alpha-96e79b3.0",
36
+ "@genesislcap/webpack-builder": "14.224.3-alpha-96e79b3.0",
37
37
  "rimraf": "^5.0.0"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/foundation-logger": "14.224.1",
41
- "@microsoft/fast-components": "^2.30.6",
42
- "@microsoft/fast-element": "^1.12.0",
40
+ "@genesislcap/foundation-logger": "14.224.3-alpha-96e79b3.0",
41
+ "@microsoft/fast-components": "2.30.6",
42
+ "@microsoft/fast-element": "1.14.0",
43
43
  "@microsoft/fast-foundation": "2.49.6",
44
44
  "lossless-json": "^2.0.11",
45
45
  "numeral": "2.0.6",
@@ -55,5 +55,5 @@
55
55
  "access": "public"
56
56
  },
57
57
  "customElements": "dist/custom-elements.json",
58
- "gitHead": "84efb166d0f84f3908014b548f58207cc29cedc6"
58
+ "gitHead": "5bbbe2487328f4bec4b460db679d7ff524245c0c"
59
59
  }