@genesislcap/foundation-header 12.0.0 → 12.0.1-alpha-d05147f.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 +7 -8
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-header",
3
3
  "description": "Genesis Foundation Header",
4
- "version": "12.0.0",
4
+ "version": "12.0.1-alpha-d05147f.0",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "main": "dist/esm/index.js",
7
7
  "types": "dist/dts/index.d.ts",
@@ -12,7 +12,7 @@
12
12
  "api": "npm run api:extract && npm run api:document",
13
13
  "api:extract": "api-extractor run",
14
14
  "api:document": "api-documenter markdown -i dist -o docs/api",
15
- "build": "npm run build:tsc && npm run build:webpack && npm run api",
15
+ "build": "npm run clean && npm run build:tsc && npm run copy-files && npm run api",
16
16
  "build:tsc": "tsc -b ./tsconfig.build.json",
17
17
  "build:webpack": "cross-env NODE_ENV=production webpack",
18
18
  "build:webpack:make-federated-types": "make-federated-types",
@@ -23,7 +23,6 @@
23
23
  "dev": "npm run dev:webpack",
24
24
  "dev:webpack": "cross-env NODE_ENV=development webpack serve --open",
25
25
  "dev:webpack:https": "npm run dev:webpack -- --https",
26
- "prepare": "npm run clean && npm run build:tsc && npm run copy-files && npm run api",
27
26
  "serve": "serve dist -p $npm_package_config_PORT",
28
27
  "test": "echo \"Error: no test specified\""
29
28
  },
@@ -67,10 +66,10 @@
67
66
  "webpack-merge": "^5.7.3"
68
67
  },
69
68
  "dependencies": {
70
- "@genesislcap/foundation-comms": "^12.0.0",
71
- "@genesislcap/foundation-events": "^12.0.0",
72
- "@genesislcap/foundation-utils": "^12.0.0",
73
- "@genesislcap/foundation-zero": "^12.0.0",
69
+ "@genesislcap/foundation-comms": "12.0.1-alpha-d05147f.0",
70
+ "@genesislcap/foundation-events": "12.0.1-alpha-d05147f.0",
71
+ "@genesislcap/foundation-utils": "12.0.1-alpha-d05147f.0",
72
+ "@genesislcap/foundation-zero": "12.0.1-alpha-d05147f.0",
74
73
  "@microsoft/fast-colors": "^5.1.4",
75
74
  "@microsoft/fast-components": "^2.21.3",
76
75
  "@microsoft/fast-element": "^1.7.0",
@@ -81,5 +80,5 @@
81
80
  "publishConfig": {
82
81
  "access": "public"
83
82
  },
84
- "gitHead": "461815fefa8088f0471ff7dc50551e24c8cfd1c0"
83
+ "gitHead": "2e0a38e819734841bbd916b0ddc112022961696c"
85
84
  }