@phun-ky/moebius 2.0.35 → 2.0.37
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/dist/moebius.js +4 -4
- package/dist/moebius.js.map +1 -1
- package/package.json +15 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@phun-ky/moebius",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.37",
|
|
4
4
|
"description": "@phun-ky/moebius is a versatile JavaScript library that automatically generates visually pleasing and customizable color palettes from a given base color. Whether you're building data visualizations, UIs, or design systems, Möbius offers various harmony modes (analogous, complementary, triadic, and more), smooth interpolation, luminance shifts, and diverging palette generation - all with extensive color format support and intuitive API design.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"color",
|
|
@@ -83,8 +83,8 @@
|
|
|
83
83
|
"style:lint": "./node_modules/.bin/eslint -c ./eslint.config.mjs src && ./node_modules/.bin/prettier --check src",
|
|
84
84
|
"test": "npm run test:unit",
|
|
85
85
|
"pretest:ci": "rm -rf coverage && mkdir -p coverage",
|
|
86
|
-
"test:ci": "glob -c \"node --import tsx --import global-jsdom/register --test --no-warnings --experimental-test-coverage --test-reporter=cobertura --test-reporter-destination=coverage/cobertura-coverage.xml --test-reporter=spec --test-reporter-destination=stdout\" \"./src/**/__tests__/**/*.[jt]s\"",
|
|
87
|
-
"test:unit": "glob -c \"node --import tsx --import global-jsdom/register --test --no-warnings\" \"./src/**/__tests__/**/*.[jt]s\""
|
|
86
|
+
"test:ci": "glob-bin -c \"node --import tsx --import global-jsdom/register --test --no-warnings --experimental-test-coverage --test-reporter=cobertura --test-reporter-destination=coverage/cobertura-coverage.xml --test-reporter=spec --test-reporter-destination=stdout\" \"./src/**/__tests__/**/*.[jt]s\"",
|
|
87
|
+
"test:unit": "glob-bin -c \"node --import tsx --import global-jsdom/register --test --no-warnings\" \"./src/**/__tests__/**/*.[jt]s\""
|
|
88
88
|
},
|
|
89
89
|
"config": {
|
|
90
90
|
"commitizen": {
|
|
@@ -92,39 +92,38 @@
|
|
|
92
92
|
}
|
|
93
93
|
},
|
|
94
94
|
"dependencies": {
|
|
95
|
-
"@phun-ky/typeof": "^2.0.
|
|
95
|
+
"@phun-ky/typeof": "^2.0.13",
|
|
96
96
|
"chroma-js": "^3.1.2",
|
|
97
97
|
"nearest-color": "^0.4.4"
|
|
98
98
|
},
|
|
99
99
|
"devDependencies": {
|
|
100
|
-
"@release-it/conventional-changelog": "^10.0.
|
|
100
|
+
"@release-it/conventional-changelog": "^10.0.2",
|
|
101
101
|
"@rollup/plugin-commonjs": "^29.0.0",
|
|
102
102
|
"@rollup/plugin-node-resolve": "^16.0.3",
|
|
103
103
|
"@rollup/plugin-terser": "^0.4.4",
|
|
104
104
|
"@testing-library/dom": "^10.4.1",
|
|
105
105
|
"@testing-library/jest-dom": "^6.8.0",
|
|
106
106
|
"@types/chroma-js": "^3.1.2",
|
|
107
|
-
"@types/node": "^
|
|
107
|
+
"@types/node": "^25.2.3",
|
|
108
108
|
"cobertura": "^1.0.1",
|
|
109
|
-
"eslint": "^9.
|
|
110
|
-
"eslint-config-phun-ky": "^1.0.
|
|
109
|
+
"eslint": "^9.20.0",
|
|
110
|
+
"eslint-config-phun-ky": "^1.0.26",
|
|
111
111
|
"git-cz": "^4.9.0",
|
|
112
|
-
"glob": "^
|
|
113
|
-
"global-jsdom": "^
|
|
114
|
-
"jsdom": "^
|
|
112
|
+
"glob-bin": "^1.0.0",
|
|
113
|
+
"global-jsdom": "^28.0.0",
|
|
114
|
+
"jsdom": "^28.0.0",
|
|
115
115
|
"prettier": "3.6.2",
|
|
116
|
-
"putout": "^
|
|
117
|
-
"release-it": "^19.0.
|
|
116
|
+
"putout": "^41.20.1",
|
|
117
|
+
"release-it": "^19.0.6",
|
|
118
118
|
"remark-github": "^12.0.0",
|
|
119
119
|
"remark-toc": "^9.0.0",
|
|
120
|
-
"rollup": "^4.
|
|
120
|
+
"rollup": "^4.53.3",
|
|
121
121
|
"rollup-plugin-dts": "^6.2.3",
|
|
122
122
|
"rollup-plugin-typescript2": "^0.36.0",
|
|
123
|
-
"stylus": "^0.64.0",
|
|
124
123
|
"tslib": "^2.3.1",
|
|
125
124
|
"tsx": "^4.20.6",
|
|
126
125
|
"typedoc": "^0.28.14",
|
|
127
|
-
"typedoc-plugin-frontmatter": "^1.
|
|
126
|
+
"typedoc-plugin-frontmatter": "^1.3.1",
|
|
128
127
|
"typedoc-plugin-markdown": "^4.2.3",
|
|
129
128
|
"typedoc-plugin-mdn-links": "^5.0.10",
|
|
130
129
|
"typedoc-plugin-no-inherit": "^1.4.0",
|