@genesislcap/foundation-events 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-events.api.json +2 -2
- package/dist/foundation-events.d.ts +1 -1
- package/docs/api/foundation-events.logger.md +1 -1
- package/docs/api-report.md +1 -1
- package/package.json +5 -5
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"logger.d.ts","sourceRoot":"","sources":["../../../src/utils/logger.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,eAAO,MAAM,MAAM,
|
|
1
|
+
{"version":3,"file":"logger.d.ts","sourceRoot":"","sources":["../../../src/utils/logger.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,eAAO,MAAM,MAAM,iDAAoC,CAAC"}
|
package/dist/esm/utils/logger.js
CHANGED
|
@@ -3972,12 +3972,12 @@
|
|
|
3972
3972
|
},
|
|
3973
3973
|
{
|
|
3974
3974
|
"kind": "Content",
|
|
3975
|
-
"text": "import(\"@genesislcap/foundation-
|
|
3975
|
+
"text": "import(\"@genesislcap/foundation-logger\")."
|
|
3976
3976
|
},
|
|
3977
3977
|
{
|
|
3978
3978
|
"kind": "Reference",
|
|
3979
3979
|
"text": "Logger",
|
|
3980
|
-
"canonicalReference": "@genesislcap/foundation-
|
|
3980
|
+
"canonicalReference": "@genesislcap/foundation-logger!Logger:interface"
|
|
3981
3981
|
}
|
|
3982
3982
|
],
|
|
3983
3983
|
"fileUrlPath": "src/utils/logger.ts",
|
|
@@ -4,7 +4,7 @@ import { Controller } from '@microsoft/fast-element';
|
|
|
4
4
|
import { ExecutionContext } from '@microsoft/fast-element';
|
|
5
5
|
import { FASTElement } from '@microsoft/fast-element';
|
|
6
6
|
import { InterfaceSymbol } from '@microsoft/fast-foundation';
|
|
7
|
-
import { Logger } from '@genesislcap/foundation-
|
|
7
|
+
import { Logger } from '@genesislcap/foundation-logger';
|
|
8
8
|
|
|
9
9
|
/**
|
|
10
10
|
* @deprecated - Use {@link EventEmitterTarget} type instead.
|
package/docs/api-report.md
CHANGED
|
@@ -10,7 +10,7 @@ import { Controller } from '@microsoft/fast-element';
|
|
|
10
10
|
import { ExecutionContext } from '@microsoft/fast-element';
|
|
11
11
|
import { FASTElement } from '@microsoft/fast-element';
|
|
12
12
|
import { InterfaceSymbol } from '@microsoft/fast-foundation';
|
|
13
|
-
import { Logger } from '@genesislcap/foundation-
|
|
13
|
+
import { Logger } from '@genesislcap/foundation-logger';
|
|
14
14
|
|
|
15
15
|
// @public @deprecated (undocumented)
|
|
16
16
|
export type ConstructableTypedEventEmitter = Constructable<FASTElement & HTMLElement>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-events",
|
|
3
3
|
"description": "Genesis Foundation Events",
|
|
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",
|
|
@@ -40,12 +40,12 @@
|
|
|
40
40
|
"test:debug": "genx test --debug"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@genesislcap/foundation-testing": "14.
|
|
44
|
-
"@genesislcap/genx": "14.
|
|
43
|
+
"@genesislcap/foundation-testing": "14.81.0",
|
|
44
|
+
"@genesislcap/genx": "14.81.0",
|
|
45
45
|
"rimraf": "^3.0.2"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@genesislcap/foundation-
|
|
48
|
+
"@genesislcap/foundation-logger": "14.81.0",
|
|
49
49
|
"@microsoft/fast-element": "^1.7.0",
|
|
50
50
|
"@microsoft/fast-foundation": "^2.33.2",
|
|
51
51
|
"tslib": "^2.3.1"
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"publishConfig": {
|
|
59
59
|
"access": "public"
|
|
60
60
|
},
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "6f2d59820f20c84c0910281cc172931db6ce7543"
|
|
62
62
|
}
|