@genesislcap/foundation-header 14.20.1-alpha-ea89a96.0 → 14.20.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.
- package/package.json +16 -10
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.20.1
|
|
4
|
+
"version": "14.20.1",
|
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
|
6
6
|
"main": "dist/esm/index.js",
|
|
7
7
|
"types": "dist/foundation-header.d.ts",
|
|
@@ -19,11 +19,17 @@
|
|
|
19
19
|
"./package.json": "./package.json"
|
|
20
20
|
},
|
|
21
21
|
"scripts": {
|
|
22
|
-
"
|
|
22
|
+
"api": "npm run api:extract && npm run api:document && npm run cem:analyze",
|
|
23
|
+
"api:document": "api-documenter markdown -i dist -o docs/api",
|
|
24
|
+
"api:extract": "api-extractor run",
|
|
25
|
+
"build": "npm run clean && npm run build:tsc && npm run copy-files && npm run api",
|
|
26
|
+
"build:tsc": "tsc -b ./tsconfig.json",
|
|
23
27
|
"build:webpack": "cross-env NODE_ENV=production webpack",
|
|
24
28
|
"build:webpack:make-federated-types": "make-federated-types",
|
|
25
29
|
"build:webpack:stats": "cross-env ANALYZE=1 npm run build:webpack",
|
|
26
|
-
"
|
|
30
|
+
"cem:analyze": "cem analyze --config custom-elements-manifest.config.js",
|
|
31
|
+
"clean": "genx clean dist tsconfig.tsbuildinfo",
|
|
32
|
+
"copy-files": "copyfiles -u 1 src/**/*.{css,scss,ttf,png,svg} ./dist/esm",
|
|
27
33
|
"dev": "npm run dev:webpack -- --open",
|
|
28
34
|
"dev:no-open": "npm run dev:webpack -- --no-open",
|
|
29
35
|
"dev:webpack": "cross-env NODE_ENV=development webpack serve",
|
|
@@ -46,8 +52,8 @@
|
|
|
46
52
|
},
|
|
47
53
|
"devDependencies": {
|
|
48
54
|
"@custom-elements-manifest/analyzer": "^0.8.2",
|
|
49
|
-
"@genesislcap/foundation-testing": "14.20.1
|
|
50
|
-
"@genesislcap/genx": "14.20.1
|
|
55
|
+
"@genesislcap/foundation-testing": "^14.20.1",
|
|
56
|
+
"@genesislcap/genx": "^14.20.1",
|
|
51
57
|
"@microsoft/api-documenter": "^7.19.13",
|
|
52
58
|
"@microsoft/api-extractor": "^7.31.1",
|
|
53
59
|
"@playwright/test": "^1.18.1",
|
|
@@ -87,10 +93,10 @@
|
|
|
87
93
|
"webpack-merge": "^5.7.3"
|
|
88
94
|
},
|
|
89
95
|
"dependencies": {
|
|
90
|
-
"@genesislcap/foundation-comms": "14.20.1
|
|
91
|
-
"@genesislcap/foundation-events": "14.20.1
|
|
92
|
-
"@genesislcap/foundation-utils": "14.20.1
|
|
93
|
-
"@genesislcap/foundation-zero": "14.20.1
|
|
96
|
+
"@genesislcap/foundation-comms": "^14.20.1",
|
|
97
|
+
"@genesislcap/foundation-events": "^14.20.1",
|
|
98
|
+
"@genesislcap/foundation-utils": "^14.20.1",
|
|
99
|
+
"@genesislcap/foundation-zero": "^14.20.1",
|
|
94
100
|
"@microsoft/fast-colors": "^5.1.4",
|
|
95
101
|
"@microsoft/fast-components": "^2.21.3",
|
|
96
102
|
"@microsoft/fast-element": "^1.7.0",
|
|
@@ -102,5 +108,5 @@
|
|
|
102
108
|
"access": "public"
|
|
103
109
|
},
|
|
104
110
|
"customElements": "dist/custom-elements.json",
|
|
105
|
-
"gitHead": "
|
|
111
|
+
"gitHead": "42802f45b0f6761369bb13c84cd8f8e30ce4fba1"
|
|
106
112
|
}
|