@thi.ng/color 5.4.3 → 5.4.4
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.4.
|
|
3
|
+
"version": "5.4.4",
|
|
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",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"license": "Apache-2.0",
|
|
26
26
|
"scripts": {
|
|
27
27
|
"build": "yarn clean && tsc --declaration",
|
|
28
|
-
"clean": "rimraf '*.js' '*.d.ts' '*.map' doc api css hcy hsi hsl hsv int internal lab lch oklab rgb srgb xyy xyz ycc",
|
|
28
|
+
"clean": "rimraf --glob '*.js' '*.d.ts' '*.map' doc api css hcy hsi hsl hsv int internal lab lch oklab rgb srgb xyy xyz ycc",
|
|
29
29
|
"doc": "typedoc --excludePrivate --excludeInternal --out doc src/index.ts",
|
|
30
30
|
"doc:ae": "mkdir -p .ae/doc .ae/temp && api-extractor run --local --verbose",
|
|
31
31
|
"doc:readme": "yarn doc:stats && tools:readme",
|
|
@@ -38,26 +38,26 @@
|
|
|
38
38
|
"tool:swatches": "tools:node-esm tools/index.ts"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@thi.ng/api": "^8.7.
|
|
42
|
-
"@thi.ng/arrays": "^2.5.
|
|
43
|
-
"@thi.ng/binary": "^3.3.
|
|
44
|
-
"@thi.ng/checks": "^3.3.
|
|
45
|
-
"@thi.ng/compare": "^2.1.
|
|
46
|
-
"@thi.ng/compose": "^2.1.
|
|
47
|
-
"@thi.ng/defmulti": "^2.1.
|
|
48
|
-
"@thi.ng/errors": "^2.2.
|
|
49
|
-
"@thi.ng/math": "^5.4.
|
|
50
|
-
"@thi.ng/random": "^3.3.
|
|
51
|
-
"@thi.ng/strings": "^3.4.
|
|
52
|
-
"@thi.ng/transducers": "^8.3.
|
|
53
|
-
"@thi.ng/vectors": "^7.6.
|
|
41
|
+
"@thi.ng/api": "^8.7.4",
|
|
42
|
+
"@thi.ng/arrays": "^2.5.8",
|
|
43
|
+
"@thi.ng/binary": "^3.3.21",
|
|
44
|
+
"@thi.ng/checks": "^3.3.10",
|
|
45
|
+
"@thi.ng/compare": "^2.1.27",
|
|
46
|
+
"@thi.ng/compose": "^2.1.29",
|
|
47
|
+
"@thi.ng/defmulti": "^2.1.33",
|
|
48
|
+
"@thi.ng/errors": "^2.2.13",
|
|
49
|
+
"@thi.ng/math": "^5.4.5",
|
|
50
|
+
"@thi.ng/random": "^3.3.27",
|
|
51
|
+
"@thi.ng/strings": "^3.4.2",
|
|
52
|
+
"@thi.ng/transducers": "^8.3.38",
|
|
53
|
+
"@thi.ng/vectors": "^7.6.8"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@microsoft/api-extractor": "^7.34.
|
|
57
|
-
"@thi.ng/testament": "^0.3.
|
|
58
|
-
"rimraf": "^4.
|
|
56
|
+
"@microsoft/api-extractor": "^7.34.4",
|
|
57
|
+
"@thi.ng/testament": "^0.3.13",
|
|
58
|
+
"rimraf": "^4.4.0",
|
|
59
59
|
"tools": "^0.0.1",
|
|
60
|
-
"typedoc": "^0.23.
|
|
60
|
+
"typedoc": "^0.23.26",
|
|
61
61
|
"typescript": "^4.9.5"
|
|
62
62
|
},
|
|
63
63
|
"keywords": [
|
|
@@ -445,5 +445,5 @@
|
|
|
445
445
|
"vectors"
|
|
446
446
|
]
|
|
447
447
|
},
|
|
448
|
-
"gitHead": "
|
|
448
|
+
"gitHead": "cc46c097a3a173fb1ef41f57a858d03037063141\n"
|
|
449
449
|
}
|