@genesislcap/foundation-header 14.193.0 → 14.193.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/components/zero-components.ts",
37
- "declarations": [
38
- {
39
- "kind": "function",
40
- "name": "registerCommonZeroComponents",
41
- "privacy": "public"
42
- }
43
- ],
44
- "exports": [
45
- {
46
- "kind": "js",
47
- "name": "registerCommonZeroComponents",
48
- "declaration": {
49
- "name": "registerCommonZeroComponents",
50
- "module": "src/components/zero-components.ts"
51
- }
52
- }
53
- ]
54
- },
55
34
  {
56
35
  "kind": "javascript-module",
57
36
  "path": "src/config/config.ts",
@@ -172,6 +151,27 @@
172
151
  }
173
152
  ]
174
153
  },
154
+ {
155
+ "kind": "javascript-module",
156
+ "path": "src/components/zero-components.ts",
157
+ "declarations": [
158
+ {
159
+ "kind": "function",
160
+ "name": "registerCommonZeroComponents",
161
+ "privacy": "public"
162
+ }
163
+ ],
164
+ "exports": [
165
+ {
166
+ "kind": "js",
167
+ "name": "registerCommonZeroComponents",
168
+ "declaration": {
169
+ "name": "registerCommonZeroComponents",
170
+ "module": "src/components/zero-components.ts"
171
+ }
172
+ }
173
+ ]
174
+ },
175
175
  {
176
176
  "kind": "javascript-module",
177
177
  "path": "src/main/index.ts",
@@ -1609,6 +1609,27 @@
1609
1609
  }
1610
1610
  ]
1611
1611
  },
1612
+ {
1613
+ "kind": "javascript-module",
1614
+ "path": "src/tags/index.ts",
1615
+ "declarations": [],
1616
+ "exports": [
1617
+ {
1618
+ "kind": "js",
1619
+ "name": "*",
1620
+ "declaration": {
1621
+ "name": "*",
1622
+ "package": "./tags"
1623
+ }
1624
+ }
1625
+ ]
1626
+ },
1627
+ {
1628
+ "kind": "javascript-module",
1629
+ "path": "src/tags/tags.ts",
1630
+ "declarations": [],
1631
+ "exports": []
1632
+ },
1612
1633
  {
1613
1634
  "kind": "javascript-module",
1614
1635
  "path": "src/utils/index.ts",
@@ -1643,27 +1664,6 @@
1643
1664
  }
1644
1665
  }
1645
1666
  ]
1646
- },
1647
- {
1648
- "kind": "javascript-module",
1649
- "path": "src/tags/index.ts",
1650
- "declarations": [],
1651
- "exports": [
1652
- {
1653
- "kind": "js",
1654
- "name": "*",
1655
- "declaration": {
1656
- "name": "*",
1657
- "package": "./tags"
1658
- }
1659
- }
1660
- ]
1661
- },
1662
- {
1663
- "kind": "javascript-module",
1664
- "path": "src/tags/tags.ts",
1665
- "declarations": [],
1666
- "exports": []
1667
1667
  }
1668
1668
  ]
1669
1669
  }
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.193.0",
4
+ "version": "14.193.1",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "main": "dist/esm/index.js",
7
7
  "types": "dist/foundation-header.d.ts",
@@ -76,24 +76,24 @@
76
76
  }
77
77
  },
78
78
  "devDependencies": {
79
- "@genesislcap/foundation-testing": "14.193.0",
80
- "@genesislcap/genx": "14.193.0",
81
- "@genesislcap/rollup-builder": "14.193.0",
82
- "@genesislcap/ts-builder": "14.193.0",
83
- "@genesislcap/uvu-playwright-builder": "14.193.0",
84
- "@genesislcap/vite-builder": "14.193.0",
85
- "@genesislcap/webpack-builder": "14.193.0",
79
+ "@genesislcap/foundation-testing": "14.193.1",
80
+ "@genesislcap/genx": "14.193.1",
81
+ "@genesislcap/rollup-builder": "14.193.1",
82
+ "@genesislcap/ts-builder": "14.193.1",
83
+ "@genesislcap/uvu-playwright-builder": "14.193.1",
84
+ "@genesislcap/vite-builder": "14.193.1",
85
+ "@genesislcap/webpack-builder": "14.193.1",
86
86
  "rimraf": "^5.0.0"
87
87
  },
88
88
  "dependencies": {
89
- "@genesislcap/foundation-comms": "14.193.0",
90
- "@genesislcap/foundation-events": "14.193.0",
91
- "@genesislcap/foundation-i18n": "14.193.0",
92
- "@genesislcap/foundation-logger": "14.193.0",
93
- "@genesislcap/foundation-shell": "14.193.0",
94
- "@genesislcap/foundation-ui": "14.193.0",
95
- "@genesislcap/foundation-utils": "14.193.0",
96
- "@genesislcap/foundation-zero": "14.193.0",
89
+ "@genesislcap/foundation-comms": "14.193.1",
90
+ "@genesislcap/foundation-events": "14.193.1",
91
+ "@genesislcap/foundation-i18n": "14.193.1",
92
+ "@genesislcap/foundation-logger": "14.193.1",
93
+ "@genesislcap/foundation-shell": "14.193.1",
94
+ "@genesislcap/foundation-ui": "14.193.1",
95
+ "@genesislcap/foundation-utils": "14.193.1",
96
+ "@genesislcap/foundation-zero": "14.193.1",
97
97
  "@microsoft/fast-colors": "^5.3.1",
98
98
  "@microsoft/fast-element": "^1.12.0",
99
99
  "@microsoft/fast-foundation": "^2.49.4",
@@ -109,5 +109,5 @@
109
109
  "access": "public"
110
110
  },
111
111
  "customElements": "dist/custom-elements.json",
112
- "gitHead": "8ffb9b512f059cfabe6bb8a0e4b58f12b12f7a89"
112
+ "gitHead": "83048f45bf5634a5c7e93d461eceb393610aee37"
113
113
  }