@phun-ky/moebius 2.0.31 → 2.0.33

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.
Files changed (2) hide show
  1. package/dist/moebius.js +1 -1
  2. package/package.json +12 -12
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.31
5
+ * @version 2.0.33
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.31",
3
+ "version": "2.0.33",
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",
@@ -98,35 +98,35 @@
98
98
  },
99
99
  "devDependencies": {
100
100
  "@release-it/conventional-changelog": "^10.0.1",
101
- "@rollup/plugin-commonjs": "^28.0.6",
102
- "@rollup/plugin-node-resolve": "^16.0.1",
101
+ "@rollup/plugin-commonjs": "^28.0.8",
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.5.2",
107
+ "@types/node": "^24.8.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.21",
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.9.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",
124
124
  "tslib": "^2.3.1",
125
125
  "tsx": "^4.20.6",
126
- "typedoc": "^0.28.2",
126
+ "typedoc": "^0.28.14",
127
127
  "typedoc-plugin-frontmatter": "^1.0.0",
128
128
  "typedoc-plugin-markdown": "^4.2.3",
129
- "typedoc-plugin-mdn-links": "^5.0.1",
129
+ "typedoc-plugin-mdn-links": "^5.0.10",
130
130
  "typedoc-plugin-no-inherit": "^1.4.0",
131
131
  "typedoc-plugin-remark": "^2.0.0",
132
132
  "typedoc-plugin-rename-defaults": "^0.7.1",
@@ -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.4"
138
138
  },
139
139
  "engines": {
140
140
  "node": ">=22.9.0",