@thi.ng/color-palettes 0.9.5 → 0.9.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.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2022-11-30T22:27:37Z
3
+ - **Last updated**: 2022-12-22T21:47:07Z
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
@@ -1,10 +1,10 @@
1
1
  <!-- This file is generated - DO NOT EDIT! -->
2
2
 
3
- # ![color-palettes](https://media.thi.ng/umbrella/banners-20220914/thing-color-palettes.svg?b1e135aa)
3
+ # ![@thi.ng/color-palettes](https://media.thi.ng/umbrella/banners-20220914/thing-color-palettes.svg?b1e135aa)
4
4
 
5
5
  [![npm version](https://img.shields.io/npm/v/@thi.ng/color-palettes.svg)](https://www.npmjs.com/package/@thi.ng/color-palettes)
6
6
  ![npm downloads](https://img.shields.io/npm/dm/@thi.ng/color-palettes.svg)
7
- [![Twitter Follow](https://img.shields.io/twitter/follow/thing_umbrella.svg?style=flat-square&label=twitter)](https://twitter.com/thing_umbrella)
7
+ [![Mastodon Follow](https://img.shields.io/mastodon/follow/109331703950160316?domain=https%3A%2F%2Fmastodon.thi.ng&style=social)](https://mastodon.thi.ng/@toxi)
8
8
 
9
9
  This project is part of the
10
10
  [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo.
@@ -214,11 +214,8 @@ ES module import:
214
214
 
215
215
  For Node.js REPL:
216
216
 
217
- ```text
218
- # with flag only for < v16
219
- node --experimental-repl-await
220
-
221
- > const colorPalettes = await import("@thi.ng/color-palettes");
217
+ ```js
218
+ const colorPalettes = await import("@thi.ng/color-palettes");
222
219
  ```
223
220
 
224
221
  Package sizes (brotli'd, pre-treeshake): ESM: 6.20 KB
@@ -253,7 +250,7 @@ Also see the [swatch generator](https://github.com/thi-ng/umbrella/blob/develop/
253
250
 
254
251
  ## Authors
255
252
 
256
- Karsten Schmidt
253
+ - [Karsten Schmidt](https://thi.ng)
257
254
 
258
255
  If this project contributes to an academic publication, please cite it as:
259
256
 
@@ -268,4 +265,4 @@ If this project contributes to an academic publication, please cite it as:
268
265
 
269
266
  ## License
270
267
 
271
- &copy; 2021 - 2022 Karsten Schmidt // Apache Software License 2.0
268
+ &copy; 2021 - 2022 Karsten Schmidt // Apache License 2.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/color-palettes",
3
- "version": "0.9.5",
3
+ "version": "0.9.7",
4
4
  "description": "Collection of 190+ image based color palettes",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -10,7 +10,7 @@
10
10
  "type": "git",
11
11
  "url": "https://github.com/thi-ng/umbrella.git"
12
12
  },
13
- "homepage": "https://github.com/thi-ng/umbrella/tree/master/packages/color-palettes#readme",
13
+ "homepage": "https://github.com/thi-ng/umbrella/tree/develop/packages/color-palettes#readme",
14
14
  "funding": [
15
15
  {
16
16
  "type": "github",
@@ -21,7 +21,7 @@
21
21
  "url": "https://patreon.com/thing_umbrella"
22
22
  }
23
23
  ],
24
- "author": "Karsten Schmidt <k+npm@thi.ng>",
24
+ "author": "Karsten Schmidt (https://thi.ng)",
25
25
  "license": "Apache-2.0",
26
26
  "scripts": {
27
27
  "build": "yarn clean && tsc --declaration",
@@ -35,12 +35,12 @@
35
35
  "tool:swatches": "tools:node-esm tools/index.ts"
36
36
  },
37
37
  "devDependencies": {
38
- "@microsoft/api-extractor": "^7.33.5",
39
- "@thi.ng/testament": "^0.3.6",
38
+ "@microsoft/api-extractor": "^7.33.7",
39
+ "@thi.ng/testament": "^0.3.8",
40
40
  "rimraf": "^3.0.2",
41
41
  "tools": "^0.0.1",
42
- "typedoc": "^0.23.20",
43
- "typescript": "^4.8.4"
42
+ "typedoc": "^0.23.22",
43
+ "typescript": "^4.9.4"
44
44
  },
45
45
  "keywords": [
46
46
  "css",
@@ -72,5 +72,5 @@
72
72
  "parent": "@thi.ng/color",
73
73
  "year": 2021
74
74
  },
75
- "gitHead": "1fe40da507070653f420156d91e6b27cf682004f\n"
75
+ "gitHead": "bc6f7f5e2765bb96fe64db804eaf4b2443b47fc6\n"
76
76
  }