@thi.ng/color 5.7.10 → 5.7.12
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 +16 -16
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/color",
|
|
3
|
-
"version": "5.7.
|
|
3
|
+
"version": "5.7.12",
|
|
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",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"build:decl": "tsc --declaration --emitDeclarationOnly",
|
|
29
29
|
"build:esbuild": "esbuild --format=esm --platform=neutral --target=es2022 --tsconfig=tsconfig.json --outdir=. src/**/*.ts",
|
|
30
30
|
"clean": "bun ../../tools/src/clean-package.ts css hcy hsi hsl hsv int lab lch oklab oklch rgb srgb xyy xyz ycc",
|
|
31
|
-
"doc": "typedoc --
|
|
31
|
+
"doc": "typedoc --options ../../typedoc.json --out doc src/index.ts",
|
|
32
32
|
"doc:ae": "mkdir -p .ae/doc .ae/temp && api-extractor run --local --verbose",
|
|
33
33
|
"doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts",
|
|
34
34
|
"pub": "yarn npm publish --access public",
|
|
@@ -40,19 +40,19 @@
|
|
|
40
40
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@thi.ng/api": "^8.11.
|
|
44
|
-
"@thi.ng/arrays": "^2.10.
|
|
45
|
-
"@thi.ng/binary": "^3.4.
|
|
46
|
-
"@thi.ng/checks": "^3.6.
|
|
47
|
-
"@thi.ng/compare": "^2.4.
|
|
48
|
-
"@thi.ng/compose": "^3.0.
|
|
49
|
-
"@thi.ng/defmulti": "^3.0.
|
|
50
|
-
"@thi.ng/errors": "^2.5.
|
|
51
|
-
"@thi.ng/math": "^5.11.
|
|
52
|
-
"@thi.ng/random": "^4.1.
|
|
53
|
-
"@thi.ng/strings": "^3.8.
|
|
54
|
-
"@thi.ng/transducers": "^9.2.
|
|
55
|
-
"@thi.ng/vectors": "^7.12.
|
|
43
|
+
"@thi.ng/api": "^8.11.12",
|
|
44
|
+
"@thi.ng/arrays": "^2.10.5",
|
|
45
|
+
"@thi.ng/binary": "^3.4.35",
|
|
46
|
+
"@thi.ng/checks": "^3.6.14",
|
|
47
|
+
"@thi.ng/compare": "^2.4.4",
|
|
48
|
+
"@thi.ng/compose": "^3.0.15",
|
|
49
|
+
"@thi.ng/defmulti": "^3.0.50",
|
|
50
|
+
"@thi.ng/errors": "^2.5.18",
|
|
51
|
+
"@thi.ng/math": "^5.11.12",
|
|
52
|
+
"@thi.ng/random": "^4.1.3",
|
|
53
|
+
"@thi.ng/strings": "^3.8.10",
|
|
54
|
+
"@thi.ng/transducers": "^9.2.8",
|
|
55
|
+
"@thi.ng/vectors": "^7.12.9"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@microsoft/api-extractor": "^7.47.9",
|
|
@@ -444,5 +444,5 @@
|
|
|
444
444
|
"vectors"
|
|
445
445
|
]
|
|
446
446
|
},
|
|
447
|
-
"gitHead": "
|
|
447
|
+
"gitHead": "ef89090bb19fc5bca23be5da8cfce05b82ff4ad1\n"
|
|
448
448
|
}
|