@thi.ng/color 5.2.11 → 5.2.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 (3) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/README.md +1 -1
  3. package/package.json +16 -16
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2022-11-23T22:46:54Z
3
+ - **Last updated**: 2022-11-30T22:27:37Z
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/README.md CHANGED
@@ -601,7 +601,7 @@ node --experimental-repl-await
601
601
  > const color = await import("@thi.ng/color");
602
602
  ```
603
603
 
604
- Package sizes (gzipped, pre-treeshake): ESM: 17.50 KB
604
+ Package sizes (brotli'd, pre-treeshake): ESM: 15.21 KB
605
605
 
606
606
  ## Dependencies
607
607
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/color",
3
- "version": "5.2.11",
3
+ "version": "5.2.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",
@@ -36,23 +36,23 @@
36
36
  "tool:swatches": "tools:node-esm tools/index.ts"
37
37
  },
38
38
  "dependencies": {
39
- "@thi.ng/api": "^8.5.0",
40
- "@thi.ng/arrays": "^2.4.3",
41
- "@thi.ng/binary": "^3.3.11",
42
- "@thi.ng/checks": "^3.3.3",
43
- "@thi.ng/compare": "^2.1.17",
44
- "@thi.ng/compose": "^2.1.19",
45
- "@thi.ng/defmulti": "^2.1.22",
46
- "@thi.ng/errors": "^2.2.4",
47
- "@thi.ng/math": "^5.3.14",
48
- "@thi.ng/random": "^3.3.16",
49
- "@thi.ng/strings": "^3.3.18",
50
- "@thi.ng/transducers": "^8.3.24",
51
- "@thi.ng/vectors": "^7.5.25"
39
+ "@thi.ng/api": "^8.5.1",
40
+ "@thi.ng/arrays": "^2.4.4",
41
+ "@thi.ng/binary": "^3.3.12",
42
+ "@thi.ng/checks": "^3.3.4",
43
+ "@thi.ng/compare": "^2.1.18",
44
+ "@thi.ng/compose": "^2.1.20",
45
+ "@thi.ng/defmulti": "^2.1.23",
46
+ "@thi.ng/errors": "^2.2.5",
47
+ "@thi.ng/math": "^5.3.15",
48
+ "@thi.ng/random": "^3.3.17",
49
+ "@thi.ng/strings": "^3.3.19",
50
+ "@thi.ng/transducers": "^8.3.25",
51
+ "@thi.ng/vectors": "^7.5.26"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@microsoft/api-extractor": "^7.33.5",
55
- "@thi.ng/testament": "^0.3.5",
55
+ "@thi.ng/testament": "^0.3.6",
56
56
  "rimraf": "^3.0.2",
57
57
  "tools": "^0.0.1",
58
58
  "typedoc": "^0.23.20",
@@ -424,5 +424,5 @@
424
424
  "vectors"
425
425
  ]
426
426
  },
427
- "gitHead": "75ec32ff7f1b7b5e72e7a04ace24732cd5d6c774\n"
427
+ "gitHead": "1fe40da507070653f420156d91e6b27cf682004f\n"
428
428
  }