@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.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +16 -16
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-10-05T12:12:32Z
3
+ - **Last updated**: 2024-11-10T17:11:51Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/color",
3
- "version": "5.7.10",
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 --excludePrivate --excludeInternal --out doc src/index.ts",
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.11",
44
- "@thi.ng/arrays": "^2.10.4",
45
- "@thi.ng/binary": "^3.4.34",
46
- "@thi.ng/checks": "^3.6.13",
47
- "@thi.ng/compare": "^2.4.3",
48
- "@thi.ng/compose": "^3.0.14",
49
- "@thi.ng/defmulti": "^3.0.49",
50
- "@thi.ng/errors": "^2.5.17",
51
- "@thi.ng/math": "^5.11.11",
52
- "@thi.ng/random": "^4.1.2",
53
- "@thi.ng/strings": "^3.8.8",
54
- "@thi.ng/transducers": "^9.2.7",
55
- "@thi.ng/vectors": "^7.12.7"
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": "1148f3130b867c65141957b4b7617021d7ac7fc9\n"
447
+ "gitHead": "ef89090bb19fc5bca23be5da8cfce05b82ff4ad1\n"
448
448
  }