@thi.ng/color-palettes 0.4.0 → 0.4.1

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
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.4.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/color-palettes@0.4.0...@thi.ng/color-palettes@0.4.1) (2021-10-13)
7
+
8
+ **Note:** Version bump only for package @thi.ng/color-palettes
9
+
10
+
11
+
12
+
13
+
6
14
  # [0.4.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/color-palettes@0.3.0...@thi.ng/color-palettes@0.4.0) (2021-10-12)
7
15
 
8
16
 
package/README.md CHANGED
@@ -46,10 +46,11 @@ ES module import:
46
46
 
47
47
  [Skypack documentation](https://docs.skypack.dev/)
48
48
 
49
- For NodeJS (v14.6+):
49
+ For Node.js REPL:
50
50
 
51
51
  ```text
52
- node --experimental-specifier-resolution=node --experimental-repl-await
52
+ # with flag only for < v16
53
+ node --experimental-repl-await
53
54
 
54
55
  > const colorPalettes = await import("@thi.ng/color-palettes");
55
56
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/color-palettes",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "Collection of 100 image based color palettes",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -35,7 +35,7 @@
35
35
  "tool:swatches": "../../scripts/node-esm tools/index.ts"
36
36
  },
37
37
  "devDependencies": {
38
- "@thi.ng/testament": "^0.1.0"
38
+ "@thi.ng/testament": "^0.1.1"
39
39
  },
40
40
  "keywords": [
41
41
  "css",
@@ -50,6 +50,9 @@
50
50
  "publishConfig": {
51
51
  "access": "public"
52
52
  },
53
+ "engines": {
54
+ "node": ">=12.7"
55
+ },
53
56
  "files": [
54
57
  "*.js",
55
58
  "*.d.ts"
@@ -63,5 +66,5 @@
63
66
  "parent": "@thi.ng/color",
64
67
  "year": 2021
65
68
  },
66
- "gitHead": "9ac1344b38b565eb894306fbf72233b6c0b2d115"
69
+ "gitHead": "2e6b3d7c0f4c5686c1e9bdb4902ed7d3f90bcc19"
67
70
  }