@thi.ng/color-palettes 0.9.0 → 0.9.1
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/README.md +3 -3
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<!-- This file is generated - DO NOT EDIT! -->
|
|
2
2
|
|
|
3
|
-
# 
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/@thi.ng/color-palettes)
|
|
6
6
|

|
|
@@ -15,7 +15,7 @@ This project is part of the
|
|
|
15
15
|
- [Strong](#strong)
|
|
16
16
|
- [Medium](#medium)
|
|
17
17
|
- [Soft](#soft)
|
|
18
|
-
|
|
18
|
+
- [Status](#status)
|
|
19
19
|
- [Installation](#installation)
|
|
20
20
|
- [Dependencies](#dependencies)
|
|
21
21
|
- [Usage examples](#usage-examples)
|
|
@@ -192,7 +192,7 @@ be. Any pointers to workarounds/solutions are appreciated...):
|
|
|
192
192
|
|  |  |  |
|
|
193
193
|
| 014whoAyxl5gzJwC1 | 014wjGaMtVyXGNzL6 | 00qAZk070SYGij58C |
|
|
194
194
|
|
|
195
|
-
|
|
195
|
+
## Status
|
|
196
196
|
|
|
197
197
|
**STABLE** - used in production
|
|
198
198
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/color-palettes",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.1",
|
|
4
4
|
"description": "Collection of 190+ image based color palettes",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -35,12 +35,12 @@
|
|
|
35
35
|
"tool:swatches": "tools:node-esm tools/index.ts"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@microsoft/api-extractor": "^7.
|
|
39
|
-
"@thi.ng/testament": "^0.
|
|
38
|
+
"@microsoft/api-extractor": "^7.31.1",
|
|
39
|
+
"@thi.ng/testament": "^0.3.0",
|
|
40
40
|
"rimraf": "^3.0.2",
|
|
41
41
|
"tools": "^0.0.1",
|
|
42
42
|
"typedoc": "^0.22.17",
|
|
43
|
-
"typescript": "^4.
|
|
43
|
+
"typescript": "^4.8.3"
|
|
44
44
|
},
|
|
45
45
|
"keywords": [
|
|
46
46
|
"css",
|
|
@@ -72,5 +72,5 @@
|
|
|
72
72
|
"parent": "@thi.ng/color",
|
|
73
73
|
"year": 2021
|
|
74
74
|
},
|
|
75
|
-
"gitHead": "
|
|
75
|
+
"gitHead": "973139c5aa3b50081020f4cc726a7cc330f77fc7\n"
|
|
76
76
|
}
|