@genesislcap/foundation-header 14.401.2 → 14.401.3

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.
@@ -3991,12 +3991,6 @@
3991
3991
  }
3992
3992
  ]
3993
3993
  },
3994
- {
3995
- "kind": "javascript-module",
3996
- "path": "src/templates/rapid.template.ts",
3997
- "declarations": [],
3998
- "exports": []
3999
- },
4000
3994
  {
4001
3995
  "kind": "javascript-module",
4002
3996
  "path": "src/tags/index.ts",
@@ -4018,6 +4012,12 @@
4018
4012
  "declarations": [],
4019
4013
  "exports": []
4020
4014
  },
4015
+ {
4016
+ "kind": "javascript-module",
4017
+ "path": "src/templates/rapid.template.ts",
4018
+ "declarations": [],
4019
+ "exports": []
4020
+ },
4021
4021
  {
4022
4022
  "kind": "javascript-module",
4023
4023
  "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.401.2",
4
+ "version": "14.401.3",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "main": "dist/esm/index.js",
7
7
  "types": "dist/foundation-header.d.ts",
@@ -79,29 +79,29 @@
79
79
  }
80
80
  },
81
81
  "devDependencies": {
82
- "@genesislcap/foundation-testing": "14.401.2",
83
- "@genesislcap/genx": "14.401.2",
84
- "@genesislcap/rollup-builder": "14.401.2",
85
- "@genesislcap/ts-builder": "14.401.2",
86
- "@genesislcap/uvu-playwright-builder": "14.401.2",
87
- "@genesislcap/vite-builder": "14.401.2",
88
- "@genesislcap/webpack-builder": "14.401.2"
82
+ "@genesislcap/foundation-testing": "14.401.3",
83
+ "@genesislcap/genx": "14.401.3",
84
+ "@genesislcap/rollup-builder": "14.401.3",
85
+ "@genesislcap/ts-builder": "14.401.3",
86
+ "@genesislcap/uvu-playwright-builder": "14.401.3",
87
+ "@genesislcap/vite-builder": "14.401.3",
88
+ "@genesislcap/webpack-builder": "14.401.3"
89
89
  },
90
90
  "dependencies": {
91
- "@genesislcap/foundation-ai": "14.401.2",
92
- "@genesislcap/foundation-auth": "14.401.2",
93
- "@genesislcap/foundation-comms": "14.401.2",
94
- "@genesislcap/foundation-events": "14.401.2",
95
- "@genesislcap/foundation-i18n": "14.401.2",
96
- "@genesislcap/foundation-logger": "14.401.2",
97
- "@genesislcap/foundation-login": "14.401.2",
98
- "@genesislcap/foundation-shell": "14.401.2",
99
- "@genesislcap/foundation-ui": "14.401.2",
100
- "@genesislcap/foundation-user": "14.401.2",
101
- "@genesislcap/foundation-utils": "14.401.2",
102
- "@genesislcap/foundation-zero": "14.401.2",
103
- "@genesislcap/rapid-design-system": "14.401.2",
104
- "@genesislcap/web-core": "14.401.2"
91
+ "@genesislcap/foundation-ai": "14.401.3",
92
+ "@genesislcap/foundation-auth": "14.401.3",
93
+ "@genesislcap/foundation-comms": "14.401.3",
94
+ "@genesislcap/foundation-events": "14.401.3",
95
+ "@genesislcap/foundation-i18n": "14.401.3",
96
+ "@genesislcap/foundation-logger": "14.401.3",
97
+ "@genesislcap/foundation-login": "14.401.3",
98
+ "@genesislcap/foundation-shell": "14.401.3",
99
+ "@genesislcap/foundation-ui": "14.401.3",
100
+ "@genesislcap/foundation-user": "14.401.3",
101
+ "@genesislcap/foundation-utils": "14.401.3",
102
+ "@genesislcap/foundation-zero": "14.401.3",
103
+ "@genesislcap/rapid-design-system": "14.401.3",
104
+ "@genesislcap/web-core": "14.401.3"
105
105
  },
106
106
  "repository": {
107
107
  "type": "git",
@@ -112,5 +112,5 @@
112
112
  "access": "public"
113
113
  },
114
114
  "customElements": "dist/custom-elements.json",
115
- "gitHead": "962c621bc4517795517825d5d8c932aad5f350fd"
115
+ "gitHead": "df71592dce2bc8d1e299fecc412bd193ba75c54f"
116
116
  }