@thi.ng/system 3.1.9 → 3.1.10

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-04-11T12:32:44Z
3
+ - **Last updated**: 2024-04-20T14:42:45Z
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
@@ -57,10 +57,10 @@ import * as sys from "@thi.ng/system";
57
57
  Browser ESM import:
58
58
 
59
59
  ```html
60
- <script type="module" src="https://cdn.skypack.dev/@thi.ng/system"></script>
60
+ <script type="module" src="https://esm.run/@thi.ng/system"></script>
61
61
  ```
62
62
 
63
- [Skypack documentation](https://docs.skypack.dev/)
63
+ [JSDelivr documentation](https://www.jsdelivr.com/)
64
64
 
65
65
  For Node.js REPL:
66
66
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/system",
3
- "version": "3.1.9",
3
+ "version": "3.1.10",
4
4
  "description": "Minimal and explicit dependency-injection & lifecycle container for stateful app components",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -39,9 +39,9 @@
39
39
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
40
40
  },
41
41
  "dependencies": {
42
- "@thi.ng/api": "^8.10.1",
43
- "@thi.ng/dgraph": "^2.1.114",
44
- "@thi.ng/logger": "^3.0.9"
42
+ "@thi.ng/api": "^8.11.0",
43
+ "@thi.ng/dgraph": "^2.1.115",
44
+ "@thi.ng/logger": "^3.0.10"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@microsoft/api-extractor": "^7.43.0",
@@ -85,5 +85,5 @@
85
85
  "thi.ng": {
86
86
  "year": 2020
87
87
  },
88
- "gitHead": "18a0c063a7b33d790e5bc2486c106f45f663ac28\n"
88
+ "gitHead": "8339d05ecc857e529c7325a9839c0063b89e728d\n"
89
89
  }