@thi.ng/text-canvas 2.6.21 → 2.6.22
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 +1 -1
- package/package.json +11 -12
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/text-canvas",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.22",
|
|
4
4
|
"description": "Text based canvas, drawing, tables with arbitrary formatting (incl. ANSI/HTML)",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -33,19 +33,18 @@
|
|
|
33
33
|
"test": "bun test"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@thi.ng/api": "^8.9.
|
|
37
|
-
"@thi.ng/arrays": "^2.7.
|
|
38
|
-
"@thi.ng/checks": "^3.4.
|
|
39
|
-
"@thi.ng/errors": "^2.4.
|
|
40
|
-
"@thi.ng/geom-clip-line": "^2.3.
|
|
41
|
-
"@thi.ng/math": "^5.7.
|
|
42
|
-
"@thi.ng/strings": "^3.7.
|
|
43
|
-
"@thi.ng/text-format": "^1.4.
|
|
44
|
-
"@thi.ng/transducers": "^8.8.
|
|
36
|
+
"@thi.ng/api": "^8.9.11",
|
|
37
|
+
"@thi.ng/arrays": "^2.7.7",
|
|
38
|
+
"@thi.ng/checks": "^3.4.11",
|
|
39
|
+
"@thi.ng/errors": "^2.4.5",
|
|
40
|
+
"@thi.ng/geom-clip-line": "^2.3.49",
|
|
41
|
+
"@thi.ng/math": "^5.7.6",
|
|
42
|
+
"@thi.ng/strings": "^3.7.2",
|
|
43
|
+
"@thi.ng/text-format": "^1.4.20",
|
|
44
|
+
"@thi.ng/transducers": "^8.8.14"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@microsoft/api-extractor": "^7.38.3",
|
|
48
|
-
"@thi.ng/testament": "^0.4.3",
|
|
49
48
|
"rimraf": "^5.0.5",
|
|
50
49
|
"tools": "^0.0.1",
|
|
51
50
|
"tslib": "^2.6.2",
|
|
@@ -138,5 +137,5 @@
|
|
|
138
137
|
],
|
|
139
138
|
"year": 2020
|
|
140
139
|
},
|
|
141
|
-
"gitHead": "
|
|
140
|
+
"gitHead": "25f2ac8ff795a432a930119661b364d4d93b59a0\n"
|
|
142
141
|
}
|