@genesislcap/foundation-header 14.20.0 → 14.20.1-alpha-ea89a96.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.
Files changed (1) hide show
  1. package/package.json +10 -16
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.0",
4
+ "version": "14.20.1-alpha-ea89a96.0",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "main": "dist/esm/index.js",
7
7
  "types": "dist/foundation-header.d.ts",
@@ -19,17 +19,11 @@
19
19
  "./package.json": "./package.json"
20
20
  },
21
21
  "scripts": {
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",
22
+ "build": "genx build",
27
23
  "build:webpack": "cross-env NODE_ENV=production webpack",
28
24
  "build:webpack:make-federated-types": "make-federated-types",
29
25
  "build:webpack:stats": "cross-env ANALYZE=1 npm run build:webpack",
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",
26
+ "clean": "genx clean",
33
27
  "dev": "npm run dev:webpack -- --open",
34
28
  "dev:no-open": "npm run dev:webpack -- --no-open",
35
29
  "dev:webpack": "cross-env NODE_ENV=development webpack serve",
@@ -52,8 +46,8 @@
52
46
  },
53
47
  "devDependencies": {
54
48
  "@custom-elements-manifest/analyzer": "^0.8.2",
55
- "@genesislcap/foundation-testing": "^14.20.0",
56
- "@genesislcap/genx": "^14.20.0",
49
+ "@genesislcap/foundation-testing": "14.20.1-alpha-ea89a96.0",
50
+ "@genesislcap/genx": "14.20.1-alpha-ea89a96.0",
57
51
  "@microsoft/api-documenter": "^7.19.13",
58
52
  "@microsoft/api-extractor": "^7.31.1",
59
53
  "@playwright/test": "^1.18.1",
@@ -93,10 +87,10 @@
93
87
  "webpack-merge": "^5.7.3"
94
88
  },
95
89
  "dependencies": {
96
- "@genesislcap/foundation-comms": "^14.20.0",
97
- "@genesislcap/foundation-events": "^14.20.0",
98
- "@genesislcap/foundation-utils": "^14.20.0",
99
- "@genesislcap/foundation-zero": "^14.20.0",
90
+ "@genesislcap/foundation-comms": "14.20.1-alpha-ea89a96.0",
91
+ "@genesislcap/foundation-events": "14.20.1-alpha-ea89a96.0",
92
+ "@genesislcap/foundation-utils": "14.20.1-alpha-ea89a96.0",
93
+ "@genesislcap/foundation-zero": "14.20.1-alpha-ea89a96.0",
100
94
  "@microsoft/fast-colors": "^5.1.4",
101
95
  "@microsoft/fast-components": "^2.21.3",
102
96
  "@microsoft/fast-element": "^1.7.0",
@@ -108,5 +102,5 @@
108
102
  "access": "public"
109
103
  },
110
104
  "customElements": "dist/custom-elements.json",
111
- "gitHead": "2bbc3006120ed45f50a4542012562f1a5d620e57"
105
+ "gitHead": "912a2105583bd536acd8c30e35375bd1dafaa012"
112
106
  }