@genesislcap/foundation-layout 14.43.0 → 14.44.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 -7
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": "14.43.0",
4
+ "version": "14.44.0",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "main": "dist/esm/index.js",
7
7
  "types": "dist/foundation-layout.d.ts",
@@ -13,7 +13,7 @@
13
13
  "build:webpack": "genx build",
14
14
  "build:webpack:stats": "genx analyze",
15
15
  "clean": "genx clean",
16
- "dev": "genx dev",
16
+ "dev": "genx dev -b webpack",
17
17
  "serve": "genx serve",
18
18
  "test": "genx test",
19
19
  "test:coverage": "genx test --coverage",
@@ -24,13 +24,13 @@
24
24
  "test:debug": "genx test --debug"
25
25
  },
26
26
  "devDependencies": {
27
- "@genesislcap/foundation-testing": "^14.43.0",
28
- "@genesislcap/genx": "^14.43.0"
27
+ "@genesislcap/foundation-testing": "^14.44.0",
28
+ "@genesislcap/genx": "^14.44.0"
29
29
  },
30
30
  "dependencies": {
31
31
  "@genesis-community/golden-layout": "^2.9.3",
32
- "@genesislcap/foundation-comms": "^14.43.0",
33
- "@genesislcap/foundation-utils": "^14.43.0",
32
+ "@genesislcap/foundation-comms": "^14.44.0",
33
+ "@genesislcap/foundation-utils": "^14.44.0",
34
34
  "@microsoft/fast-components": "^2.21.3",
35
35
  "@microsoft/fast-element": "^1.7.0",
36
36
  "@microsoft/fast-foundation": "^2.33.2",
@@ -45,5 +45,5 @@
45
45
  "access": "public"
46
46
  },
47
47
  "customElements": "dist/custom-elements.json",
48
- "gitHead": "eee3f6ff14247d3dae4114bf71969a526c02a344"
48
+ "gitHead": "077e749b309b7cce6982ec9c85255036e5f254dc"
49
49
  }