@thi.ng/dot 2.1.137 → 2.1.138

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.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/dot",
3
- "version": "2.1.137",
3
+ "version": "2.1.138",
4
4
  "description": "Graphviz document abstraction & serialization to DOT format",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -40,8 +40,8 @@
40
40
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
41
41
  },
42
42
  "dependencies": {
43
- "@thi.ng/api": "^8.12.24",
44
- "@thi.ng/checks": "^3.9.4"
43
+ "@thi.ng/api": "^8.12.25",
44
+ "@thi.ng/checks": "^3.9.5"
45
45
  },
46
46
  "devDependencies": {
47
47
  "esbuild": "^0.28.0",
@@ -88,5 +88,5 @@
88
88
  "tag": "graphviz",
89
89
  "year": 2018
90
90
  },
91
- "gitHead": "b302822c51b2ab255f8f27f8dd010433d95f29df"
91
+ "gitHead": "65b041e97110e16c01cf968949b72a0873f14445"
92
92
  }