@genesislcap/foundation-header 14.401.1 → 14.401.2
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.
- package/dist/custom-elements.json +6 -6
- package/package.json +23 -23
|
@@ -3991,6 +3991,12 @@
|
|
|
3991
3991
|
}
|
|
3992
3992
|
]
|
|
3993
3993
|
},
|
|
3994
|
+
{
|
|
3995
|
+
"kind": "javascript-module",
|
|
3996
|
+
"path": "src/templates/rapid.template.ts",
|
|
3997
|
+
"declarations": [],
|
|
3998
|
+
"exports": []
|
|
3999
|
+
},
|
|
3994
4000
|
{
|
|
3995
4001
|
"kind": "javascript-module",
|
|
3996
4002
|
"path": "src/tags/index.ts",
|
|
@@ -4012,12 +4018,6 @@
|
|
|
4012
4018
|
"declarations": [],
|
|
4013
4019
|
"exports": []
|
|
4014
4020
|
},
|
|
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.
|
|
4
|
+
"version": "14.401.2",
|
|
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.
|
|
83
|
-
"@genesislcap/genx": "14.401.
|
|
84
|
-
"@genesislcap/rollup-builder": "14.401.
|
|
85
|
-
"@genesislcap/ts-builder": "14.401.
|
|
86
|
-
"@genesislcap/uvu-playwright-builder": "14.401.
|
|
87
|
-
"@genesislcap/vite-builder": "14.401.
|
|
88
|
-
"@genesislcap/webpack-builder": "14.401.
|
|
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"
|
|
89
89
|
},
|
|
90
90
|
"dependencies": {
|
|
91
|
-
"@genesislcap/foundation-ai": "14.401.
|
|
92
|
-
"@genesislcap/foundation-auth": "14.401.
|
|
93
|
-
"@genesislcap/foundation-comms": "14.401.
|
|
94
|
-
"@genesislcap/foundation-events": "14.401.
|
|
95
|
-
"@genesislcap/foundation-i18n": "14.401.
|
|
96
|
-
"@genesislcap/foundation-logger": "14.401.
|
|
97
|
-
"@genesislcap/foundation-login": "14.401.
|
|
98
|
-
"@genesislcap/foundation-shell": "14.401.
|
|
99
|
-
"@genesislcap/foundation-ui": "14.401.
|
|
100
|
-
"@genesislcap/foundation-user": "14.401.
|
|
101
|
-
"@genesislcap/foundation-utils": "14.401.
|
|
102
|
-
"@genesislcap/foundation-zero": "14.401.
|
|
103
|
-
"@genesislcap/rapid-design-system": "14.401.
|
|
104
|
-
"@genesislcap/web-core": "14.401.
|
|
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"
|
|
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": "
|
|
115
|
+
"gitHead": "962c621bc4517795517825d5d8c932aad5f350fd"
|
|
116
116
|
}
|