@genesislcap/foundation-utils 14.272.0 → 14.273.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/custom-elements.json +219 -219
- package/package.json +10 -10
|
@@ -369,42 +369,60 @@
|
|
|
369
369
|
},
|
|
370
370
|
{
|
|
371
371
|
"kind": "javascript-module",
|
|
372
|
-
"path": "src/
|
|
372
|
+
"path": "src/decorators/index.ts",
|
|
373
|
+
"declarations": [],
|
|
374
|
+
"exports": [
|
|
375
|
+
{
|
|
376
|
+
"kind": "js",
|
|
377
|
+
"name": "*",
|
|
378
|
+
"declaration": {
|
|
379
|
+
"name": "*",
|
|
380
|
+
"package": "./renderOnChange"
|
|
381
|
+
}
|
|
382
|
+
}
|
|
383
|
+
]
|
|
384
|
+
},
|
|
385
|
+
{
|
|
386
|
+
"kind": "javascript-module",
|
|
387
|
+
"path": "src/decorators/renderOnChange.ts",
|
|
373
388
|
"declarations": [
|
|
374
389
|
{
|
|
375
390
|
"kind": "function",
|
|
376
|
-
"name": "
|
|
377
|
-
"return": {
|
|
378
|
-
"type": {
|
|
379
|
-
"text": "DesignSystemModule"
|
|
380
|
-
}
|
|
381
|
-
},
|
|
391
|
+
"name": "renderOnChange",
|
|
382
392
|
"parameters": [
|
|
383
393
|
{
|
|
384
|
-
"name": "
|
|
394
|
+
"name": "target",
|
|
385
395
|
"type": {
|
|
386
|
-
"text": "
|
|
387
|
-
}
|
|
396
|
+
"text": "FASTElement & { render(): void }"
|
|
397
|
+
},
|
|
398
|
+
"description": "The target to define the property change handler on."
|
|
399
|
+
},
|
|
400
|
+
{
|
|
401
|
+
"name": "name",
|
|
402
|
+
"type": {
|
|
403
|
+
"text": "string"
|
|
404
|
+
},
|
|
405
|
+
"description": "The property name."
|
|
388
406
|
}
|
|
389
407
|
],
|
|
390
|
-
"description": "
|
|
408
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
391
409
|
"privacy": "public"
|
|
392
410
|
}
|
|
393
411
|
],
|
|
394
412
|
"exports": [
|
|
395
413
|
{
|
|
396
414
|
"kind": "js",
|
|
397
|
-
"name": "
|
|
415
|
+
"name": "renderOnChange",
|
|
398
416
|
"declaration": {
|
|
399
|
-
"name": "
|
|
400
|
-
"module": "src/
|
|
417
|
+
"name": "renderOnChange",
|
|
418
|
+
"module": "src/decorators/renderOnChange.ts"
|
|
401
419
|
}
|
|
402
420
|
}
|
|
403
421
|
]
|
|
404
422
|
},
|
|
405
423
|
{
|
|
406
424
|
"kind": "javascript-module",
|
|
407
|
-
"path": "src/
|
|
425
|
+
"path": "src/directives/index.ts",
|
|
408
426
|
"declarations": [],
|
|
409
427
|
"exports": [
|
|
410
428
|
{
|
|
@@ -412,60 +430,65 @@
|
|
|
412
430
|
"name": "*",
|
|
413
431
|
"declaration": {
|
|
414
432
|
"name": "*",
|
|
415
|
-
"package": "./
|
|
433
|
+
"package": "./sync"
|
|
416
434
|
}
|
|
417
|
-
}
|
|
418
|
-
]
|
|
419
|
-
},
|
|
420
|
-
{
|
|
421
|
-
"kind": "javascript-module",
|
|
422
|
-
"path": "src/decorators/index.ts",
|
|
423
|
-
"declarations": [],
|
|
424
|
-
"exports": [
|
|
435
|
+
},
|
|
425
436
|
{
|
|
426
437
|
"kind": "js",
|
|
427
438
|
"name": "*",
|
|
428
439
|
"declaration": {
|
|
429
440
|
"name": "*",
|
|
430
|
-
"package": "./
|
|
441
|
+
"package": "./when-else"
|
|
431
442
|
}
|
|
432
443
|
}
|
|
433
444
|
]
|
|
434
445
|
},
|
|
435
446
|
{
|
|
436
447
|
"kind": "javascript-module",
|
|
437
|
-
"path": "src/
|
|
448
|
+
"path": "src/design-system/design-system.ts",
|
|
438
449
|
"declarations": [
|
|
439
450
|
{
|
|
440
451
|
"kind": "function",
|
|
441
|
-
"name": "
|
|
452
|
+
"name": "assureDesignSystem",
|
|
453
|
+
"return": {
|
|
454
|
+
"type": {
|
|
455
|
+
"text": "DesignSystemModule"
|
|
456
|
+
}
|
|
457
|
+
},
|
|
442
458
|
"parameters": [
|
|
443
459
|
{
|
|
444
|
-
"name": "
|
|
445
|
-
"type": {
|
|
446
|
-
"text": "FASTElement & { render(): void }"
|
|
447
|
-
},
|
|
448
|
-
"description": "The target to define the property change handler on."
|
|
449
|
-
},
|
|
450
|
-
{
|
|
451
|
-
"name": "name",
|
|
460
|
+
"name": "module",
|
|
452
461
|
"type": {
|
|
453
|
-
"text": "
|
|
454
|
-
}
|
|
455
|
-
"description": "The property name."
|
|
462
|
+
"text": "DesignSystemModule"
|
|
463
|
+
}
|
|
456
464
|
}
|
|
457
465
|
],
|
|
458
|
-
"description": "
|
|
466
|
+
"description": "assureDesignSystem.",
|
|
459
467
|
"privacy": "public"
|
|
460
468
|
}
|
|
461
469
|
],
|
|
462
470
|
"exports": [
|
|
463
471
|
{
|
|
464
472
|
"kind": "js",
|
|
465
|
-
"name": "
|
|
473
|
+
"name": "assureDesignSystem",
|
|
466
474
|
"declaration": {
|
|
467
|
-
"name": "
|
|
468
|
-
"module": "src/
|
|
475
|
+
"name": "assureDesignSystem",
|
|
476
|
+
"module": "src/design-system/design-system.ts"
|
|
477
|
+
}
|
|
478
|
+
}
|
|
479
|
+
]
|
|
480
|
+
},
|
|
481
|
+
{
|
|
482
|
+
"kind": "javascript-module",
|
|
483
|
+
"path": "src/design-system/index.ts",
|
|
484
|
+
"declarations": [],
|
|
485
|
+
"exports": [
|
|
486
|
+
{
|
|
487
|
+
"kind": "js",
|
|
488
|
+
"name": "*",
|
|
489
|
+
"declaration": {
|
|
490
|
+
"name": "*",
|
|
491
|
+
"package": "./design-system"
|
|
469
492
|
}
|
|
470
493
|
}
|
|
471
494
|
]
|
|
@@ -926,29 +949,6 @@
|
|
|
926
949
|
}
|
|
927
950
|
]
|
|
928
951
|
},
|
|
929
|
-
{
|
|
930
|
-
"kind": "javascript-module",
|
|
931
|
-
"path": "src/directives/index.ts",
|
|
932
|
-
"declarations": [],
|
|
933
|
-
"exports": [
|
|
934
|
-
{
|
|
935
|
-
"kind": "js",
|
|
936
|
-
"name": "*",
|
|
937
|
-
"declaration": {
|
|
938
|
-
"name": "*",
|
|
939
|
-
"package": "./sync"
|
|
940
|
-
}
|
|
941
|
-
},
|
|
942
|
-
{
|
|
943
|
-
"kind": "js",
|
|
944
|
-
"name": "*",
|
|
945
|
-
"declaration": {
|
|
946
|
-
"name": "*",
|
|
947
|
-
"package": "./when-else"
|
|
948
|
-
}
|
|
949
|
-
}
|
|
950
|
-
]
|
|
951
|
-
},
|
|
952
952
|
{
|
|
953
953
|
"kind": "javascript-module",
|
|
954
954
|
"path": "src/error/errorMap.ts",
|
|
@@ -2444,160 +2444,6 @@
|
|
|
2444
2444
|
}
|
|
2445
2445
|
]
|
|
2446
2446
|
},
|
|
2447
|
-
{
|
|
2448
|
-
"kind": "javascript-module",
|
|
2449
|
-
"path": "src/encoding/base64/decode.ts",
|
|
2450
|
-
"declarations": [
|
|
2451
|
-
{
|
|
2452
|
-
"kind": "function",
|
|
2453
|
-
"name": "decodeFromBase64",
|
|
2454
|
-
"return": {
|
|
2455
|
-
"type": {
|
|
2456
|
-
"text": ""
|
|
2457
|
-
}
|
|
2458
|
-
},
|
|
2459
|
-
"parameters": [
|
|
2460
|
-
{
|
|
2461
|
-
"name": "base64Value",
|
|
2462
|
-
"type": {
|
|
2463
|
-
"text": "string"
|
|
2464
|
-
}
|
|
2465
|
-
},
|
|
2466
|
-
{
|
|
2467
|
-
"description": "The value to decode from base64.",
|
|
2468
|
-
"name": "value"
|
|
2469
|
-
}
|
|
2470
|
-
],
|
|
2471
|
-
"description": "Decodes a value from base64.",
|
|
2472
|
-
"privacy": "public"
|
|
2473
|
-
},
|
|
2474
|
-
{
|
|
2475
|
-
"kind": "function",
|
|
2476
|
-
"name": "decodeFromBase64WithPrefix",
|
|
2477
|
-
"return": {
|
|
2478
|
-
"type": {
|
|
2479
|
-
"text": ""
|
|
2480
|
-
}
|
|
2481
|
-
},
|
|
2482
|
-
"parameters": [
|
|
2483
|
-
{
|
|
2484
|
-
"name": "value",
|
|
2485
|
-
"type": {
|
|
2486
|
-
"text": "string"
|
|
2487
|
-
},
|
|
2488
|
-
"description": "The value to decode from base64."
|
|
2489
|
-
}
|
|
2490
|
-
],
|
|
2491
|
-
"description": "Decodes a value from base64 with a prefix.",
|
|
2492
|
-
"privacy": "public"
|
|
2493
|
-
}
|
|
2494
|
-
],
|
|
2495
|
-
"exports": [
|
|
2496
|
-
{
|
|
2497
|
-
"kind": "js",
|
|
2498
|
-
"name": "decodeFromBase64",
|
|
2499
|
-
"declaration": {
|
|
2500
|
-
"name": "decodeFromBase64",
|
|
2501
|
-
"module": "src/encoding/base64/decode.ts"
|
|
2502
|
-
}
|
|
2503
|
-
},
|
|
2504
|
-
{
|
|
2505
|
-
"kind": "js",
|
|
2506
|
-
"name": "decodeFromBase64WithPrefix",
|
|
2507
|
-
"declaration": {
|
|
2508
|
-
"name": "decodeFromBase64WithPrefix",
|
|
2509
|
-
"module": "src/encoding/base64/decode.ts"
|
|
2510
|
-
}
|
|
2511
|
-
}
|
|
2512
|
-
]
|
|
2513
|
-
},
|
|
2514
|
-
{
|
|
2515
|
-
"kind": "javascript-module",
|
|
2516
|
-
"path": "src/encoding/base64/encode.ts",
|
|
2517
|
-
"declarations": [
|
|
2518
|
-
{
|
|
2519
|
-
"kind": "function",
|
|
2520
|
-
"name": "encodeToBase64",
|
|
2521
|
-
"return": {
|
|
2522
|
-
"type": {
|
|
2523
|
-
"text": ""
|
|
2524
|
-
}
|
|
2525
|
-
},
|
|
2526
|
-
"parameters": [
|
|
2527
|
-
{
|
|
2528
|
-
"name": "value",
|
|
2529
|
-
"type": {
|
|
2530
|
-
"text": "string | ArrayBuffer"
|
|
2531
|
-
},
|
|
2532
|
-
"description": "The value to encode to base64."
|
|
2533
|
-
}
|
|
2534
|
-
],
|
|
2535
|
-
"description": "Encodes the given value to base64.",
|
|
2536
|
-
"privacy": "public"
|
|
2537
|
-
},
|
|
2538
|
-
{
|
|
2539
|
-
"kind": "function",
|
|
2540
|
-
"name": "encodeToBase64WithPrefix",
|
|
2541
|
-
"return": {
|
|
2542
|
-
"type": {
|
|
2543
|
-
"text": ""
|
|
2544
|
-
}
|
|
2545
|
-
},
|
|
2546
|
-
"parameters": [
|
|
2547
|
-
{
|
|
2548
|
-
"name": "value",
|
|
2549
|
-
"type": {
|
|
2550
|
-
"text": "string | ArrayBuffer"
|
|
2551
|
-
},
|
|
2552
|
-
"description": "The value to encode to base64."
|
|
2553
|
-
}
|
|
2554
|
-
],
|
|
2555
|
-
"description": "Encodes the given value with a prefix to base64.",
|
|
2556
|
-
"privacy": "public"
|
|
2557
|
-
}
|
|
2558
|
-
],
|
|
2559
|
-
"exports": [
|
|
2560
|
-
{
|
|
2561
|
-
"kind": "js",
|
|
2562
|
-
"name": "encodeToBase64",
|
|
2563
|
-
"declaration": {
|
|
2564
|
-
"name": "encodeToBase64",
|
|
2565
|
-
"module": "src/encoding/base64/encode.ts"
|
|
2566
|
-
}
|
|
2567
|
-
},
|
|
2568
|
-
{
|
|
2569
|
-
"kind": "js",
|
|
2570
|
-
"name": "encodeToBase64WithPrefix",
|
|
2571
|
-
"declaration": {
|
|
2572
|
-
"name": "encodeToBase64WithPrefix",
|
|
2573
|
-
"module": "src/encoding/base64/encode.ts"
|
|
2574
|
-
}
|
|
2575
|
-
}
|
|
2576
|
-
]
|
|
2577
|
-
},
|
|
2578
|
-
{
|
|
2579
|
-
"kind": "javascript-module",
|
|
2580
|
-
"path": "src/encoding/base64/index.ts",
|
|
2581
|
-
"declarations": [],
|
|
2582
|
-
"exports": [
|
|
2583
|
-
{
|
|
2584
|
-
"kind": "js",
|
|
2585
|
-
"name": "*",
|
|
2586
|
-
"declaration": {
|
|
2587
|
-
"name": "*",
|
|
2588
|
-
"package": "./decode"
|
|
2589
|
-
}
|
|
2590
|
-
},
|
|
2591
|
-
{
|
|
2592
|
-
"kind": "js",
|
|
2593
|
-
"name": "*",
|
|
2594
|
-
"declaration": {
|
|
2595
|
-
"name": "*",
|
|
2596
|
-
"package": "./encode"
|
|
2597
|
-
}
|
|
2598
|
-
}
|
|
2599
|
-
]
|
|
2600
|
-
},
|
|
2601
2447
|
{
|
|
2602
2448
|
"kind": "javascript-module",
|
|
2603
2449
|
"path": "src/directives/sync/index.ts",
|
|
@@ -2752,6 +2598,160 @@
|
|
|
2752
2598
|
}
|
|
2753
2599
|
]
|
|
2754
2600
|
},
|
|
2601
|
+
{
|
|
2602
|
+
"kind": "javascript-module",
|
|
2603
|
+
"path": "src/encoding/base64/decode.ts",
|
|
2604
|
+
"declarations": [
|
|
2605
|
+
{
|
|
2606
|
+
"kind": "function",
|
|
2607
|
+
"name": "decodeFromBase64",
|
|
2608
|
+
"return": {
|
|
2609
|
+
"type": {
|
|
2610
|
+
"text": ""
|
|
2611
|
+
}
|
|
2612
|
+
},
|
|
2613
|
+
"parameters": [
|
|
2614
|
+
{
|
|
2615
|
+
"name": "base64Value",
|
|
2616
|
+
"type": {
|
|
2617
|
+
"text": "string"
|
|
2618
|
+
}
|
|
2619
|
+
},
|
|
2620
|
+
{
|
|
2621
|
+
"description": "The value to decode from base64.",
|
|
2622
|
+
"name": "value"
|
|
2623
|
+
}
|
|
2624
|
+
],
|
|
2625
|
+
"description": "Decodes a value from base64.",
|
|
2626
|
+
"privacy": "public"
|
|
2627
|
+
},
|
|
2628
|
+
{
|
|
2629
|
+
"kind": "function",
|
|
2630
|
+
"name": "decodeFromBase64WithPrefix",
|
|
2631
|
+
"return": {
|
|
2632
|
+
"type": {
|
|
2633
|
+
"text": ""
|
|
2634
|
+
}
|
|
2635
|
+
},
|
|
2636
|
+
"parameters": [
|
|
2637
|
+
{
|
|
2638
|
+
"name": "value",
|
|
2639
|
+
"type": {
|
|
2640
|
+
"text": "string"
|
|
2641
|
+
},
|
|
2642
|
+
"description": "The value to decode from base64."
|
|
2643
|
+
}
|
|
2644
|
+
],
|
|
2645
|
+
"description": "Decodes a value from base64 with a prefix.",
|
|
2646
|
+
"privacy": "public"
|
|
2647
|
+
}
|
|
2648
|
+
],
|
|
2649
|
+
"exports": [
|
|
2650
|
+
{
|
|
2651
|
+
"kind": "js",
|
|
2652
|
+
"name": "decodeFromBase64",
|
|
2653
|
+
"declaration": {
|
|
2654
|
+
"name": "decodeFromBase64",
|
|
2655
|
+
"module": "src/encoding/base64/decode.ts"
|
|
2656
|
+
}
|
|
2657
|
+
},
|
|
2658
|
+
{
|
|
2659
|
+
"kind": "js",
|
|
2660
|
+
"name": "decodeFromBase64WithPrefix",
|
|
2661
|
+
"declaration": {
|
|
2662
|
+
"name": "decodeFromBase64WithPrefix",
|
|
2663
|
+
"module": "src/encoding/base64/decode.ts"
|
|
2664
|
+
}
|
|
2665
|
+
}
|
|
2666
|
+
]
|
|
2667
|
+
},
|
|
2668
|
+
{
|
|
2669
|
+
"kind": "javascript-module",
|
|
2670
|
+
"path": "src/encoding/base64/encode.ts",
|
|
2671
|
+
"declarations": [
|
|
2672
|
+
{
|
|
2673
|
+
"kind": "function",
|
|
2674
|
+
"name": "encodeToBase64",
|
|
2675
|
+
"return": {
|
|
2676
|
+
"type": {
|
|
2677
|
+
"text": ""
|
|
2678
|
+
}
|
|
2679
|
+
},
|
|
2680
|
+
"parameters": [
|
|
2681
|
+
{
|
|
2682
|
+
"name": "value",
|
|
2683
|
+
"type": {
|
|
2684
|
+
"text": "string | ArrayBuffer"
|
|
2685
|
+
},
|
|
2686
|
+
"description": "The value to encode to base64."
|
|
2687
|
+
}
|
|
2688
|
+
],
|
|
2689
|
+
"description": "Encodes the given value to base64.",
|
|
2690
|
+
"privacy": "public"
|
|
2691
|
+
},
|
|
2692
|
+
{
|
|
2693
|
+
"kind": "function",
|
|
2694
|
+
"name": "encodeToBase64WithPrefix",
|
|
2695
|
+
"return": {
|
|
2696
|
+
"type": {
|
|
2697
|
+
"text": ""
|
|
2698
|
+
}
|
|
2699
|
+
},
|
|
2700
|
+
"parameters": [
|
|
2701
|
+
{
|
|
2702
|
+
"name": "value",
|
|
2703
|
+
"type": {
|
|
2704
|
+
"text": "string | ArrayBuffer"
|
|
2705
|
+
},
|
|
2706
|
+
"description": "The value to encode to base64."
|
|
2707
|
+
}
|
|
2708
|
+
],
|
|
2709
|
+
"description": "Encodes the given value with a prefix to base64.",
|
|
2710
|
+
"privacy": "public"
|
|
2711
|
+
}
|
|
2712
|
+
],
|
|
2713
|
+
"exports": [
|
|
2714
|
+
{
|
|
2715
|
+
"kind": "js",
|
|
2716
|
+
"name": "encodeToBase64",
|
|
2717
|
+
"declaration": {
|
|
2718
|
+
"name": "encodeToBase64",
|
|
2719
|
+
"module": "src/encoding/base64/encode.ts"
|
|
2720
|
+
}
|
|
2721
|
+
},
|
|
2722
|
+
{
|
|
2723
|
+
"kind": "js",
|
|
2724
|
+
"name": "encodeToBase64WithPrefix",
|
|
2725
|
+
"declaration": {
|
|
2726
|
+
"name": "encodeToBase64WithPrefix",
|
|
2727
|
+
"module": "src/encoding/base64/encode.ts"
|
|
2728
|
+
}
|
|
2729
|
+
}
|
|
2730
|
+
]
|
|
2731
|
+
},
|
|
2732
|
+
{
|
|
2733
|
+
"kind": "javascript-module",
|
|
2734
|
+
"path": "src/encoding/base64/index.ts",
|
|
2735
|
+
"declarations": [],
|
|
2736
|
+
"exports": [
|
|
2737
|
+
{
|
|
2738
|
+
"kind": "js",
|
|
2739
|
+
"name": "*",
|
|
2740
|
+
"declaration": {
|
|
2741
|
+
"name": "*",
|
|
2742
|
+
"package": "./decode"
|
|
2743
|
+
}
|
|
2744
|
+
},
|
|
2745
|
+
{
|
|
2746
|
+
"kind": "js",
|
|
2747
|
+
"name": "*",
|
|
2748
|
+
"declaration": {
|
|
2749
|
+
"name": "*",
|
|
2750
|
+
"package": "./encode"
|
|
2751
|
+
}
|
|
2752
|
+
}
|
|
2753
|
+
]
|
|
2754
|
+
},
|
|
2755
2755
|
{
|
|
2756
2756
|
"kind": "javascript-module",
|
|
2757
2757
|
"path": "src/mappers/dto/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.
|
|
4
|
+
"version": "14.273.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.
|
|
31
|
-
"@genesislcap/genx": "14.
|
|
32
|
-
"@genesislcap/rollup-builder": "14.
|
|
33
|
-
"@genesislcap/ts-builder": "14.
|
|
34
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
35
|
-
"@genesislcap/vite-builder": "14.
|
|
36
|
-
"@genesislcap/webpack-builder": "14.
|
|
30
|
+
"@genesislcap/foundation-testing": "14.273.0",
|
|
31
|
+
"@genesislcap/genx": "14.273.0",
|
|
32
|
+
"@genesislcap/rollup-builder": "14.273.0",
|
|
33
|
+
"@genesislcap/ts-builder": "14.273.0",
|
|
34
|
+
"@genesislcap/uvu-playwright-builder": "14.273.0",
|
|
35
|
+
"@genesislcap/vite-builder": "14.273.0",
|
|
36
|
+
"@genesislcap/webpack-builder": "14.273.0",
|
|
37
37
|
"@types/json-schema": "^7.0.11",
|
|
38
38
|
"rimraf": "^5.0.0"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@genesislcap/expression-builder": "14.258.1",
|
|
42
|
-
"@genesislcap/foundation-logger": "14.
|
|
42
|
+
"@genesislcap/foundation-logger": "14.273.0",
|
|
43
43
|
"@microsoft/fast-components": "2.30.6",
|
|
44
44
|
"@microsoft/fast-element": "1.14.0",
|
|
45
45
|
"@microsoft/fast-foundation": "2.49.6",
|
|
@@ -57,5 +57,5 @@
|
|
|
57
57
|
"access": "public"
|
|
58
58
|
},
|
|
59
59
|
"customElements": "dist/custom-elements.json",
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "06838df20d39cb79d0f9ab27c3ca2a9654441a66"
|
|
61
61
|
}
|