@genesislcap/foundation-header 15.3.0 → 15.3.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 +22 -22
|
@@ -4434,12 +4434,6 @@
|
|
|
4434
4434
|
"declarations": [],
|
|
4435
4435
|
"exports": []
|
|
4436
4436
|
},
|
|
4437
|
-
{
|
|
4438
|
-
"kind": "javascript-module",
|
|
4439
|
-
"path": "src/templates/rapid.template.ts",
|
|
4440
|
-
"declarations": [],
|
|
4441
|
-
"exports": []
|
|
4442
|
-
},
|
|
4443
4437
|
{
|
|
4444
4438
|
"kind": "javascript-module",
|
|
4445
4439
|
"path": "src/utils/index.ts",
|
|
@@ -4474,6 +4468,12 @@
|
|
|
4474
4468
|
}
|
|
4475
4469
|
}
|
|
4476
4470
|
]
|
|
4471
|
+
},
|
|
4472
|
+
{
|
|
4473
|
+
"kind": "javascript-module",
|
|
4474
|
+
"path": "src/templates/rapid.template.ts",
|
|
4475
|
+
"declarations": [],
|
|
4476
|
+
"exports": []
|
|
4477
4477
|
}
|
|
4478
4478
|
]
|
|
4479
4479
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-header",
|
|
3
3
|
"description": "Genesis Foundation Header",
|
|
4
|
-
"version": "15.3.
|
|
4
|
+
"version": "15.3.2",
|
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
|
6
6
|
"main": "dist/esm/index.js",
|
|
7
7
|
"types": "dist/foundation-header.d.ts",
|
|
@@ -84,28 +84,28 @@
|
|
|
84
84
|
}
|
|
85
85
|
},
|
|
86
86
|
"devDependencies": {
|
|
87
|
-
"@genesislcap/foundation-testing": "15.3.
|
|
88
|
-
"@genesislcap/genx": "15.3.
|
|
89
|
-
"@genesislcap/rollup-builder": "15.3.
|
|
90
|
-
"@genesislcap/ts-builder": "15.3.
|
|
91
|
-
"@genesislcap/uvu-playwright-builder": "15.3.
|
|
92
|
-
"@genesislcap/vite-builder": "15.3.
|
|
93
|
-
"@genesislcap/webpack-builder": "15.3.
|
|
87
|
+
"@genesislcap/foundation-testing": "15.3.2",
|
|
88
|
+
"@genesislcap/genx": "15.3.2",
|
|
89
|
+
"@genesislcap/rollup-builder": "15.3.2",
|
|
90
|
+
"@genesislcap/ts-builder": "15.3.2",
|
|
91
|
+
"@genesislcap/uvu-playwright-builder": "15.3.2",
|
|
92
|
+
"@genesislcap/vite-builder": "15.3.2",
|
|
93
|
+
"@genesislcap/webpack-builder": "15.3.2"
|
|
94
94
|
},
|
|
95
95
|
"dependencies": {
|
|
96
|
-
"@genesislcap/foundation-ai": "15.3.
|
|
97
|
-
"@genesislcap/foundation-auth": "15.3.
|
|
98
|
-
"@genesislcap/foundation-comms": "15.3.
|
|
99
|
-
"@genesislcap/foundation-events": "15.3.
|
|
100
|
-
"@genesislcap/foundation-i18n": "15.3.
|
|
101
|
-
"@genesislcap/foundation-logger": "15.3.
|
|
102
|
-
"@genesislcap/foundation-shell": "15.3.
|
|
103
|
-
"@genesislcap/foundation-ui": "15.3.
|
|
104
|
-
"@genesislcap/foundation-user": "15.3.
|
|
105
|
-
"@genesislcap/foundation-utils": "15.3.
|
|
106
|
-
"@genesislcap/foundation-zero": "15.3.
|
|
107
|
-
"@genesislcap/rapid-design-system": "15.3.
|
|
108
|
-
"@genesislcap/web-core": "15.3.
|
|
96
|
+
"@genesislcap/foundation-ai": "15.3.2",
|
|
97
|
+
"@genesislcap/foundation-auth": "15.3.2",
|
|
98
|
+
"@genesislcap/foundation-comms": "15.3.2",
|
|
99
|
+
"@genesislcap/foundation-events": "15.3.2",
|
|
100
|
+
"@genesislcap/foundation-i18n": "15.3.2",
|
|
101
|
+
"@genesislcap/foundation-logger": "15.3.2",
|
|
102
|
+
"@genesislcap/foundation-shell": "15.3.2",
|
|
103
|
+
"@genesislcap/foundation-ui": "15.3.2",
|
|
104
|
+
"@genesislcap/foundation-user": "15.3.2",
|
|
105
|
+
"@genesislcap/foundation-utils": "15.3.2",
|
|
106
|
+
"@genesislcap/foundation-zero": "15.3.2",
|
|
107
|
+
"@genesislcap/rapid-design-system": "15.3.2",
|
|
108
|
+
"@genesislcap/web-core": "15.3.2"
|
|
109
109
|
},
|
|
110
110
|
"repository": {
|
|
111
111
|
"type": "git",
|
|
@@ -116,5 +116,5 @@
|
|
|
116
116
|
"access": "public"
|
|
117
117
|
},
|
|
118
118
|
"customElements": "dist/custom-elements.json",
|
|
119
|
-
"gitHead": "
|
|
119
|
+
"gitHead": "9b3b32a9d7642518469a81d1ed9cc79b3a6c0ece"
|
|
120
120
|
}
|