@genesislcap/foundation-layout 14.31.0 → 14.32.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +10 -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.
|
4
|
+
"version": "14.32.1",
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
6
6
|
"main": "dist/esm/index.js",
|
7
7
|
"types": "dist/foundation-layout.d.ts",
|
@@ -9,12 +9,11 @@
|
|
9
9
|
"PORT": 3020
|
10
10
|
},
|
11
11
|
"scripts": {
|
12
|
-
"build": "genx build",
|
13
|
-
"build:webpack": "genx build
|
14
|
-
"build:webpack:stats": "genx analyze
|
12
|
+
"build": "genx build -b ts",
|
13
|
+
"build:webpack": "genx build",
|
14
|
+
"build:webpack:stats": "genx analyze",
|
15
15
|
"clean": "genx clean",
|
16
|
-
"dev": "
|
17
|
-
"dev:webpack": "genx dev -b webpack",
|
16
|
+
"dev": "genx dev",
|
18
17
|
"serve": "genx serve",
|
19
18
|
"test": "genx test",
|
20
19
|
"test:coverage": "genx test --coverage",
|
@@ -25,13 +24,13 @@
|
|
25
24
|
"test:debug": "genx test --debug"
|
26
25
|
},
|
27
26
|
"devDependencies": {
|
28
|
-
"@genesislcap/foundation-testing": "^14.
|
29
|
-
"@genesislcap/genx": "^14.
|
27
|
+
"@genesislcap/foundation-testing": "^14.32.1",
|
28
|
+
"@genesislcap/genx": "^14.32.1"
|
30
29
|
},
|
31
30
|
"dependencies": {
|
32
31
|
"@genesis-community/golden-layout": "^2.9.3",
|
33
|
-
"@genesislcap/foundation-comms": "^14.
|
34
|
-
"@genesislcap/foundation-utils": "^14.
|
32
|
+
"@genesislcap/foundation-comms": "^14.32.1",
|
33
|
+
"@genesislcap/foundation-utils": "^14.32.1",
|
35
34
|
"@microsoft/fast-components": "^2.21.3",
|
36
35
|
"@microsoft/fast-element": "^1.7.0",
|
37
36
|
"@microsoft/fast-foundation": "^2.33.2",
|
@@ -46,5 +45,5 @@
|
|
46
45
|
"access": "public"
|
47
46
|
},
|
48
47
|
"customElements": "dist/custom-elements.json",
|
49
|
-
"gitHead": "
|
48
|
+
"gitHead": "dfa265faf20864c8fbed12b504afc0fa91a45f5b"
|
50
49
|
}
|