@thi.ng/text-canvas 3.0.71 → 3.0.73

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 +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/text-canvas",
3
- "version": "3.0.71",
3
+ "version": "3.0.73",
4
4
  "description": "Text based canvas, drawing, plotting, tables with arbitrary formatting (incl. ANSI/HTML)",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -40,14 +40,14 @@
40
40
  },
41
41
  "dependencies": {
42
42
  "@thi.ng/api": "^8.11.29",
43
- "@thi.ng/arrays": "^2.11.2",
43
+ "@thi.ng/arrays": "^2.13.0",
44
44
  "@thi.ng/checks": "^3.7.9",
45
45
  "@thi.ng/errors": "^2.5.35",
46
- "@thi.ng/geom-clip-line": "^2.3.137",
46
+ "@thi.ng/geom-clip-line": "^2.3.138",
47
47
  "@thi.ng/math": "^5.11.29",
48
- "@thi.ng/strings": "^3.9.14",
48
+ "@thi.ng/strings": "^3.9.15",
49
49
  "@thi.ng/text-format": "^2.2.34",
50
- "@thi.ng/transducers": "^9.4.0"
50
+ "@thi.ng/transducers": "^9.4.2"
51
51
  },
52
52
  "devDependencies": {
53
53
  "esbuild": "^0.25.5",
@@ -150,5 +150,5 @@
150
150
  ],
151
151
  "year": 2020
152
152
  },
153
- "gitHead": "93cdcd8db4d4669561a7f0ebc47697bdbfd04214\n"
153
+ "gitHead": "b076434a497b291ad33e81b1a15f6a71e2c82cc2\n"
154
154
  }