@thi.ng/color-palettes 1.4.21 → 1.4.22

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-11-10T17:11:51Z
3
+ - **Last updated**: 2024-11-24T18:15:48Z
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/binary.d.ts CHANGED
@@ -1,4 +1,4 @@
1
1
  export declare const NUM_THEMES = 220;
2
2
  /** @internal */
3
- export declare const BINARY: Uint8Array;
3
+ export declare const BINARY: Uint8Array<ArrayBufferLike>;
4
4
  //# sourceMappingURL=binary.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/color-palettes",
3
- "version": "1.4.21",
3
+ "version": "1.4.22",
4
4
  "description": "Collection of 200+ image based color themes & composable theme query filters",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -38,18 +38,18 @@
38
38
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
39
39
  },
40
40
  "dependencies": {
41
- "@thi.ng/api": "^8.11.12",
42
- "@thi.ng/base-n": "^2.7.24",
43
- "@thi.ng/checks": "^3.6.14",
44
- "@thi.ng/color": "^5.7.12",
45
- "@thi.ng/errors": "^2.5.18",
46
- "@thi.ng/hex": "^2.3.56"
41
+ "@thi.ng/api": "^8.11.13",
42
+ "@thi.ng/base-n": "^2.7.25",
43
+ "@thi.ng/checks": "^3.6.15",
44
+ "@thi.ng/color": "^5.7.13",
45
+ "@thi.ng/errors": "^2.5.19",
46
+ "@thi.ng/hex": "^2.3.57"
47
47
  },
48
48
  "devDependencies": {
49
- "@microsoft/api-extractor": "^7.47.9",
49
+ "@microsoft/api-extractor": "^7.48.0",
50
50
  "esbuild": "^0.24.0",
51
- "typedoc": "^0.26.7",
52
- "typescript": "^5.6.2"
51
+ "typedoc": "^0.26.11",
52
+ "typescript": "^5.7.2"
53
53
  },
54
54
  "keywords": [
55
55
  "color",
@@ -90,5 +90,5 @@
90
90
  "parent": "@thi.ng/color",
91
91
  "year": 2021
92
92
  },
93
- "gitHead": "ef89090bb19fc5bca23be5da8cfce05b82ff4ad1\n"
93
+ "gitHead": "85e2f0935b58bde5d165fbe754fafec5da0b731e\n"
94
94
  }