@genesislcap/foundation-utils 14.186.1-alpha-1d915d4.0 → 14.186.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.
@@ -357,6 +357,29 @@
357
357
  }
358
358
  ]
359
359
  },
360
+ {
361
+ "kind": "javascript-module",
362
+ "path": "src/directives/index.ts",
363
+ "declarations": [],
364
+ "exports": [
365
+ {
366
+ "kind": "js",
367
+ "name": "*",
368
+ "declaration": {
369
+ "name": "*",
370
+ "package": "./sync"
371
+ }
372
+ },
373
+ {
374
+ "kind": "js",
375
+ "name": "*",
376
+ "declaration": {
377
+ "name": "*",
378
+ "package": "./when-else"
379
+ }
380
+ }
381
+ ]
382
+ },
360
383
  {
361
384
  "kind": "javascript-module",
362
385
  "path": "src/decorators/index.ts",
@@ -410,79 +433,6 @@
410
433
  }
411
434
  ]
412
435
  },
413
- {
414
- "kind": "javascript-module",
415
- "path": "src/design-system/design-system.ts",
416
- "declarations": [
417
- {
418
- "kind": "function",
419
- "name": "assureDesignSystem",
420
- "return": {
421
- "type": {
422
- "text": "DesignSystemModule"
423
- }
424
- },
425
- "parameters": [
426
- {
427
- "name": "module",
428
- "type": {
429
- "text": "DesignSystemModule"
430
- }
431
- }
432
- ],
433
- "description": "assureDesignSystem.",
434
- "privacy": "public"
435
- }
436
- ],
437
- "exports": [
438
- {
439
- "kind": "js",
440
- "name": "assureDesignSystem",
441
- "declaration": {
442
- "name": "assureDesignSystem",
443
- "module": "src/design-system/design-system.ts"
444
- }
445
- }
446
- ]
447
- },
448
- {
449
- "kind": "javascript-module",
450
- "path": "src/design-system/index.ts",
451
- "declarations": [],
452
- "exports": [
453
- {
454
- "kind": "js",
455
- "name": "*",
456
- "declaration": {
457
- "name": "*",
458
- "package": "./design-system"
459
- }
460
- }
461
- ]
462
- },
463
- {
464
- "kind": "javascript-module",
465
- "path": "src/directives/index.ts",
466
- "declarations": [],
467
- "exports": [
468
- {
469
- "kind": "js",
470
- "name": "*",
471
- "declaration": {
472
- "name": "*",
473
- "package": "./sync"
474
- }
475
- },
476
- {
477
- "kind": "js",
478
- "name": "*",
479
- "declaration": {
480
- "name": "*",
481
- "package": "./when-else"
482
- }
483
- }
484
- ]
485
- },
486
436
  {
487
437
  "kind": "javascript-module",
488
438
  "path": "src/env/index.ts",
@@ -706,6 +656,56 @@
706
656
  }
707
657
  ]
708
658
  },
659
+ {
660
+ "kind": "javascript-module",
661
+ "path": "src/design-system/design-system.ts",
662
+ "declarations": [
663
+ {
664
+ "kind": "function",
665
+ "name": "assureDesignSystem",
666
+ "return": {
667
+ "type": {
668
+ "text": "DesignSystemModule"
669
+ }
670
+ },
671
+ "parameters": [
672
+ {
673
+ "name": "module",
674
+ "type": {
675
+ "text": "DesignSystemModule"
676
+ }
677
+ }
678
+ ],
679
+ "description": "assureDesignSystem.",
680
+ "privacy": "public"
681
+ }
682
+ ],
683
+ "exports": [
684
+ {
685
+ "kind": "js",
686
+ "name": "assureDesignSystem",
687
+ "declaration": {
688
+ "name": "assureDesignSystem",
689
+ "module": "src/design-system/design-system.ts"
690
+ }
691
+ }
692
+ ]
693
+ },
694
+ {
695
+ "kind": "javascript-module",
696
+ "path": "src/design-system/index.ts",
697
+ "declarations": [],
698
+ "exports": [
699
+ {
700
+ "kind": "js",
701
+ "name": "*",
702
+ "declaration": {
703
+ "name": "*",
704
+ "package": "./design-system"
705
+ }
706
+ }
707
+ ]
708
+ },
709
709
  {
710
710
  "kind": "javascript-module",
711
711
  "path": "src/error/errorMap.ts",
@@ -1900,7 +1900,7 @@
1900
1900
  },
1901
1901
  {
1902
1902
  "kind": "javascript-module",
1903
- "path": "src/utils/index.ts",
1903
+ "path": "src/uuid/index.ts",
1904
1904
  "declarations": [],
1905
1905
  "exports": [
1906
1906
  {
@@ -1908,34 +1908,36 @@
1908
1908
  "name": "*",
1909
1909
  "declaration": {
1910
1910
  "name": "*",
1911
- "package": "./logger"
1911
+ "package": "./uuid"
1912
1912
  }
1913
1913
  }
1914
1914
  ]
1915
1915
  },
