@genesislcap/foundation-layout 14.12.4-alpha-1b5408c.0 → 14.12.5-alpha-5a82abd.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "metadata": {
3
3
  "toolPackage": "@microsoft/api-extractor",
4
- "toolVersion": "7.34.7",
4
+ "toolVersion": "7.34.4",
5
5
  "schemaVersion": 1011,
6
6
  "oldestForwardsCompatibleVersion": 1001,
7
7
  "tsdocConfig": {
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.34.7"
8
+ "packageVersion": "7.34.4"
9
9
  }
10
10
  ]
11
11
  }
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.12.4-alpha-1b5408c.0",
4
+ "version": "14.12.5-alpha-5a82abd.0",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "main": "dist/esm/index.js",
7
7
  "types": "dist/foundation-layout.d.ts",
@@ -37,7 +37,7 @@
37
37
  "test:unit:watch": "watchlist src test -- npm run test:unit"
38
38
  },
39
39
  "devDependencies": {
40
- "@genesislcap/foundation-testing": "14.12.4-alpha-1b5408c.0",
40
+ "@genesislcap/foundation-testing": "14.12.5-alpha-5a82abd.0",
41
41
  "@module-federation/dashboard-plugin": "2.3.0",
42
42
  "@pixability-ui/federated-types": "^0.2.0",
43
43
  "@playwright/test": "^1.18.1",
@@ -77,8 +77,8 @@
77
77
  },
78
78
  "dependencies": {
79
79
  "@genesis-community/golden-layout": "^2.9.3",
80
- "@genesislcap/foundation-comms": "14.12.4-alpha-1b5408c.0",
81
- "@genesislcap/foundation-utils": "14.12.4-alpha-1b5408c.0",
80
+ "@genesislcap/foundation-comms": "14.12.5-alpha-5a82abd.0",
81
+ "@genesislcap/foundation-utils": "14.12.5-alpha-5a82abd.0",
82
82
  "@microsoft/fast-components": "^2.21.3",
83
83
  "@microsoft/fast-element": "^1.7.0",
84
84
  "@microsoft/fast-foundation": "^2.33.2",
@@ -88,5 +88,5 @@
88
88
  "publishConfig": {
89
89
  "access": "public"
90
90
  },
91
- "gitHead": "47ef91cad761eb110c669bb09a476dab1e133939"
91
+ "gitHead": "7b3edce77bb5c93ec42c68e994d6d08b38661911"
92
92
  }