@thi.ng/color 5.6.5 → 5.6.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.
- package/CHANGELOG.md +1 -1
- package/package.json +20 -20
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/color",
|
|
3
|
-
"version": "5.6.
|
|
3
|
+
"version": "5.6.6",
|
|
4
4
|
"description": "Array-based color types, CSS parsing, conversions, transformations, declarative theme generation, gradients, presets",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -33,25 +33,25 @@
|
|
|
33
33
|
"doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts",
|
|
34
34
|
"pub": "yarn npm publish --access public",
|
|
35
35
|
"test": "bun test",
|
|
36
|
-
"tool:limits": "
|
|
37
|
-
"tool:maxchroma": "
|
|
38
|
-
"tool:strategies": "
|
|
39
|
-
"tool:swatches": "
|
|
36
|
+
"tool:limits": "bun tools/limits.ts",
|
|
37
|
+
"tool:maxchroma": "bun tools/max-chroma.ts",
|
|
38
|
+
"tool:strategies": "bun tools/strategies.ts",
|
|
39
|
+
"tool:swatches": "bun tools/index.ts"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@thi.ng/api": "^8.9.
|
|
43
|
-
"@thi.ng/arrays": "^2.7.
|
|
44
|
-
"@thi.ng/binary": "^3.4.
|
|
45
|
-
"@thi.ng/checks": "^3.4.
|
|
46
|
-
"@thi.ng/compare": "^2.2.
|
|
47
|
-
"@thi.ng/compose": "^2.1.
|
|
48
|
-
"@thi.ng/defmulti": "^3.0.
|
|
49
|
-
"@thi.ng/errors": "^2.4.
|
|
50
|
-
"@thi.ng/math": "^5.7.
|
|
51
|
-
"@thi.ng/random": "^3.6.
|
|
52
|
-
"@thi.ng/strings": "^3.7.
|
|
53
|
-
"@thi.ng/transducers": "^8.8.
|
|
54
|
-
"@thi.ng/vectors": "^7.8.
|
|
42
|
+
"@thi.ng/api": "^8.9.13",
|
|
43
|
+
"@thi.ng/arrays": "^2.7.9",
|
|
44
|
+
"@thi.ng/binary": "^3.4.1",
|
|
45
|
+
"@thi.ng/checks": "^3.4.13",
|
|
46
|
+
"@thi.ng/compare": "^2.2.9",
|
|
47
|
+
"@thi.ng/compose": "^2.1.52",
|
|
48
|
+
"@thi.ng/defmulti": "^3.0.11",
|
|
49
|
+
"@thi.ng/errors": "^2.4.7",
|
|
50
|
+
"@thi.ng/math": "^5.7.8",
|
|
51
|
+
"@thi.ng/random": "^3.6.19",
|
|
52
|
+
"@thi.ng/strings": "^3.7.4",
|
|
53
|
+
"@thi.ng/transducers": "^8.8.16",
|
|
54
|
+
"@thi.ng/vectors": "^7.8.11"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@microsoft/api-extractor": "^7.38.3",
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
"setTimeout": false
|
|
104
104
|
},
|
|
105
105
|
"engines": {
|
|
106
|
-
"node": ">=
|
|
106
|
+
"node": ">=18"
|
|
107
107
|
},
|
|
108
108
|
"files": [
|
|
109
109
|
"./*.js",
|
|
@@ -446,5 +446,5 @@
|
|
|
446
446
|
"vectors"
|
|
447
447
|
]
|
|
448
448
|
},
|
|
449
|
-
"gitHead": "
|
|
449
|
+
"gitHead": "25a42a81fac8603a1e440a7aa8bc343276211ff4\n"
|
|
450
450
|
}
|