@genesislcap/foundation-layout 14.80.0 → 14.81.0
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,2 +1,2 @@
|
|
1
|
-
export declare const logger: import("@genesislcap/foundation-
|
1
|
+
export declare const logger: import("@genesislcap/foundation-logger").Logger;
|
2
2
|
//# sourceMappingURL=logger.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"logger.d.ts","sourceRoot":"","sources":["../../../src/utils/logger.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM,
|
1
|
+
{"version":3,"file":"logger.d.ts","sourceRoot":"","sources":["../../../src/utils/logger.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM,iDAAoC,CAAC"}
|
package/dist/esm/utils/logger.js
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
import { createLogger } from '@genesislcap/foundation-
|
1
|
+
import { createLogger } from '@genesislcap/foundation-logger';
|
2
2
|
export const logger = createLogger('foundation-layout');
|
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.81.0",
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
6
6
|
"main": "dist/esm/index.js",
|
7
7
|
"types": "dist/foundation-layout.d.ts",
|
@@ -24,14 +24,15 @@
|
|
24
24
|
"test:debug": "genx test --debug"
|
25
25
|
},
|
26
26
|
"devDependencies": {
|
27
|
-
"@genesislcap/foundation-testing": "14.
|
28
|
-
"@genesislcap/genx": "14.
|
27
|
+
"@genesislcap/foundation-testing": "14.81.0",
|
28
|
+
"@genesislcap/genx": "14.81.0",
|
29
29
|
"rimraf": "^3.0.2"
|
30
30
|
},
|
31
31
|
"dependencies": {
|
32
32
|
"@genesis-community/golden-layout": "^2.10.1",
|
33
|
-
"@genesislcap/foundation-comms": "14.
|
34
|
-
"@genesislcap/foundation-
|
33
|
+
"@genesislcap/foundation-comms": "14.81.0",
|
34
|
+
"@genesislcap/foundation-logger": "14.81.0",
|
35
|
+
"@genesislcap/foundation-utils": "14.81.0",
|
35
36
|
"@microsoft/fast-components": "^2.21.3",
|
36
37
|
"@microsoft/fast-element": "^1.7.0",
|
37
38
|
"@microsoft/fast-foundation": "^2.33.2",
|
@@ -46,5 +47,5 @@
|
|
46
47
|
"access": "public"
|
47
48
|
},
|
48
49
|
"customElements": "dist/custom-elements.json",
|
49
|
-
"gitHead": "
|
50
|
+
"gitHead": "6f2d59820f20c84c0910281cc172931db6ce7543"
|
50
51
|
}
|