@genesislcap/foundation-layout 14.11.3-alpha-732a1b5.0 → 14.11.3-alpha-58010ce.0
Sign up to get free protection for your applications and to get access to all the features.
- 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.11.3-alpha-
|
4
|
+
"version": "14.11.3-alpha-58010ce.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,12 +13,12 @@
|
|
13
13
|
"api": "npm run api:extract && npm run api:document",
|
14
14
|
"api:extract": "api-extractor run",
|
15
15
|
"build": "npm run clean && npm run build:tsc && npm run copy-files && npm run api",
|
16
|
-
"build:tsc": "tsc -b ./tsconfig.
|
16
|
+
"build:tsc": "tsc -b ./tsconfig.json",
|
17
17
|
"build:webpack": "cross-env NODE_ENV=production webpack",
|
18
18
|
"build:webpack:make-federated-types": "make-federated-types",
|
19
19
|
"build:webpack:stats": "cross-env ANALYZE=1 npm run build:webpack",
|
20
20
|
"clean": "npm run clean:dist",
|
21
|
-
"clean:dist": "node ../../../build/clean dist tsconfig.
|
21
|
+
"clean:dist": "node ../../../build/clean dist tsconfig.tsbuildinfo",
|
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",
|
@@ -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.11.3-alpha-
|
40
|
+
"@genesislcap/foundation-testing": "14.11.3-alpha-58010ce.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.11.3-alpha-
|
81
|
-
"@genesislcap/foundation-utils": "14.11.3-alpha-
|
80
|
+
"@genesislcap/foundation-comms": "14.11.3-alpha-58010ce.0",
|
81
|
+
"@genesislcap/foundation-utils": "14.11.3-alpha-58010ce.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": "
|
91
|
+
"gitHead": "104ca614a9ff1b888f5dbfae35972d1ed2393da8"
|
92
92
|
}
|