@phun-ky/moebius 2.0.32 → 2.0.34

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@phun-ky/moebius",
3
- "version": "2.0.32",
3
+ "version": "2.0.34",
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",
@@ -92,32 +92,32 @@
92
92
  }
93
93
  },
94
94
  "dependencies": {
95
- "@phun-ky/typeof": "^2.0.4",
95
+ "@phun-ky/typeof": "^2.0.8",
96
96
  "chroma-js": "^3.1.2",
97
97
  "nearest-color": "^0.4.4"
98
98
  },
99
99
  "devDependencies": {
100
100
  "@release-it/conventional-changelog": "^10.0.1",
101
- "@rollup/plugin-commonjs": "^28.0.6",
101
+ "@rollup/plugin-commonjs": "^28.0.9",
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.1",
107
- "@types/node": "^24.7.2",
107
+ "@types/node": "^24.9.1",
108
108
  "cobertura": "^1.0.1",
109
- "eslint": "^9.36.0",
110
- "eslint-config-phun-ky": "^1.0.18",
109
+ "eslint": "^9.38.0",
110
+ "eslint-config-phun-ky": "^1.0.22",
111
111
  "git-cz": "^4.9.0",
112
112
  "glob": "^11.0.3",
113
113
  "global-jsdom": "^27.0.0",
114
- "jsdom": "^27.0.0",
114
+ "jsdom": "^27.0.1",
115
115
  "prettier": "3.6.2",
116
- "putout": "^40.10.0",
116
+ "putout": "^40.11.0",
117
117
  "release-it": "^19.0.5",
118
118
  "remark-github": "^12.0.0",
119
119
  "remark-toc": "^9.0.0",
120
- "rollup": "^4.52.3",
120
+ "rollup": "^4.52.5",
121
121
  "rollup-plugin-dts": "^6.2.3",
122
122
  "rollup-plugin-typescript2": "^0.36.0",
123
123
  "stylus": "^0.64.0",
@@ -134,7 +134,7 @@
134
134
  "typescript": "^5.9.2",
135
135
  "unified-prettier": "^2.0.1",
136
136
  "vitepress": "^1.6.4",
137
- "vitepress-plugin-group-icons": "^1.6.3"
137
+ "vitepress-plugin-group-icons": "^1.6.5"
138
138
  },
139
139
  "engines": {
140
140
  "node": ">=22.9.0",