@thi.ng/system 2.1.4 → 2.1.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**: 2021-12-13T10:26:00Z
3
+ - **Last updated**: 2022-03-11T12:13:49Z
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/README.md CHANGED
@@ -245,4 +245,4 @@ If this project contributes to an academic publication, please cite it as:
245
245
 
246
246
  ## License
247
247
 
248
- © 2020 - 2021 Karsten Schmidt // Apache Software License 2.0
248
+ © 2020 - 2022 Karsten Schmidt // Apache Software License 2.0
package/api.d.ts CHANGED
@@ -45,7 +45,7 @@ export declare let LOGGER: ILogger;
45
45
  /**
46
46
  * Sets package logger to given instance.
47
47
  *
48
- * @param logger
48
+ * @param logger -
49
49
  */
50
50
  export declare const setLogger: (logger: ILogger) => ILogger;
51
51
  //# sourceMappingURL=api.d.ts.map
package/api.js CHANGED
@@ -4,6 +4,6 @@ export let LOGGER = NULL_LOGGER;
4
4
  /**
5
5
  * Sets package logger to given instance.
6
6
  *
7
- * @param logger
7
+ * @param logger -
8
8
  */
9
9
  export const setLogger = (logger) => (LOGGER = logger);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/system",
3
- "version": "2.1.4",
3
+ "version": "2.1.5",
4
4
  "description": "Minimal and explicit dependency-injection & lifecycle container for stateful app components",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,17 +34,17 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/api": "^8.3.3",
38
- "@thi.ng/dgraph": "^2.1.4",
39
- "@thi.ng/logger": "^1.1.3"
37
+ "@thi.ng/api": "^8.3.4",
38
+ "@thi.ng/dgraph": "^2.1.5",
39
+ "@thi.ng/logger": "^1.1.4"
40
40
  },
41
41
  "devDependencies": {
42
- "@microsoft/api-extractor": "^7.19.2",
43
- "@thi.ng/testament": "^0.2.3",
42
+ "@microsoft/api-extractor": "^7.19.4",
43
+ "@thi.ng/testament": "^0.2.4",
44
44
  "rimraf": "^3.0.2",
45
45
  "tools": "^0.0.1",
46
- "typedoc": "^0.22.10",
47
- "typescript": "^4.5.3"
46
+ "typedoc": "^0.22.13",
47
+ "typescript": "^4.6.2"
48
48
  },
49
49
  "keywords": [
50
50
  "clojure",
@@ -81,5 +81,5 @@
81
81
  "thi.ng": {
82
82
  "year": 2020
83
83
  },
84
- "gitHead": "1ba92c6b9509e74e509b4c0b875fc380a97bbbc1\n"
84
+ "gitHead": "0fc692a3225c068aacafdc4cb6140cf603c67ad8\n"
85
85
  }