@genesislcap/foundation-header 14.391.0 → 14.393.0

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.
@@ -3799,12 +3799,6 @@
3799
3799
  }
3800
3800
  ]
3801
3801
  },
3802
- {
3803
- "kind": "javascript-module",
3804
- "path": "src/templates/rapid.template.ts",
3805
- "declarations": [],
3806
- "exports": []
3807
- },
3808
3802
  {
3809
3803
  "kind": "javascript-module",
3810
3804
  "path": "src/tags/index.ts",
@@ -3826,6 +3820,12 @@
3826
3820
  "declarations": [],
3827
3821
  "exports": []
3828
3822
  },
3823
+ {
3824
+ "kind": "javascript-module",
3825
+ "path": "src/templates/rapid.template.ts",
3826
+ "declarations": [],
3827
+ "exports": []
3828
+ },
3829
3829
  {
3830
3830
  "kind": "javascript-module",
3831
3831
  "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.391.0",
4
+ "version": "14.393.0",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "main": "dist/esm/index.js",
7
7
  "types": "dist/foundation-header.d.ts",
@@ -79,28 +79,28 @@
79
79
  }
80
80
  },
81
81
  "devDependencies": {
82
- "@genesislcap/foundation-testing": "14.391.0",
83
- "@genesislcap/genx": "14.391.0",
84
- "@genesislcap/rollup-builder": "14.391.0",
85
- "@genesislcap/ts-builder": "14.391.0",
86
- "@genesislcap/uvu-playwright-builder": "14.391.0",
87
- "@genesislcap/vite-builder": "14.391.0",
88
- "@genesislcap/webpack-builder": "14.391.0"
82
+ "@genesislcap/foundation-testing": "14.393.0",
83
+ "@genesislcap/genx": "14.393.0",
84
+ "@genesislcap/rollup-builder": "14.393.0",
85
+ "@genesislcap/ts-builder": "14.393.0",
86
+ "@genesislcap/uvu-playwright-builder": "14.393.0",
87
+ "@genesislcap/vite-builder": "14.393.0",
88
+ "@genesislcap/webpack-builder": "14.393.0"
89
89
  },
90
90
  "dependencies": {
91
- "@genesislcap/foundation-auth": "14.391.0",
92
- "@genesislcap/foundation-comms": "14.391.0",
93
- "@genesislcap/foundation-events": "14.391.0",
94
- "@genesislcap/foundation-i18n": "14.391.0",
95
- "@genesislcap/foundation-logger": "14.391.0",
96
- "@genesislcap/foundation-login": "14.391.0",
97
- "@genesislcap/foundation-shell": "14.391.0",
98
- "@genesislcap/foundation-ui": "14.391.0",
99
- "@genesislcap/foundation-user": "14.391.0",
100
- "@genesislcap/foundation-utils": "14.391.0",
101
- "@genesislcap/foundation-zero": "14.391.0",
102
- "@genesislcap/rapid-design-system": "14.391.0",
103
- "@genesislcap/web-core": "14.391.0"
91
+ "@genesislcap/foundation-auth": "14.393.0",
92
+ "@genesislcap/foundation-comms": "14.393.0",
93
+ "@genesislcap/foundation-events": "14.393.0",
94
+ "@genesislcap/foundation-i18n": "14.393.0",
95
+ "@genesislcap/foundation-logger": "14.393.0",
96
+ "@genesislcap/foundation-login": "14.393.0",
97
+ "@genesislcap/foundation-shell": "14.393.0",
98
+ "@genesislcap/foundation-ui": "14.393.0",
99
+ "@genesislcap/foundation-user": "14.393.0",
100
+ "@genesislcap/foundation-utils": "14.393.0",
101
+ "@genesislcap/foundation-zero": "14.393.0",
102
+ "@genesislcap/rapid-design-system": "14.393.0",
103
+ "@genesislcap/web-core": "14.393.0"
104
104
  },
105
105
  "repository": {
106
106
  "type": "git",
@@ -111,5 +111,5 @@
111
111
  "access": "public"
112
112
  },
113
113
  "customElements": "dist/custom-elements.json",
114
- "gitHead": "71b627aa35d617e98f6cf40cf8bfdec3f3d1e0b6"
114
+ "gitHead": "25378dcb43ef1a8a78dbcbcd39720c3cd3c61f78"
115
115
  }