@thi.ng/text-canvas 2.0.4 → 2.0.6

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 (2) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [2.0.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/text-canvas@2.0.5...@thi.ng/text-canvas@2.0.6) (2021-10-28)
7
+
8
+ **Note:** Version bump only for package @thi.ng/text-canvas
9
+
10
+
11
+
12
+
13
+
14
+ ## [2.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/text-canvas@2.0.4...@thi.ng/text-canvas@2.0.5) (2021-10-28)
15
+
16
+ **Note:** Version bump only for package @thi.ng/text-canvas
17
+
18
+
19
+
20
+
21
+
6
22
  ## [2.0.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/text-canvas@2.0.3...@thi.ng/text-canvas@2.0.4) (2021-10-25)
7
23
 
8
24
  **Note:** Version bump only for package @thi.ng/text-canvas
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/text-canvas",
3
- "version": "2.0.4",
3
+ "version": "2.0.6",
4
4
  "description": "Text based canvas, drawing, tables with arbitrary formatting (incl. ANSI/HTML)",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,17 +34,17 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/api": "^8.0.4",
38
- "@thi.ng/arrays": "^2.0.4",
39
- "@thi.ng/checks": "^3.0.4",
40
- "@thi.ng/geom-clip-line": "^2.0.4",
41
- "@thi.ng/math": "^5.0.4",
42
- "@thi.ng/strings": "^3.1.0",
43
- "@thi.ng/text-format": "^1.0.4",
44
- "@thi.ng/transducers": "^8.0.4"
37
+ "@thi.ng/api": "^8.0.6",
38
+ "@thi.ng/arrays": "^2.0.6",
39
+ "@thi.ng/checks": "^3.0.6",
40
+ "@thi.ng/geom-clip-line": "^2.0.6",
41
+ "@thi.ng/math": "^5.0.6",
42
+ "@thi.ng/strings": "^3.1.2",
43
+ "@thi.ng/text-format": "^1.0.6",
44
+ "@thi.ng/transducers": "^8.0.6"
45
45
  },
46
46
  "devDependencies": {
47
- "@thi.ng/testament": "^0.1.4"
47
+ "@thi.ng/testament": "^0.1.6"
48
48
  },
49
49
  "keywords": [
50
50
  "4bit",
@@ -132,5 +132,5 @@
132
132
  ],
133
133
  "year": 2020
134
134
  },
135
- "gitHead": "9ff00a103f76cc4917ef3f244132e218f2300a05"
135
+ "gitHead": "c17a556ad25f6882dfa8f806a1d9e8ed7ac7cd71"
136
136
  }