@thi.ng/dot 2.1.69 → 2.1.71

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-18T08:40:00Z
3
+ - **Last updated**: 2024-03-27T09:53: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
@@ -70,7 +70,7 @@ For Node.js REPL:
70
70
  const dot = await import("@thi.ng/dot");
71
71
  ```
72
72
 
73
- Package sizes (brotli'd, pre-treeshake): ESM: 667 bytes
73
+ Package sizes (brotli'd, pre-treeshake): ESM: 671 bytes
74
74
 
75
75
  ## Dependencies
76
76
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/dot",
3
- "version": "2.1.69",
3
+ "version": "2.1.71",
4
4
  "description": "Graphviz document abstraction & serialization to DOT format",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -36,15 +36,15 @@
36
36
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
37
37
  },
38
38
  "dependencies": {
39
- "@thi.ng/api": "^8.9.30",
40
- "@thi.ng/checks": "^3.5.4"
39
+ "@thi.ng/api": "^8.9.31",
40
+ "@thi.ng/checks": "^3.5.5"
41
41
  },
42
42
  "devDependencies": {
43
- "@microsoft/api-extractor": "^7.42.3",
44
- "esbuild": "^0.20.1",
43
+ "@microsoft/api-extractor": "^7.43.0",
44
+ "esbuild": "^0.20.2",
45
45
  "rimraf": "^5.0.5",
46
46
  "typedoc": "^0.25.12",
47
- "typescript": "^5.4.2"
47
+ "typescript": "^5.4.3"
48
48
  },
49
49
  "keywords": [
50
50
  "2d",
@@ -85,5 +85,5 @@
85
85
  "status": "beta",
86
86
  "year": 2018
87
87
  },
88
- "gitHead": "4b3d4ab6ce373ca817ad780f679572169a9ed733\n"
88
+ "gitHead": "feb3b24654f2c931cd3c3308c1c0c807ee14d0e4\n"
89
89
  }