@thi.ng/color-palettes 1.1.0 → 1.1.2

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 +13 -13
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2023-04-25T15:38:18Z
3
+ - **Last updated**: 2023-06-14T07:58: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/README.md CHANGED
@@ -270,7 +270,7 @@ For Node.js REPL:
270
270
  const colorPalettes = await import("@thi.ng/color-palettes");
271
271
  ```
272
272
 
273
- Package sizes (brotli'd, pre-treeshake): ESM: 4.59 KB
273
+ Package sizes (brotli'd, pre-treeshake): ESM: 4.75 KB
274
274
 
275
275
  ## Dependencies
276
276
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/color-palettes",
3
- "version": "1.1.0",
3
+ "version": "1.1.2",
4
4
  "description": "Collection of 200+ image based color themes & composable theme query filters",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -36,20 +36,20 @@
36
36
  "tool:swatches": "tools:node-esm tools/swatches.ts"
37
37
  },
38
38
  "dependencies": {
39
- "@thi.ng/api": "^8.8.0",
40
- "@thi.ng/base-n": "^2.5.3",
41
- "@thi.ng/checks": "^3.3.12",
42
- "@thi.ng/color": "^5.5.1",
43
- "@thi.ng/errors": "^2.2.15",
44
- "@thi.ng/hex": "^2.3.9"
39
+ "@thi.ng/api": "^8.8.2",
40
+ "@thi.ng/base-n": "^2.5.5",
41
+ "@thi.ng/checks": "^3.3.14",
42
+ "@thi.ng/color": "^5.5.3",
43
+ "@thi.ng/errors": "^2.2.17",
44
+ "@thi.ng/hex": "^2.3.11"
45
45
  },
46
46
  "devDependencies": {
47
- "@microsoft/api-extractor": "^7.34.4",
48
- "@thi.ng/testament": "^0.3.15",
49
- "rimraf": "^4.4.1",
47
+ "@microsoft/api-extractor": "^7.35.3",
48
+ "@thi.ng/testament": "^0.3.17",
49
+ "rimraf": "^5.0.1",
50
50
  "tools": "^0.0.1",
51
- "typedoc": "^0.23.28",
52
- "typescript": "^5.0.4"
51
+ "typedoc": "^0.24.8",
52
+ "typescript": "^5.1.3"
53
53
  },
54
54
  "keywords": [
55
55
  "css",
@@ -90,5 +90,5 @@
90
90
  "parent": "@thi.ng/color",
91
91
  "year": 2021
92
92
  },
93
- "gitHead": "ca22f02a137c0a4e3a38ef81e82e2bc7e3c43849\n"
93
+ "gitHead": "54e825a976c72067a244cff8725ca98f5416d26d\n"
94
94
  }