@thi.ng/system 3.1.0 → 3.1.2

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-03-09T13:46:38Z
3
+ - **Last updated**: 2024-03-17T15:23:29Z
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
@@ -62,7 +62,7 @@ For Node.js REPL:
62
62
  const system = await import("@thi.ng/system");
63
63
  ```
64
64
 
65
- Package sizes (brotli'd, pre-treeshake): ESM: 562 bytes
65
+ Package sizes (brotli'd, pre-treeshake): ESM: 581 bytes
66
66
 
67
67
  ## Dependencies
68
68
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/system",
3
- "version": "3.1.0",
3
+ "version": "3.1.2",
4
4
  "description": "Minimal and explicit dependency-injection & lifecycle container for stateful app components",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -39,16 +39,16 @@
39
39
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
40
40
  },
41
41
  "dependencies": {
42
- "@thi.ng/api": "^8.9.29",
43
- "@thi.ng/dgraph": "^2.1.105",
44
- "@thi.ng/logger": "^3.0.5"
42
+ "@thi.ng/api": "^8.9.30",
43
+ "@thi.ng/dgraph": "^2.1.107",
44
+ "@thi.ng/logger": "^3.0.6"
45
45
  },
46
46
  "devDependencies": {
47
- "@microsoft/api-extractor": "^7.40.1",
48
- "esbuild": "^0.20.0",
47
+ "@microsoft/api-extractor": "^7.42.3",
48
+ "esbuild": "^0.20.1",
49
49
  "rimraf": "^5.0.5",
50
- "typedoc": "^0.25.7",
51
- "typescript": "^5.3.3"
50
+ "typedoc": "^0.25.12",
51
+ "typescript": "^5.4.2"
52
52
  },
53
53
  "keywords": [
54
54
  "clojure",
@@ -85,5 +85,5 @@
85
85
  "thi.ng": {
86
86
  "year": 2020
87
87
  },
88
- "gitHead": "0d3bacf526db92363b43e81356e8cef18368272a\n"
88
+ "gitHead": "bc0f3cb07d6f1cab6dbdc5ff57428f5484e711bb\n"
89
89
  }