1916
1916
  {
1917
1917
  "kind": "javascript-module",
1918
- "path": "src/utils/logger.ts",
1918
+ "path": "src/uuid/uuid.ts",
1919
1919
  "declarations": [
1920
1920
  {
1921
1921
  "kind": "variable",
1922
- "name": "logger"
1922
+ "name": "UUID",
1923
+ "description": "A dependency injection token for the UUID interface.",
1924
+ "privacy": "public"
1923
1925
  }
1924
1926
  ],
1925
1927
  "exports": [
1926
1928
  {
1927
1929
  "kind": "js",
1928
- "name": "logger",
1930
+ "name": "UUID",
1929
1931
  "declaration": {
1930
- "name": "logger",
1931
- "module": "src/utils/logger.ts"
1932
+ "name": "UUID",
1933
+ "module": "src/uuid/uuid.ts"
1932
1934
  }
1933
1935
  }
1934
1936
  ]
1935
1937
  },
1936
1938
  {
1937
1939
  "kind": "javascript-module",
1938
- "path": "src/uuid/index.ts",
1940
+ "path": "src/utils/index.ts",
1939
1941
  "declarations": [],
1940
1942
  "exports": [
1941
1943
  {
@@ -1943,29 +1945,27 @@
1943
1945
  "name": "*",
1944
1946
  "declaration": {
1945
1947
  "name": "*",
1946
- "package": "./uuid"
1948
+ "package": "./logger"
1947
1949
  }
1948
1950
  }
1949
1951
  ]
1950
1952
  },
1951
1953
  {
1952
1954
  "kind": "javascript-module",
1953
- "path": "src/uuid/uuid.ts",
1955
+ "path": "src/utils/logger.ts",
1954
1956
  "declarations": [
1955
1957
  {
1956
1958
  "kind": "variable",
1957
- "name": "UUID",
1958
- "description": "A dependency injection token for the UUID interface.",
1959
- "privacy": "public"
1959
+ "name": "logger"
1960
1960
  }
1961
1961
  ],
1962
1962
  "exports": [
1963
1963
  {
1964
1964
  "kind": "js",
1965
- "name": "UUID",
1965
+ "name": "logger",
1966
1966
  "declaration": {
1967
- "name": "UUID",
1968
- "module": "src/uuid/uuid.ts"
1967
+ "name": "logger",
1968
+ "module": "src/utils/logger.ts"
1969
1969
  }
1970
1970
  }
1971
1971
  ]
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.186.1-alpha-1d915d4.0",
4
+ "version": "14.186.1",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -27,17 +27,17 @@
27
27
  }
28
28
  },
29
29
  "devDependencies": {
30
- "@genesislcap/foundation-testing": "14.186.1-alpha-1d915d4.0",
31
- "@genesislcap/genx": "14.186.1-alpha-1d915d4.0",
32
- "@genesislcap/rollup-builder": "14.186.1-alpha-1d915d4.0",
33
- "@genesislcap/ts-builder": "14.186.1-alpha-1d915d4.0",
34
- "@genesislcap/uvu-playwright-builder": "14.186.1-alpha-1d915d4.0",
35
- "@genesislcap/vite-builder": "14.186.1-alpha-1d915d4.0",
36
- "@genesislcap/webpack-builder": "14.186.1-alpha-1d915d4.0",
30
+ "@genesislcap/foundation-testing": "14.186.1",
31
+ "@genesislcap/genx": "14.186.1",
32
+ "@genesislcap/rollup-builder": "14.186.1",
33
+ "@genesislcap/ts-builder": "14.186.1",
34
+ "@genesislcap/uvu-playwright-builder": "14.186.1",
35
+ "@genesislcap/vite-builder": "14.186.1",
36
+ "@genesislcap/webpack-builder": "14.186.1",
37
37
  "rimraf": "^5.0.0"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/foundation-logger": "14.186.1-alpha-1d915d4.0",
40
+ "@genesislcap/foundation-logger": "14.186.1",
41
41
  "@microsoft/fast-components": "^2.30.6",
42
42
  "@microsoft/fast-element": "^1.12.0",
43
43
  "@microsoft/fast-foundation": "^2.49.4",
@@ -54,5 +54,5 @@
54
54
  "access": "public"
55
55
  },
56
56
  "customElements": "dist/custom-elements.json",
57
- "gitHead": "e4b12d06812bdfbb2b66c61c89ae7bccebbfcdeb"
57
+ "gitHead": "d08325d1640fd14e5c6ecb86d75612c90ac49ef9"
58
58
  }