@genesislcap/foundation-testing 14.79.2-alpha-9debc2e.0 → 14.81.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/dts/utils/logger.d.ts +1 -1
- package/dist/dts/utils/logger.d.ts.map +1 -1
- package/dist/esm/utils/logger.js +1 -1
- package/dist/foundation-testing.api.json +2 -2
- package/dist/foundation-testing.d.ts +1 -1
- package/docs/api/foundation-testing.logger.md +1 -1
- package/docs/api-report.md +1 -1
- package/package.json +4 -3
|
@@ -4,5 +4,5 @@
|
|
|
4
4
|
* @remarks
|
|
5
5
|
* Exported so you can set log levels differently across packages when needed.
|
|
6
6
|
*/
|
|
7
|
-
export declare const logger: import("@genesislcap/foundation-
|
|
7
|
+
export declare const logger: import("@genesislcap/foundation-logger").Logger;
|
|
8
8
|
//# sourceMappingURL=logger.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"logger.d.ts","sourceRoot":"","sources":["../../../src/utils/logger.ts"],"names":[],"mappings":"AAEA;;;;;GAKG;AACH,eAAO,MAAM,MAAM,
|
|
1
|
+
{"version":3,"file":"logger.d.ts","sourceRoot":"","sources":["../../../src/utils/logger.ts"],"names":[],"mappings":"AAEA;;;;;GAKG;AACH,eAAO,MAAM,MAAM,iDAAqC,CAAC"}
|
package/dist/esm/utils/logger.js
CHANGED
|
@@ -1389,12 +1389,12 @@
|
|
|
1389
1389
|
},
|
|
1390
1390
|
{
|
|
1391
1391
|
"kind": "Content",
|
|
1392
|
-
"text": "import(\"@genesislcap/foundation-
|
|
1392
|
+
"text": "import(\"@genesislcap/foundation-logger\")."
|
|
1393
1393
|
},
|
|
1394
1394
|
{
|
|
1395
1395
|
"kind": "Reference",
|
|
1396
1396
|
"text": "Logger",
|
|
1397
|
-
"canonicalReference": "@genesislcap/foundation-
|
|
1397
|
+
"canonicalReference": "@genesislcap/foundation-logger!Logger:interface"
|
|
1398
1398
|
}
|
|
1399
1399
|
],
|
|
1400
1400
|
"fileUrlPath": "src/utils/logger.ts",
|
|
@@ -7,7 +7,7 @@ import type { FoundationElement } from '@microsoft/fast-foundation';
|
|
|
7
7
|
import { FoundationElementDefinition } from '@microsoft/fast-foundation';
|
|
8
8
|
import { FoundationElementRegistry } from '@microsoft/fast-foundation';
|
|
9
9
|
import { HTMLView } from '@microsoft/fast-element';
|
|
10
|
-
import { Logger } from '@genesislcap/foundation-
|
|
10
|
+
import { Logger } from '@genesislcap/foundation-logger';
|
|
11
11
|
import { Registration } from '@microsoft/fast-foundation';
|
|
12
12
|
import { default as sinon_2 } from 'sinon';
|
|
13
13
|
import { default as sinon_3 } from 'sinon';
|
package/docs/api-report.md
CHANGED
|
@@ -13,7 +13,7 @@ import type { FoundationElement } from '@microsoft/fast-foundation';
|
|
|
13
13
|
import { FoundationElementDefinition } from '@microsoft/fast-foundation';
|
|
14
14
|
import { FoundationElementRegistry } from '@microsoft/fast-foundation';
|
|
15
15
|
import { HTMLView } from '@microsoft/fast-element';
|
|
16
|
-
import { Logger } from '@genesislcap/foundation-
|
|
16
|
+
import { Logger } from '@genesislcap/foundation-logger';
|
|
17
17
|
import { Registration } from '@microsoft/fast-foundation';
|
|
18
18
|
import { default as sinon_2 } from 'sinon';
|
|
19
19
|
import { default as sinon_3 } from 'sinon';
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-testing",
|
|
3
3
|
"description": "Genesis Foundation Testing",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.81.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
"test": "uvu -r tsm --tsmconfig ./src/tsm/tsm.ts -r @esbuild-kit/cjs-loader -r ./src/jsdom/setup.ts . test.ts"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
+
"@esbuild-kit/cjs-loader": "2.4.2",
|
|
44
45
|
"@microsoft/api-documenter": "^7.19.13",
|
|
45
46
|
"@microsoft/api-extractor": "7.34.9",
|
|
46
47
|
"@types/node": "^20.3.1",
|
|
@@ -49,7 +50,7 @@
|
|
|
49
50
|
"typescript": "^4.5.5"
|
|
50
51
|
},
|
|
51
52
|
"dependencies": {
|
|
52
|
-
"@genesislcap/foundation-
|
|
53
|
+
"@genesislcap/foundation-logger": "14.81.0",
|
|
53
54
|
"@microsoft/fast-element": "^1.7.0",
|
|
54
55
|
"@microsoft/fast-foundation": "^2.33.2",
|
|
55
56
|
"@playwright/test": "^1.18.1",
|
|
@@ -70,5 +71,5 @@
|
|
|
70
71
|
"publishConfig": {
|
|
71
72
|
"access": "public"
|
|
72
73
|
},
|
|
73
|
-
"gitHead": "
|
|
74
|
+
"gitHead": "6f2d59820f20c84c0910281cc172931db6ce7543"
|
|
74
75
|
}
|