@thi.ng/color 5.6.5 → 5.6.6

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 -20
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-18T13:41:19Z
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.6",
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,25 +33,25 @@
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.13",
43
+ "@thi.ng/arrays": "^2.7.9",
44
+ "@thi.ng/binary": "^3.4.1",
45
+ "@thi.ng/checks": "^3.4.13",
46
+ "@thi.ng/compare": "^2.2.9",
47
+ "@thi.ng/compose": "^2.1.52",
48
+ "@thi.ng/defmulti": "^3.0.11",
49
+ "@thi.ng/errors": "^2.4.7",
50
+ "@thi.ng/math": "^5.7.8",
51
+ "@thi.ng/random": "^3.6.19",
52
+ "@thi.ng/strings": "^3.7.4",
53
+ "@thi.ng/transducers": "^8.8.16",
54
+ "@thi.ng/vectors": "^7.8.11"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@microsoft/api-extractor": "^7.38.3",
@@ -103,7 +103,7 @@
103
103
  "setTimeout": false
104
104
  },
105
105
  "engines": {
106
- "node": ">=12.7"
106
+ "node": ">=18"
107
107
  },
108
108
  "files": [
109
109
  "./*.js",
@@ -446,5 +446,5 @@
446
446
  "vectors"
447
447
  ]
448
448
  },
449
- "gitHead": "22e36fa838e5431d40165384918b395603bbd92f\n"
449
+ "gitHead": "25a42a81fac8603a1e440a7aa8bc343276211ff4\n"
450
450
  }