@genesislcap/foundation-header 14.24.4-bny.22 → 14.24.4

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.
@@ -385,41 +385,6 @@
385
385
  }
386
386
  ]
387
387
  },
388
- {
389
- "kind": "javascript-module",
390
- "path": "src/utils/index.ts",
391
- "declarations": [],
392
- "exports": [
393
- {
394
- "kind": "js",
395
- "name": "*",
396
- "declaration": {
397
- "name": "*",
398
- "package": "./logger"
399
- }
400
- }
401
- ]
402
- },
403
- {
404
- "kind": "javascript-module",
405
- "path": "src/utils/logger.ts",
406
- "declarations": [
407
- {
408
- "kind": "variable",
409
- "name": "logger"
410
- }
411
- ],
412
- "exports": [
413
- {
414
- "kind": "js",
415
- "name": "logger",
416
- "declaration": {
417
- "name": "logger",
418
- "module": "src/utils/logger.ts"
419
- }
420
- }
421
- ]
422
- },
423
388
  {
424
389
  "kind": "javascript-module",
425
390
  "path": "src/styles/colors.ts",
@@ -580,6 +545,41 @@
580
545
  }
581
546
  }
582
547
  ]
548
+ },
549
+ {
550
+ "kind": "javascript-module",
551
+ "path": "src/utils/index.ts",
552
+ "declarations": [],
553
+ "exports": [
554
+ {
555
+ "kind": "js",
556
+ "name": "*",
557
+ "declaration": {
558
+ "name": "*",
559
+ "package": "./logger"
560
+ }
561
+ }
562
+ ]
563
+ },
564
+ {
565
+ "kind": "javascript-module",
566
+ "path": "src/utils/logger.ts",
567
+ "declarations": [
568
+ {
569
+ "kind": "variable",
570
+ "name": "logger"
571
+ }
572
+ ],
573
+ "exports": [
574
+ {
575
+ "kind": "js",
576
+ "name": "logger",
577
+ "declaration": {
578
+ "name": "logger",
579
+ "module": "src/utils/logger.ts"
580
+ }
581
+ }
582
+ ]
583
583
  }
584
584
  ]
585
585
  }
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.24.4-bny.22",
4
+ "version": "14.24.4",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "main": "dist/esm/index.js",
7
7
  "types": "dist/foundation-header.d.ts",
@@ -45,8 +45,8 @@
45
45
  "test:unit:watch": "watchlist src test -- npm run test:unit"
46
46
  },
47
47
  "devDependencies": {
48
- "@genesislcap/foundation-testing": "14.24.4-bny.22",
49
- "@genesislcap/genx": "14.24.4-bny.22",
48
+ "@genesislcap/foundation-testing": "^14.24.4",
49
+ "@genesislcap/genx": "^14.24.4",
50
50
  "@playwright/test": "^1.18.1",
51
51
  "c8": "^7.11.0",
52
52
  "camel-case": "^4.1.2",
@@ -84,10 +84,10 @@
84
84
  "webpack-merge": "^5.7.3"
85
85
  },
86
86
  "dependencies": {
87
- "@genesislcap/foundation-comms": "14.24.4-bny.22",
88
- "@genesislcap/foundation-events": "14.24.4-bny.22",
89
- "@genesislcap/foundation-utils": "14.24.4-bny.22",
90
- "@genesislcap/foundation-zero": "14.24.4-bny.22",
87
+ "@genesislcap/foundation-comms": "^14.24.4",
88
+ "@genesislcap/foundation-events": "^14.24.4",
89
+ "@genesislcap/foundation-utils": "^14.24.4",
90
+ "@genesislcap/foundation-zero": "^14.24.4",
91
91
  "@microsoft/fast-colors": "^5.1.4",
92
92
  "@microsoft/fast-components": "^2.21.3",
93
93
  "@microsoft/fast-element": "^1.7.0",
@@ -103,5 +103,5 @@
103
103
  "access": "public"
104
104
  },
105
105
  "customElements": "dist/custom-elements.json",
106
- "gitHead": "f989b7e903567e6bf9489c2db2e58981f7add592"
106
+ "gitHead": "f10d551ef1457c744c75d1a21f711b1930242f05"
107
107
  }