@genesislcap/foundation-header 14.71.1-auth-mf.12 → 14.71.1-auth-mf.14

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.
@@ -399,6 +399,41 @@
399
399
  }
400
400
  ]
401
401
  },
402
+ {
403
+ "kind": "javascript-module",
404
+ "path": "src/utils/index.ts",
405
+ "declarations": [],
406
+ "exports": [
407
+ {
408
+ "kind": "js",
409
+ "name": "*",
410
+ "declaration": {
411
+ "name": "*",
412
+ "package": "./logger"
413
+ }
414
+ }
415
+ ]
416
+ },
417
+ {
418
+ "kind": "javascript-module",
419
+ "path": "src/utils/logger.ts",
420
+ "declarations": [
421
+ {
422
+ "kind": "variable",
423
+ "name": "logger"
424
+ }
425
+ ],
426
+ "exports": [
427
+ {
428
+ "kind": "js",
429
+ "name": "logger",
430
+ "declaration": {
431
+ "name": "logger",
432
+ "module": "src/utils/logger.ts"
433
+ }
434
+ }
435
+ ]
436
+ },
402
437
  {
403
438
  "kind": "javascript-module",
404
439
  "path": "src/styles/colors.ts",
@@ -559,41 +594,6 @@
559
594
  }
560
595
  }
561
596
  ]
562
- },
563
- {
564
- "kind": "javascript-module",
565
- "path": "src/utils/index.ts",
566
- "declarations": [],
567
- "exports": [
568
- {
569
- "kind": "js",
570
- "name": "*",
571
- "declaration": {
572
- "name": "*",
573
- "package": "./logger"
574
- }
575
- }
576
- ]
577
- },
578
- {
579
- "kind": "javascript-module",
580
- "path": "src/utils/logger.ts",
581
- "declarations": [
582
- {
583
- "kind": "variable",
584
- "name": "logger"
585
- }
586
- ],
587
- "exports": [
588
- {
589
- "kind": "js",
590
- "name": "logger",
591
- "declaration": {
592
- "name": "logger",
593
- "module": "src/utils/logger.ts"
594
- }
595
- }
596
- ]
597
597
  }
598
598
  ]
599
599
  }
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.71.1-auth-mf.12",
4
+ "version": "14.71.1-auth-mf.14",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "main": "dist/esm/index.js",
7
7
  "types": "dist/foundation-header.d.ts",
@@ -51,16 +51,16 @@
51
51
  "test:debug": "genx test --debug"
52
52
  },
53
53
  "devDependencies": {
54
- "@genesislcap/foundation-testing": "14.71.1-auth-mf.12",
55
- "@genesislcap/genx": "14.71.1-auth-mf.12",
54
+ "@genesislcap/foundation-testing": "14.71.1-auth-mf.14",
55
+ "@genesislcap/genx": "14.71.1-auth-mf.14",
56
56
  "rimraf": "^3.0.2"
57
57
  },
58
58
  "dependencies": {
59
- "@genesislcap/foundation-auth": "14.71.1-auth-mf.12",
60
- "@genesislcap/foundation-comms": "14.71.1-auth-mf.12",
61
- "@genesislcap/foundation-events": "14.71.1-auth-mf.12",
62
- "@genesislcap/foundation-utils": "14.71.1-auth-mf.12",
63
- "@genesislcap/foundation-zero": "14.71.1-auth-mf.12",
59
+ "@genesislcap/foundation-auth": "14.71.1-auth-mf.14",
60
+ "@genesislcap/foundation-comms": "14.71.1-auth-mf.14",
61
+ "@genesislcap/foundation-events": "14.71.1-auth-mf.14",
62
+ "@genesislcap/foundation-utils": "14.71.1-auth-mf.14",
63
+ "@genesislcap/foundation-zero": "14.71.1-auth-mf.14",
64
64
  "@microsoft/fast-colors": "^5.1.4",
65
65
  "@microsoft/fast-components": "^2.21.3",
66
66
  "@microsoft/fast-element": "^1.7.0",
@@ -76,5 +76,5 @@
76
76
  "access": "public"
77
77
  },
78
78
  "customElements": "dist/custom-elements.json",
79
- "gitHead": "d5bb6248956698078345e164d7022336aebd7e28"
79
+ "gitHead": "8442e63c86ec94db2f39a78870165148254cc78e"
80
80
  }