@thi.ng/color 5.6.27 → 5.6.29
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 +17 -16
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.29",
|
|
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",
|
|
@@ -36,22 +36,23 @@
|
|
|
36
36
|
"tool:limits": "bun tools/limits.ts",
|
|
37
37
|
"tool:maxchroma": "bun tools/max-chroma.ts",
|
|
38
38
|
"tool:strategies": "bun tools/strategies.ts",
|
|
39
|
-
"tool:swatches": "bun tools/index.ts"
|
|
39
|
+
"tool:swatches": "bun tools/index.ts",
|
|
40
|
+
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
40
41
|
},
|
|
41
42
|
"dependencies": {
|
|
42
|
-
"@thi.ng/api": "^8.9.
|
|
43
|
-
"@thi.ng/arrays": "^2.8.
|
|
44
|
-
"@thi.ng/binary": "^3.4.
|
|
45
|
-
"@thi.ng/checks": "^3.5.
|
|
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.10.
|
|
51
|
-
"@thi.ng/random": "^3.6.
|
|
52
|
-
"@thi.ng/strings": "^3.7.
|
|
53
|
-
"@thi.ng/transducers": "^8.9.
|
|
54
|
-
"@thi.ng/vectors": "^7.10.
|
|
43
|
+
"@thi.ng/api": "^8.9.28",
|
|
44
|
+
"@thi.ng/arrays": "^2.8.6",
|
|
45
|
+
"@thi.ng/binary": "^3.4.17",
|
|
46
|
+
"@thi.ng/checks": "^3.5.2",
|
|
47
|
+
"@thi.ng/compare": "^2.2.24",
|
|
48
|
+
"@thi.ng/compose": "^2.1.67",
|
|
49
|
+
"@thi.ng/defmulti": "^3.0.29",
|
|
50
|
+
"@thi.ng/errors": "^2.4.20",
|
|
51
|
+
"@thi.ng/math": "^5.10.5",
|
|
52
|
+
"@thi.ng/random": "^3.6.35",
|
|
53
|
+
"@thi.ng/strings": "^3.7.21",
|
|
54
|
+
"@thi.ng/transducers": "^8.9.10",
|
|
55
|
+
"@thi.ng/vectors": "^7.10.16"
|
|
55
56
|
},
|
|
56
57
|
"devDependencies": {
|
|
57
58
|
"@microsoft/api-extractor": "^7.40.1",
|
|
@@ -445,5 +446,5 @@
|
|
|
445
446
|
"vectors"
|
|
446
447
|
]
|
|
447
448
|
},
|
|
448
|
-
"gitHead": "
|
|
449
|
+
"gitHead": "a421058a65ba76608d94129ac29451bfedaf201c\n"
|
|
449
450
|
}
|