@thi.ng/hiccup-canvas 2.1.34 → 2.1.35
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 +7 -7
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
- **Last updated**: 2022-
|
|
3
|
+
- **Last updated**: 2022-11-23T22:46:54Z
|
|
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.
|
|
@@ -44,9 +44,9 @@ and/or version bumps of transitive dependencies.
|
|
|
44
44
|
|
|
45
45
|
#### ♻️ Refactoring
|
|
46
46
|
|
|
47
|
-
- update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
|
|
48
47
|
- update imports in all pkgs ([5fa2b6f](https://github.com/thi-ng/umbrella/commit/5fa2b6f))
|
|
49
48
|
- add .js suffix for all relative imports
|
|
49
|
+
- update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
|
|
50
50
|
|
|
51
51
|
# [2.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/hiccup-canvas@2.0.0) (2021-10-12)
|
|
52
52
|
|
|
@@ -67,12 +67,12 @@ and/or version bumps of transitive dependencies.
|
|
|
67
67
|
|
|
68
68
|
#### ♻️ Refactoring
|
|
69
69
|
|
|
70
|
-
- rename internals ([043e3eb](https://github.com/thi-ng/umbrella/commit/043e3eb))
|
|
71
|
-
- minor pkg restructure ([459596c](https://github.com/thi-ng/umbrella/commit/459596c))
|
|
72
|
-
- update imports ([138571a](https://github.com/thi-ng/umbrella/commit/138571a))
|
|
73
|
-
- update all test stubs ([f2d6d53](https://github.com/thi-ng/umbrella/commit/f2d6d53))
|
|
74
70
|
- update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc))
|
|
75
71
|
- update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament)
|
|
72
|
+
- update all test stubs ([f2d6d53](https://github.com/thi-ng/umbrella/commit/f2d6d53))
|
|
73
|
+
- update imports ([138571a](https://github.com/thi-ng/umbrella/commit/138571a))
|
|
74
|
+
- minor pkg restructure ([459596c](https://github.com/thi-ng/umbrella/commit/459596c))
|
|
75
|
+
- rename internals ([043e3eb](https://github.com/thi-ng/umbrella/commit/043e3eb))
|
|
76
76
|
|
|
77
77
|
## [1.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/hiccup-canvas@1.2.0) (2021-04-03)
|
|
78
78
|
|
|
@@ -86,8 +86,8 @@ and/or version bumps of transitive dependencies.
|
|
|
86
86
|
|
|
87
87
|
#### ♻️ Refactoring
|
|
88
88
|
|
|
89
|
-
- update color attrib resolution/conversion ([a9ca280](https://github.com/thi-ng/umbrella/commit/a9ca280))
|
|
90
89
|
- update resolveColor() ([66e9a40](https://github.com/thi-ng/umbrella/commit/66e9a40))
|
|
90
|
+
- update color attrib resolution/conversion ([a9ca280](https://github.com/thi-ng/umbrella/commit/a9ca280))
|
|
91
91
|
|
|
92
92
|
## [1.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/hiccup-canvas@1.1.0) (2020-07-17)
|
|
93
93
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/hiccup-canvas",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.35",
|
|
4
4
|
"description": "Hiccup shape tree renderer for vanilla Canvas 2D contexts",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -34,19 +34,19 @@
|
|
|
34
34
|
"test": "testament test"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@thi.ng/api": "^8.4.
|
|
38
|
-
"@thi.ng/checks": "^3.3.
|
|
39
|
-
"@thi.ng/color": "^5.2.
|
|
40
|
-
"@thi.ng/math": "^5.3.
|
|
41
|
-
"@thi.ng/pixel": "^4.0.
|
|
42
|
-
"@thi.ng/vectors": "^7.5.
|
|
37
|
+
"@thi.ng/api": "^8.4.6",
|
|
38
|
+
"@thi.ng/checks": "^3.3.3",
|
|
39
|
+
"@thi.ng/color": "^5.2.10",
|
|
40
|
+
"@thi.ng/math": "^5.3.13",
|
|
41
|
+
"@thi.ng/pixel": "^4.0.8",
|
|
42
|
+
"@thi.ng/vectors": "^7.5.24"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@microsoft/api-extractor": "^7.33.5",
|
|
46
|
-
"@thi.ng/testament": "^0.3.
|
|
46
|
+
"@thi.ng/testament": "^0.3.5",
|
|
47
47
|
"rimraf": "^3.0.2",
|
|
48
48
|
"tools": "^0.0.1",
|
|
49
|
-
"typedoc": "^0.23.
|
|
49
|
+
"typedoc": "^0.23.20",
|
|
50
50
|
"typescript": "^4.8.4"
|
|
51
51
|
},
|
|
52
52
|
"keywords": [
|
|
@@ -74,8 +74,8 @@
|
|
|
74
74
|
"node": ">=12.7"
|
|
75
75
|
},
|
|
76
76
|
"files": [
|
|
77
|
-
"
|
|
78
|
-
"
|
|
77
|
+
"./*.js",
|
|
78
|
+
"./*.d.ts",
|
|
79
79
|
"internal"
|
|
80
80
|
],
|
|
81
81
|
"exports": {
|
|
@@ -130,5 +130,5 @@
|
|
|
130
130
|
],
|
|
131
131
|
"year": 2018
|
|
132
132
|
},
|
|
133
|
-
"gitHead": "
|
|
133
|
+
"gitHead": "044ee6a3895720fc78e115032d4d831b63510929\n"
|
|
134
134
|
}
|