@thi.ng/system 3.0.3 → 3.0.5

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/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-02-16T20:01:44Z
3
+ - **Last updated**: 2024-02-19T16:07:07Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
package/api.d.ts CHANGED
@@ -53,5 +53,8 @@ export interface SystemSpec<T extends SystemMap<T>> {
53
53
  * validate all specs.
54
54
  */
55
55
  export type SystemSpecs<T extends SystemMap<T>> = Record<Keys<T>, SystemSpec<T>>;
56
+ /**
57
+ * See [thi.ng/logger](https://docs.thi.ng/umbrella/logger/) for usage.
58
+ */
56
59
  export declare const LOGGER: import("@thi.ng/logger/root").ProxyLogger;
57
60
  //# sourceMappingURL=api.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/system",
3
- "version": "3.0.3",
3
+ "version": "3.0.5",
4
4
  "description": "Minimal and explicit dependency-injection & lifecycle container for stateful app components",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -38,9 +38,9 @@
38
38
  "test": "bun test"
39
39
  },
40
40
  "dependencies": {
41
- "@thi.ng/api": "^8.9.23",
42
- "@thi.ng/dgraph": "^2.1.96",
43
- "@thi.ng/logger": "^3.0.0"
41
+ "@thi.ng/api": "^8.9.24",
42
+ "@thi.ng/dgraph": "^2.1.98",
43
+ "@thi.ng/logger": "^3.0.1"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@microsoft/api-extractor": "^7.40.1",
@@ -84,5 +84,5 @@
84
84
  "thi.ng": {
85
85
  "year": 2020
86
86
  },
87
- "gitHead": "25ee18f7db6d03f0b76787267ab071d16df94888\n"
87
+ "gitHead": "2724c87ca41810f2112f9d8c3d6b90dfaeea876b\n"
88
88
  }