@phun-ky/moebius 2.0.21 → 2.0.23

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.21",
3
+ "version": "2.0.23",
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",
@@ -89,7 +89,7 @@
89
89
  }
90
90
  },
91
91
  "dependencies": {
92
- "@phun-ky/typeof": "^1.2.26",
92
+ "@phun-ky/typeof": "^1.2.27",
93
93
  "chroma-js": "^3.1.2",
94
94
  "nearest-color": "^0.4.4"
95
95
  },
@@ -100,28 +100,28 @@
100
100
  "@rollup/plugin-terser": "^0.4.4",
101
101
  "@testing-library/dom": "^10.4.1",
102
102
  "@testing-library/jest-dom": "^6.8.0",
103
- "@types/node": "^24.3.0",
103
+ "@types/node": "^24.3.1",
104
104
  "cobertura": "^1.0.1",
105
- "eslint": "^9.34.0",
106
- "eslint-config-phun-ky": "^1.0.14",
105
+ "eslint": "^9.35.0",
106
+ "eslint-config-phun-ky": "^1.0.16",
107
107
  "git-cz": "^4.9.0",
108
108
  "glob": "^11.0.3",
109
109
  "global-jsdom": "^26.0.0",
110
110
  "jsdom": "^26.1.0",
111
111
  "prettier": "3.6.2",
112
- "putout": "^40.6.1",
112
+ "putout": "^40.8.0",
113
113
  "release-it": "^19.0.4",
114
114
  "remark-gfm": "^4.0.1",
115
115
  "remark-github": "^12.0.0",
116
116
  "remark-insert-headings": "^0.0.0",
117
117
  "remark-toc": "^9.0.0",
118
- "rollup": "^4.48.0",
118
+ "rollup": "^4.50.1",
119
119
  "rollup-plugin-dts": "^6.2.3",
120
120
  "rollup-plugin-typescript2": "^0.36.0",
121
121
  "stylus": "^0.64.0",
122
122
  "tslib": "^2.3.1",
123
123
  "tsx": "^4.20.5",
124
- "typedoc": "^0.28.11",
124
+ "typedoc": "^0.28.12",
125
125
  "typedoc-plugin-frontmatter": "^1.3.0",
126
126
  "typedoc-plugin-markdown": "^4.8.1",
127
127
  "typedoc-plugin-mdn-links": "^5.0.9",