@genesislcap/foundation-layout 14.11.1 → 14.11.2-cem-manifest.1
Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,11 @@
|
|
1
|
+
// export default {
|
2
|
+
module.exports = {
|
3
|
+
/** Globs to analyze */
|
4
|
+
globs: ['src/**/*.ts'],
|
5
|
+
/** Directory to output CEM to */
|
6
|
+
outdir: './dist',
|
7
|
+
/** Run in dev mode, provides extra logging */
|
8
|
+
dev: false,
|
9
|
+
/** Enable special handling for FastElement */
|
10
|
+
fast: true,
|
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.11.1",
|
4
|
+
"version": "14.11.2-cem-manifest.1",
|
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,8 @@
|
|
37
37
|
"test:unit:watch": "watchlist src test -- npm run test:unit"
|
38
38
|
},
|
39
39
|
"devDependencies": {
|
40
|
-
"@
|
40
|
+
"@custom-elements-manifest/analyzer": "^0.6.8",
|
41
|
+
"@genesislcap/foundation-testing": "14.11.2-cem-manifest.1",
|
41
42
|
"@module-federation/dashboard-plugin": "2.3.0",
|
42
43
|
"@pixability-ui/federated-types": "^0.2.0",
|
43
44
|
"@playwright/test": "^1.18.1",
|
@@ -77,8 +78,8 @@
|
|
77
78
|
},
|
78
79
|
"dependencies": {
|
79
80
|
"@genesis-community/golden-layout": "^2.9.3",
|
80
|
-
"@genesislcap/foundation-comms": "
|
81
|
-
"@genesislcap/foundation-utils": "
|
81
|
+
"@genesislcap/foundation-comms": "14.11.2-cem-manifest.1",
|
82
|
+
"@genesislcap/foundation-utils": "14.11.2-cem-manifest.1",
|
82
83
|
"@microsoft/fast-components": "^2.21.3",
|
83
84
|
"@microsoft/fast-element": "^1.7.0",
|
84
85
|
"@microsoft/fast-foundation": "^2.33.2",
|
@@ -88,5 +89,5 @@
|
|
88
89
|
"publishConfig": {
|
89
90
|
"access": "public"
|
90
91
|
},
|
91
|
-
"gitHead": "
|
92
|
+
"gitHead": "ca9ba0f3663aadc11735cbc0ca2d188570ffe319"
|
92
93
|
}
|