@thi.ng/color-palettes 1.5.37 → 1.5.39
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/README.md +2 -2
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
[](https://mastodon.thi.ng/@toxi)
|
|
8
8
|
|
|
9
9
|
> [!NOTE]
|
|
10
|
-
> This is one of
|
|
10
|
+
> This is one of 213 standalone projects, maintained as part
|
|
11
11
|
> of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo
|
|
12
12
|
> and anti-framework.
|
|
13
13
|
>
|
|
@@ -454,4 +454,4 @@ If this project contributes to an academic publication, please cite it as:
|
|
|
454
454
|
|
|
455
455
|
## License
|
|
456
456
|
|
|
457
|
-
© 2021 -
|
|
457
|
+
© 2021 - 2026 Karsten Schmidt // Apache License 2.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/color-palettes",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.39",
|
|
4
4
|
"description": "Collection of 200+ image based color themes & composable theme query filters",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -41,12 +41,12 @@
|
|
|
41
41
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@thi.ng/api": "^8.12.
|
|
45
|
-
"@thi.ng/base-n": "^2.7.
|
|
46
|
-
"@thi.ng/checks": "^3.8.
|
|
47
|
-
"@thi.ng/color": "^5.8.
|
|
48
|
-
"@thi.ng/errors": "^2.
|
|
49
|
-
"@thi.ng/hex": "^2.4.
|
|
44
|
+
"@thi.ng/api": "^8.12.12",
|
|
45
|
+
"@thi.ng/base-n": "^2.7.58",
|
|
46
|
+
"@thi.ng/checks": "^3.8.2",
|
|
47
|
+
"@thi.ng/color": "^5.8.8",
|
|
48
|
+
"@thi.ng/errors": "^2.6.1",
|
|
49
|
+
"@thi.ng/hex": "^2.4.5"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"esbuild": "^0.27.0",
|
|
@@ -92,5 +92,5 @@
|
|
|
92
92
|
"parent": "@thi.ng/color",
|
|
93
93
|
"year": 2021
|
|
94
94
|
},
|
|
95
|
-
"gitHead": "
|
|
95
|
+
"gitHead": "deb511294f7a120091b654af0ff7e8a399a465b3\n"
|
|
96
96
|
}
|