@genesislcap/foundation-header 14.103.0-auth-mf.23 → 14.103.0-auth-mf.25

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.
@@ -402,6 +402,41 @@
402
402
  }
403
403
  ]
404
404
  },
405
+ {
406
+ "kind": "javascript-module",
407
+ "path": "src/utils/index.ts",
408
+ "declarations": [],
409
+ "exports": [
410
+ {
411
+ "kind": "js",
412
+ "name": "*",
413
+ "declaration": {
414
+ "name": "*",
415
+ "package": "./logger"
416
+ }
417
+ }
418
+ ]
419
+ },
420
+ {
421
+ "kind": "javascript-module",
422
+ "path": "src/utils/logger.ts",
423
+ "declarations": [
424
+ {
425
+ "kind": "variable",
426
+ "name": "logger"
427
+ }
428
+ ],
429
+ "exports": [
430
+ {
431
+ "kind": "js",
432
+ "name": "logger",
433
+ "declaration": {
434
+ "name": "logger",
435
+ "module": "src/utils/logger.ts"
436
+ }
437
+ }
438
+ ]
439
+ },
405
440
  {
406
441
  "kind": "javascript-module",
407
442
  "path": "src/styles/colors.ts",
@@ -562,41 +597,6 @@
562
597
  }
563
598
  }
564
599
  ]
565
- },
566
- {
567
- "kind": "javascript-module",
568
- "path": "src/utils/index.ts",
569
- "declarations": [],
570
- "exports": [
571
- {
572
- "kind": "js",
573
- "name": "*",
574
- "declaration": {
575
- "name": "*",
576
- "package": "./logger"
577
- }
578
- }
579
- ]
580
- },
581
- {
582
- "kind": "javascript-module",
583
- "path": "src/utils/logger.ts",
584
- "declarations": [
585
- {
586
- "kind": "variable",
587
- "name": "logger"
588
- }
589
- ],
590
- "exports": [
591
- {
592
- "kind": "js",
593
- "name": "logger",
594
- "declaration": {
595
- "name": "logger",
596
- "module": "src/utils/logger.ts"
597
- }
598
- }
599
- ]
600
600
  }
601
601
  ]
602
602
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-header",
3
3
  "description": "Genesis Foundation Header",
4
- "version": "14.103.0-auth-mf.23",
4
+ "version": "14.103.0-auth-mf.25",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "main": "dist/esm/index.js",
7
7
  "types": "dist/foundation-header.d.ts",
@@ -61,16 +61,16 @@
61
61
  "test:debug": "genx test --debug"
62
62
  },
63
63
  "devDependencies": {
64
- "@genesislcap/foundation-testing": "14.103.0-auth-mf.23",
65
- "@genesislcap/genx": "14.103.0-auth-mf.23",
64
+ "@genesislcap/foundation-testing": "14.103.0-auth-mf.25",
65
+ "@genesislcap/genx": "14.103.0-auth-mf.25",
66
66
  "rimraf": "^3.0.2"
67
67
  },
68
68
  "dependencies": {
69
- "@genesislcap/foundation-auth": "14.103.0-auth-mf.23",
70
- "@genesislcap/foundation-comms": "14.103.0-auth-mf.23",
71
- "@genesislcap/foundation-events": "14.103.0-auth-mf.23",
72
- "@genesislcap/foundation-logger": "14.103.0-auth-mf.23",
73
- "@genesislcap/foundation-zero": "14.103.0-auth-mf.23",
69
+ "@genesislcap/foundation-auth": "14.103.0-auth-mf.25",
70
+ "@genesislcap/foundation-comms": "14.103.0-auth-mf.25",
71
+ "@genesislcap/foundation-events": "14.103.0-auth-mf.25",
72
+ "@genesislcap/foundation-logger": "14.103.0-auth-mf.25",
73
+ "@genesislcap/foundation-zero": "14.103.0-auth-mf.25",
74
74
  "@microsoft/fast-colors": "^5.1.4",
75
75
  "@microsoft/fast-components": "^2.21.3",
76
76
  "@microsoft/fast-element": "^1.7.0",
@@ -86,5 +86,5 @@
86
86
  "access": "public"
87
87
  },
88
88
  "customElements": "dist/custom-elements.json",
89
- "gitHead": "66e311fb26ce45f26e0083e7075e73948e1765e9"
89
+ "gitHead": "607a0700963e9592ec66a2c7eb8544c940660d3d"
90
90
  }