@phun-ky/moebius 2.0.29 → 2.0.31

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/README.md CHANGED
@@ -33,7 +33,7 @@ Möbius is a color palette generation tool designed for developers and designers
33
33
 
34
34
  ## Documentation
35
35
 
36
- Checkout the documentation at [https://phun-ky.net/moebius/](https://https://phun-ky.net/moebius/).
36
+ Checkout the documentation at [https://möbius.dev](https://möbius.dev).
37
37
 
38
38
  ## Try it online
39
39
 
package/dist/moebius.js CHANGED
@@ -2,7 +2,7 @@
2
2
  * @phun-ky/moebius
3
3
  * @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.
4
4
  * @author Alexander Vassbotn Røyne-Helgesen <alexander+github.com@phun-ky.net>
5
- * @version 2.0.29
5
+ * @version 2.0.31
6
6
  * @license
7
7
  * Copyright (c) 2023 Alexander Vassbotn Røyne-Helgesen
8
8
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@phun-ky/moebius",
3
- "version": "2.0.29",
3
+ "version": "2.0.31",
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",
@@ -110,8 +110,8 @@
110
110
  "eslint-config-phun-ky": "^1.0.18",
111
111
  "git-cz": "^4.9.0",
112
112
  "glob": "^11.0.3",
113
- "global-jsdom": "^26.0.0",
114
- "jsdom": "^26.1.0",
113
+ "global-jsdom": "^27.0.0",
114
+ "jsdom": "^27.0.0",
115
115
  "prettier": "3.6.2",
116
116
  "putout": "^40.9.0",
117
117
  "release-it": "^19.0.5",