@thi.ng/color 5.6.5 → 5.6.7

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 +20 -21
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2023-12-11T10:07:09Z
3
+ - **Last updated**: 2023-12-19T11:01:47Z
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.6.5",
3
+ "version": "5.6.7",
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,31 +33,30 @@
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": "tools:node-esm tools/limits.ts",
37
- "tool:maxchroma": "tools:node-esm tools/max-chroma.ts",
38
- "tool:strategies": "tools:node-esm tools/strategies.ts",
39
- "tool:swatches": "tools:node-esm tools/index.ts"
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.12",
43
- "@thi.ng/arrays": "^2.7.8",
44
- "@thi.ng/binary": "^3.4.0",
45
- "@thi.ng/checks": "^3.4.12",
46
- "@thi.ng/compare": "^2.2.8",
47
- "@thi.ng/compose": "^2.1.51",
48
- "@thi.ng/defmulti": "^3.0.10",
49
- "@thi.ng/errors": "^2.4.6",
50
- "@thi.ng/math": "^5.7.7",
51
- "@thi.ng/random": "^3.6.18",
52
- "@thi.ng/strings": "^3.7.3",
53
- "@thi.ng/transducers": "^8.8.15",
54
- "@thi.ng/vectors": "^7.8.10"
42
+ "@thi.ng/api": "^8.9.14",
43
+ "@thi.ng/arrays": "^2.7.10",
44
+ "@thi.ng/binary": "^3.4.2",
45
+ "@thi.ng/checks": "^3.4.14",
46
+ "@thi.ng/compare": "^2.2.10",
47
+ "@thi.ng/compose": "^2.1.53",
48
+ "@thi.ng/defmulti": "^3.0.12",
49
+ "@thi.ng/errors": "^2.4.8",
50
+ "@thi.ng/math": "^5.7.9",
51
+ "@thi.ng/random": "^3.6.20",
52
+ "@thi.ng/strings": "^3.7.5",
53
+ "@thi.ng/transducers": "^8.8.17",
54
+ "@thi.ng/vectors": "^7.8.12"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@microsoft/api-extractor": "^7.38.3",
58
58
  "esbuild": "^0.19.8",
59
59
  "rimraf": "^5.0.5",
60
- "tools": "^0.0.1",
61
60
  "typedoc": "^0.25.4",
62
61
  "typescript": "^5.3.2"
63
62
  },
@@ -103,7 +102,7 @@
103
102
  "setTimeout": false
104
103
  },
105
104
  "engines": {
106
- "node": ">=12.7"
105
+ "node": ">=18"
107
106
  },
108
107
  "files": [
109
108
  "./*.js",
@@ -446,5 +445,5 @@
446
445
  "vectors"
447
446
  ]
448
447
  },
449
- "gitHead": "22e36fa838e5431d40165384918b395603bbd92f\n"
448
+ "gitHead": "0d9265be7be13eccf0ef75eaedbfd42626339279\n"
450
449
  }