@genesislcap/foundation-layout 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 +6 -8
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-layout",
3
3
  "description": "Genesis Foundation UI App Layout",
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/foundation-layout.d.ts",
@@ -12,7 +12,7 @@
12
12
  "api:document": "api-documenter markdown -i dist -o docs/api",
13
13
  "api": "npm run api:extract && npm run api:document",
14
14
  "api:extract": "api-extractor run",
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",
@@ -22,8 +22,6 @@
22
22
  "copy-files": "copyfiles -u 1 src/**/*.{css,scss,ttf} ./dist/esm",
23
23
  "dev": "npm run dev:webpack",
24
24
  "dev:webpack": "cross-env NODE_ENV=development webpack serve --open",
25
- "prepare": "npm run clean && npm run build:tsc && npm run copy-files && npm run api",
26
- "prepublishOnly": "npm run prepare",
27
25
  "serve": "serve dist -p $npm_package_config_PORT",
28
26
  "test": "npm run test:unit",
29
27
  "test:coverage": "c8 --include=src npm run test:unit",
@@ -39,7 +37,7 @@
39
37
  "test:unit:watch": "watchlist src test -- npm run test:unit"
40
38
  },
41
39
  "devDependencies": {
42
- "@genesislcap/foundation-testing": "^12.0.0",
40
+ "@genesislcap/foundation-testing": "12.0.1-alpha-d05147f.0",
43
41
  "@module-federation/dashboard-plugin": "2.3.0",
44
42
  "@pixability-ui/federated-types": "^0.2.0",
45
43
  "@playwright/test": "^1.18.1",
@@ -79,8 +77,8 @@
79
77
  },
80
78
  "dependencies": {
81
79
  "@genesis-community/golden-layout": "^2.9.3",
82
- "@genesislcap/foundation-comms": "^12.0.0",
83
- "@genesislcap/foundation-utils": "^12.0.0",
80
+ "@genesislcap/foundation-comms": "12.0.1-alpha-d05147f.0",
81
+ "@genesislcap/foundation-utils": "12.0.1-alpha-d05147f.0",
84
82
  "@microsoft/fast-components": "^2.21.3",
85
83
  "@microsoft/fast-element": "^1.7.0",
86
84
  "@microsoft/fast-foundation": "^2.33.2",
@@ -90,5 +88,5 @@
90
88
  "publishConfig": {
91
89
  "access": "public"
92
90
  },
93
- "gitHead": "461815fefa8088f0471ff7dc50551e24c8cfd1c0"
91
+ "gitHead": "2e0a38e819734841bbd916b0ddc112022961696c"
94
92
  }