@genesislcap/foundation-utils 14.142.1-alpha-21cf4c3.0 → 14.143.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.
@@ -351,50 +351,23 @@
351
351
  },
352
352
  {
353
353
  "kind": "javascript-module",
354
- "path": "src/design-system/design-system.ts",
355
- "declarations": [
356
- {
357
- "kind": "function",
358
- "name": "assureDesignSystem",
359
- "return": {
360
- "type": {
361
- "text": "DesignSystemModule"
362
- }
363
- },
364
- "parameters": [
365
- {
366
- "name": "module",
367
- "type": {
368
- "text": "DesignSystemModule"
369
- }
370
- }
371
- ],
372
- "description": "assureDesignSystem.",
373
- "privacy": "public"
374
- }
375
- ],
354
+ "path": "src/directives/index.ts",
355
+ "declarations": [],
376
356
  "exports": [
377
357
  {
378
358
  "kind": "js",
379
- "name": "assureDesignSystem",
359
+ "name": "*",
380
360
  "declaration": {
381
- "name": "assureDesignSystem",
382
- "module": "src/design-system/design-system.ts"
361
+ "name": "*",
362
+ "package": "./sync"
383
363
  }
384
- }
385
- ]
386
- },
387
- {
388
- "kind": "javascript-module",
389
- "path": "src/design-system/index.ts",
390
- "declarations": [],
391
- "exports": [
364
+ },
392
365
  {
393
366
  "kind": "js",
394
367
  "name": "*",
395
368
  "declaration": {
396
369
  "name": "*",
397
- "package": "./design-system"
370
+ "package": "./when-else"
398
371
  }
399
372
  }
400
373
  ]
@@ -452,29 +425,6 @@
452
425
  }
453
426
  ]
454
427
  },
455
- {
456
- "kind": "javascript-module",
457
- "path": "src/directives/index.ts",
458
- "declarations": [],
459
- "exports": [
460
- {
461
- "kind": "js",
462
- "name": "*",
463
- "declaration": {
464
- "name": "*",
465
- "package": "./sync"
466
- }
467
- },
468
- {
469
- "kind": "js",
470
- "name": "*",
471
- "declaration": {
472
- "name": "*",
473
- "package": "./when-else"
474
- }
475
- }
476
- ]
477
- },
478
428
  {
479
429
  "kind": "javascript-module",
480
430
  "path": "src/env/index.ts",
@@ -698,6 +648,56 @@
698
648
  }
699
649
  ]
700
650
  },
651
+ {
652
+ "kind": "javascript-module",
653
+ "path": "src/design-system/design-system.ts",
654
+ "declarations": [
655
+ {
656
+ "kind": "function",
657
+ "name": "assureDesignSystem",
658
+ "return": {
659
+ "type": {
660
+ "text": "DesignSystemModule"
661
+ }
662
+ },
663
+ "parameters": [
664
+ {
665
+ "name": "module",
666
+ "type": {
667
+ "text": "DesignSystemModule"
668
+ }
669
+ }
670
+ ],
671
+ "description": "assureDesignSystem.",
672
+ "privacy": "public"
673
+ }
674
+ ],
675
+ "exports": [
676
+ {
677
+ "kind": "js",
678
+ "name": "assureDesignSystem",
679
+ "declaration": {
680
+ "name": "assureDesignSystem",
681
+ "module": "src/design-system/design-system.ts"
682
+ }
683
+ }
684
+ ]
685
+ },
686
+ {
687
+ "kind": "javascript-module",
688
+ "path": "src/design-system/index.ts",
689
+ "declarations": [],
690
+ "exports": [
691
+ {
692
+ "kind": "js",
693
+ "name": "*",
694
+ "declaration": {
695
+ "name": "*",
696
+ "package": "./design-system"
697
+ }
698
+ }
699
+ ]
700
+ },
701
701
  {
702
702
  "kind": "javascript-module",
703
703
  "path": "src/error/errorMap.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.142.1-alpha-21cf4c3.0",
4
+ "version": "14.143.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -19,12 +19,12 @@
19
19
  "test": "genx test"
20
20
  },
21
21
  "devDependencies": {
22
- "@genesislcap/foundation-testing": "14.142.1-alpha-21cf4c3.0",
23
- "@genesislcap/genx": "14.142.1-alpha-21cf4c3.0",
22
+ "@genesislcap/foundation-testing": "14.143.0",
23
+ "@genesislcap/genx": "14.143.0",
24
24
  "rimraf": "^3.0.2"
25
25
  },
26
26
  "dependencies": {
27
- "@genesislcap/foundation-logger": "14.142.1-alpha-21cf4c3.0",
27
+ "@genesislcap/foundation-logger": "14.143.0",
28
28
  "@microsoft/fast-components": "^2.30.6",
29
29
  "@microsoft/fast-element": "^1.12.0",
30
30
  "@microsoft/fast-foundation": "^2.49.4",
@@ -42,5 +42,5 @@
42
42
  "access": "public"
43
43
  },
44
44
  "customElements": "dist/custom-elements.json",
45
- "gitHead": "934a004ce84dc2541efd3ee88dc1585294d465eb"
45
+ "gitHead": "b04aa3adb04068dd8e5de4cb903c0eeebf0737f5"
46
46
  }