@genesislcap/foundation-header 14.384.0 → 14.384.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.
@@ -3663,6 +3663,12 @@
3663
3663
  }
3664
3664
  ]
3665
3665
  },
3666
+ {
3667
+ "kind": "javascript-module",
3668
+ "path": "src/templates/rapid.template.ts",
3669
+ "declarations": [],
3670
+ "exports": []
3671
+ },
3666
3672
  {
3667
3673
  "kind": "javascript-module",
3668
3674
  "path": "src/tags/index.ts",
@@ -3684,12 +3690,6 @@
3684
3690
  "declarations": [],
3685
3691
  "exports": []
3686
3692
  },
3687
- {
3688
- "kind": "javascript-module",
3689
- "path": "src/templates/rapid.template.ts",
3690
- "declarations": [],
3691
- "exports": []
3692
- },
3693
3693
  {
3694
3694
  "kind": "javascript-module",
3695
3695
  "path": "src/utils/index.ts",
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.384.0",
4
+ "version": "14.384.1",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "main": "dist/esm/index.js",
7
7
  "types": "dist/foundation-header.d.ts",
@@ -77,28 +77,28 @@
77
77
  }
78
78
  },
79
79
  "devDependencies": {
80
- "@genesislcap/foundation-testing": "14.384.0",
81
- "@genesislcap/genx": "14.384.0",
82
- "@genesislcap/rollup-builder": "14.384.0",
83
- "@genesislcap/ts-builder": "14.384.0",
84
- "@genesislcap/uvu-playwright-builder": "14.384.0",
85
- "@genesislcap/vite-builder": "14.384.0",
86
- "@genesislcap/webpack-builder": "14.384.0"
80
+ "@genesislcap/foundation-testing": "14.384.1",
81
+ "@genesislcap/genx": "14.384.1",
82
+ "@genesislcap/rollup-builder": "14.384.1",
83
+ "@genesislcap/ts-builder": "14.384.1",
84
+ "@genesislcap/uvu-playwright-builder": "14.384.1",
85
+ "@genesislcap/vite-builder": "14.384.1",
86
+ "@genesislcap/webpack-builder": "14.384.1"
87
87
  },
88
88
  "dependencies": {
89
- "@genesislcap/foundation-auth": "14.384.0",
90
- "@genesislcap/foundation-comms": "14.384.0",
91
- "@genesislcap/foundation-events": "14.384.0",
92
- "@genesislcap/foundation-i18n": "14.384.0",
93
- "@genesislcap/foundation-logger": "14.384.0",
94
- "@genesislcap/foundation-login": "14.384.0",
95
- "@genesislcap/foundation-shell": "14.384.0",
96
- "@genesislcap/foundation-ui": "14.384.0",
97
- "@genesislcap/foundation-user": "14.384.0",
98
- "@genesislcap/foundation-utils": "14.384.0",
99
- "@genesislcap/foundation-zero": "14.384.0",
100
- "@genesislcap/rapid-design-system": "14.384.0",
101
- "@genesislcap/web-core": "14.384.0"
89
+ "@genesislcap/foundation-auth": "14.384.1",
90
+ "@genesislcap/foundation-comms": "14.384.1",
91
+ "@genesislcap/foundation-events": "14.384.1",
92
+ "@genesislcap/foundation-i18n": "14.384.1",
93
+ "@genesislcap/foundation-logger": "14.384.1",
94
+ "@genesislcap/foundation-login": "14.384.1",
95
+ "@genesislcap/foundation-shell": "14.384.1",
96
+ "@genesislcap/foundation-ui": "14.384.1",
97
+ "@genesislcap/foundation-user": "14.384.1",
98
+ "@genesislcap/foundation-utils": "14.384.1",
99
+ "@genesislcap/foundation-zero": "14.384.1",
100
+ "@genesislcap/rapid-design-system": "14.384.1",
101
+ "@genesislcap/web-core": "14.384.1"
102
102
  },
103
103
  "repository": {
104
104
  "type": "git",
@@ -109,5 +109,5 @@
109
109
  "access": "public"
110
110
  },
111
111
  "customElements": "dist/custom-elements.json",
112
- "gitHead": "694c91c06a80aecb828db5fa2627379c5b29a033"
112
+ "gitHead": "1e35d79ad275aa8c209ae43bfa8d0c0d018ce83a"
113
113
  }