@genesislcap/foundation-header 14.160.0 → 14.160.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.
@@ -31,27 +31,6 @@
31
31
  }
32
32
  ]
33
33
  },
34
- {
35
- "kind": "javascript-module",
36
- "path": "src/config/index.ts",
37
- "declarations": [],
38
- "exports": [
39
- {
40
- "kind": "js",
41
- "name": "*",
42
- "declaration": {
43
- "name": "*",
44
- "package": "./targetId"
45
- }
46
- }
47
- ]
48
- },
49
- {
50
- "kind": "javascript-module",
51
- "path": "src/config/targetId.ts",
52
- "declarations": [],
53
- "exports": []
54
- },
55
34
  {
56
35
  "kind": "javascript-module",
57
36
  "path": "src/components/components.ts",
@@ -100,6 +79,27 @@
100
79
  }
101
80
  ]
102
81
  },
82
+ {
83
+ "kind": "javascript-module",
84
+ "path": "src/config/index.ts",
85
+ "declarations": [],
86
+ "exports": [
87
+ {
88
+ "kind": "js",
89
+ "name": "*",
90
+ "declaration": {
91
+ "name": "*",
92
+ "package": "./targetId"
93
+ }
94
+ }
95
+ ]
96
+ },
97
+ {
98
+ "kind": "javascript-module",
99
+ "path": "src/config/targetId.ts",
100
+ "declarations": [],
101
+ "exports": []
102
+ },
103
103
  {
104
104
  "kind": "javascript-module",
105
105
  "path": "src/main/index.ts",
@@ -499,6 +499,41 @@
499
499
  }
500
500
  ]
501
501
  },
502
+ {
503
+ "kind": "javascript-module",
504
+ "path": "src/utils/index.ts",
505
+ "declarations": [],
506
+ "exports": [
507
+ {
508
+ "kind": "js",
509
+ "name": "*",
510
+ "declaration": {
511
+ "name": "*",
512
+ "package": "./logger"
513
+ }
514
+ }
515
+ ]
516
+ },
517
+ {
518
+ "kind": "javascript-module",
519
+ "path": "src/utils/logger.ts",
520
+ "declarations": [
521
+ {
522
+ "kind": "variable",
523
+ "name": "logger"
524
+ }
525
+ ],
526
+ "exports": [
527
+ {
528
+ "kind": "js",
529
+ "name": "logger",
530
+ "declaration": {
531
+ "name": "logger",
532
+ "module": "src/utils/logger.ts"
533
+ }
534
+ }
535
+ ]
536
+ },
502
537
  {
503
538
  "kind": "javascript-module",
504
539
  "path": "src/styles/colors.ts",
@@ -659,41 +694,6 @@
659
694
  }
660
695
  }
661
696
  ]
662
- },
663
- {
664
- "kind": "javascript-module",
665
- "path": "src/utils/index.ts",
666
- "declarations": [],
667
- "exports": [
668
- {
669
- "kind": "js",
670
- "name": "*",
671
- "declaration": {
672
- "name": "*",
673
- "package": "./logger"
674
- }
675
- }
676
- ]
677
- },
678
- {
679
- "kind": "javascript-module",
680
- "path": "src/utils/logger.ts",
681
- "declarations": [
682
- {
683
- "kind": "variable",
684
- "name": "logger"
685
- }
686
- ],
687
- "exports": [
688
- {
689
- "kind": "js",
690
- "name": "logger",
691
- "declaration": {
692
- "name": "logger",
693
- "module": "src/utils/logger.ts"
694
- }
695
- }
696
- ]
697
697
  }
698
698
  ]
699
699
  }
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.160.0",
4
+ "version": "14.160.1",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "main": "dist/esm/index.js",
7
7
  "types": "dist/foundation-header.d.ts",
@@ -68,24 +68,24 @@
68
68
  "test:debug": "genx test --debug"
69
69
  },
70
70
  "devDependencies": {
71
- "@genesislcap/foundation-testing": "14.160.0",
72
- "@genesislcap/genx": "14.160.0",
73
- "@genesislcap/rollup-builder": "14.160.0",
74
- "@genesislcap/ts-builder": "14.160.0",
75
- "@genesislcap/uvu-playwright-builder": "14.160.0",
76
- "@genesislcap/vite-builder": "14.160.0",
77
- "@genesislcap/webpack-builder": "14.160.0",
71
+ "@genesislcap/foundation-testing": "14.160.1",
72
+ "@genesislcap/genx": "14.160.1",
73
+ "@genesislcap/rollup-builder": "14.160.1",
74
+ "@genesislcap/ts-builder": "14.160.1",
75
+ "@genesislcap/uvu-playwright-builder": "14.160.1",
76
+ "@genesislcap/vite-builder": "14.160.1",
77
+ "@genesislcap/webpack-builder": "14.160.1",
78
78
  "rimraf": "^3.0.2"
79
79
  },
80
80
  "dependencies": {
81
- "@genesislcap/foundation-comms": "14.160.0",
82
- "@genesislcap/foundation-events": "14.160.0",
83
- "@genesislcap/foundation-i18n": "14.160.0",
84
- "@genesislcap/foundation-logger": "14.160.0",
85
- "@genesislcap/foundation-shell": "14.160.0",
86
- "@genesislcap/foundation-ui": "14.160.0",
87
- "@genesislcap/foundation-utils": "14.160.0",
88
- "@genesislcap/foundation-zero": "14.160.0",
81
+ "@genesislcap/foundation-comms": "14.160.1",
82
+ "@genesislcap/foundation-events": "14.160.1",
83
+ "@genesislcap/foundation-i18n": "14.160.1",
84
+ "@genesislcap/foundation-logger": "14.160.1",
85
+ "@genesislcap/foundation-shell": "14.160.1",
86
+ "@genesislcap/foundation-ui": "14.160.1",
87
+ "@genesislcap/foundation-utils": "14.160.1",
88
+ "@genesislcap/foundation-zero": "14.160.1",
89
89
  "@microsoft/fast-colors": "^5.3.1",
90
90
  "@microsoft/fast-components": "^2.30.6",
91
91
  "@microsoft/fast-element": "^1.12.0",
@@ -101,5 +101,5 @@
101
101
  "access": "public"
102
102
  },
103
103
  "customElements": "dist/custom-elements.json",
104
- "gitHead": "f8c85f5e0a1928e51aacd7403607bd2e7457f510"
104
+ "gitHead": "598e3599570a21709dfdc8e47adf5c77e5feff80"
105
105
  }