Skip to content

Commit 8223f82

Browse files
changes DEBUG listener name
1 parent e9b3c39 commit 8223f82

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

Diff for: CHANGELOG

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212

1313
### Changed
1414
- Uses less specific inversify peerDependency, fixes https://github.com/webcomputing/inversify-components/issues/2
15-
- Updates dependencies
15+
- Updates dependencies
16+
- Changes "DEBUG" listener from "ioc-container" to "inversify-components" (aligned with package name)

Diff for: package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@
3737
},
3838
"author": "Antonius Ostermann <[email protected]> (https://www.antonius-ostermann.de)",
3939
"license": "MIT"
40-
}
40+
}

Diff for: src/debug-config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
import { debug as debugConstructor } from "debug";
22

3-
export default debugConstructor("ioc-container");
3+
export default debugConstructor("inversify-components");

0 commit comments

Comments
 (0)