@thi.ng/system 2.1.35 → 2.1.37

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**: 2022-12-16T12:52:25Z
3
+ - **Last updated**: 2022-12-22T21:47: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/README.md CHANGED
@@ -21,7 +21,7 @@ This project is part of the
21
21
 
22
22
  ## About
23
23
 
24
- Minimal and explicit dependency-injection & lifecycle container for stateful app components
24
+ Minimal and explicit dependency-injection & lifecycle container for stateful app components.
25
25
 
26
26
  Inspired by Stuart Sierra's
27
27
  [component](https://github.com/stuartsierra/component) framework for
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/system",
3
- "version": "2.1.35",
3
+ "version": "2.1.37",
4
4
  "description": "Minimal and explicit dependency-injection & lifecycle container for stateful app components",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -37,13 +37,13 @@
37
37
  "test": "testament test"
38
38
  },
39
39
  "dependencies": {
40
- "@thi.ng/api": "^8.6.0",
41
- "@thi.ng/dgraph": "^2.1.31",
42
- "@thi.ng/logger": "^1.4.5"
40
+ "@thi.ng/api": "^8.6.2",
41
+ "@thi.ng/dgraph": "^2.1.33",
42
+ "@thi.ng/logger": "^1.4.6"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@microsoft/api-extractor": "^7.33.7",
46
- "@thi.ng/testament": "^0.3.7",
46
+ "@thi.ng/testament": "^0.3.8",
47
47
  "rimraf": "^3.0.2",
48
48
  "tools": "^0.0.1",
49
49
  "typedoc": "^0.23.22",
@@ -84,5 +84,5 @@
84
84
  "thi.ng": {
85
85
  "year": 2020
86
86
  },
87
- "gitHead": "f445a9cc8022bcdebbf6ff91fd66ced016d72f01\n"
87
+ "gitHead": "bc6f7f5e2765bb96fe64db804eaf4b2443b47fc6\n"
88
88
  }