@thi.ng/color-palettes 1.2.10 → 1.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.
- package/CHANGELOG.md +1 -1
- package/package.json +13 -14
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/color-palettes",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.12",
|
|
4
4
|
"description": "Collection of 200+ image based color themes & composable theme query filters",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -28,27 +28,26 @@
|
|
|
28
28
|
"clean": "rimraf --glob '*.js' '*.d.ts' '*.map' doc",
|
|
29
29
|
"doc": "typedoc --excludePrivate --excludeInternal --out doc src/index.ts",
|
|
30
30
|
"doc:ae": "mkdir -p .ae/doc .ae/temp && api-extractor run --local --verbose",
|
|
31
|
-
"doc:readme": "
|
|
32
|
-
"doc:stats": "tools:module-stats",
|
|
31
|
+
"doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts",
|
|
33
32
|
"pub": "yarn npm publish --access public",
|
|
34
|
-
"test": "
|
|
33
|
+
"test": "bun test",
|
|
35
34
|
"build:binary": "tools:node-esm tools/encode.ts",
|
|
36
35
|
"tool:swatches": "tools:node-esm tools/swatches.ts"
|
|
37
36
|
},
|
|
38
37
|
"dependencies": {
|
|
39
|
-
"@thi.ng/api": "^8.9.
|
|
40
|
-
"@thi.ng/base-n": "^2.5.
|
|
41
|
-
"@thi.ng/checks": "^3.4.
|
|
42
|
-
"@thi.ng/color": "^5.5.
|
|
43
|
-
"@thi.ng/errors": "^2.4.
|
|
44
|
-
"@thi.ng/hex": "^2.3.
|
|
38
|
+
"@thi.ng/api": "^8.9.8",
|
|
39
|
+
"@thi.ng/base-n": "^2.5.16",
|
|
40
|
+
"@thi.ng/checks": "^3.4.8",
|
|
41
|
+
"@thi.ng/color": "^5.5.31",
|
|
42
|
+
"@thi.ng/errors": "^2.4.2",
|
|
43
|
+
"@thi.ng/hex": "^2.3.20"
|
|
45
44
|
},
|
|
46
45
|
"devDependencies": {
|
|
47
|
-
"@microsoft/api-extractor": "^7.38.
|
|
48
|
-
"@thi.ng/testament": "^0.
|
|
46
|
+
"@microsoft/api-extractor": "^7.38.2",
|
|
47
|
+
"@thi.ng/testament": "^0.4.1",
|
|
49
48
|
"rimraf": "^5.0.5",
|
|
50
49
|
"tools": "^0.0.1",
|
|
51
|
-
"typedoc": "^0.25.
|
|
50
|
+
"typedoc": "^0.25.3",
|
|
52
51
|
"typescript": "^5.2.2"
|
|
53
52
|
},
|
|
54
53
|
"keywords": [
|
|
@@ -90,5 +89,5 @@
|
|
|
90
89
|
"parent": "@thi.ng/color",
|
|
91
90
|
"year": 2021
|
|
92
91
|
},
|
|
93
|
-
"gitHead": "
|
|
92
|
+
"gitHead": "669a3151e4302480244fe3e60eff5e732ea5b7a7\n"
|
|
94
93
|
}
|