@thi.ng/rstream-dot 3.0.65 → 3.0.66

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-21T16:11: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
@@ -59,7 +59,7 @@ For Node.js REPL:
59
59
  const rstreamDot = await import("@thi.ng/rstream-dot");
60
60
  ```
61
61
 
62
- Package sizes (brotli'd, pre-treeshake): ESM: 806 bytes
62
+ Package sizes (brotli'd, pre-treeshake): ESM: 802 bytes
63
63
 
64
64
  ## Dependencies
65
65
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/rstream-dot",
3
- "version": "3.0.65",
3
+ "version": "3.0.66",
4
4
  "description": "Graphviz DOT conversion of @thi.ng/rstream dataflow graph topologies",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -36,9 +36,9 @@
36
36
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
37
37
  },
38
38
  "dependencies": {
39
- "@thi.ng/rstream": "^8.3.15",
40
- "@thi.ng/strings": "^3.7.25",
41
- "@thi.ng/transducers": "^8.9.14"
39
+ "@thi.ng/rstream": "^8.3.16",
40
+ "@thi.ng/strings": "^3.7.26",
41
+ "@thi.ng/transducers": "^8.9.15"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@microsoft/api-extractor": "^7.42.3",
@@ -86,5 +86,5 @@
86
86
  ],
87
87
  "year": 2018
88
88
  },
89
- "gitHead": "4b3d4ab6ce373ca817ad780f679572169a9ed733\n"
89
+ "gitHead": "da965520b2f3f8c259a791e8e8864308be2ba0be\n"
90
90
  }