saturon 0.2.2 → 0.3.0

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": "saturon",
3
- "version": "0.2.2",
3
+ "version": "0.3.0",
4
4
  "description": "A runtime-extensible JavaScript library for parsing, converting, and manipulating colors with full CSS spec support.",
5
5
  "type": "module",
6
6
  "private": false,
@@ -20,6 +20,10 @@
20
20
  "import": "./dist/config.js",
21
21
  "types": "./dist/config.d.ts"
22
22
  },
23
+ "./engine": {
24
+ "import": "./dist/engine.js",
25
+ "types": "./dist/engine.d.ts"
26
+ },
23
27
  "./Color": {
24
28
  "import": "./dist/Color.js",
25
29
  "types": "./dist/Color.d.ts"
@@ -106,22 +110,17 @@
106
110
  "system-color"
107
111
  ],
108
112
  "devDependencies": {
109
- "@eslint/compat": "^1.4.0",
110
- "@eslint/eslintrc": "^3.3.1",
111
- "@eslint/js": "^9.37.0",
113
+ "@eslint/js": "^10.0.1",
112
114
  "@types/jest": "^30.0.0",
113
115
  "@types/node": "^24.6.2",
114
- "@typescript-eslint/eslint-plugin": "^8.45.0",
115
- "@typescript-eslint/parser": "^8.45.0",
116
116
  "esbuild": "^0.25.11",
117
- "eslint": "^9.37.0",
118
- "eslint-config-prettier": "^10.1.8",
119
- "eslint-plugin-prettier": "^5.5.4",
117
+ "eslint": "^10.3.0",
120
118
  "jest": "^30.2.0",
121
- "jiti": "^2.6.1",
119
+ "jiti": "^2.7.0",
122
120
  "prettier": "^3.6.2",
123
121
  "ts-jest": "^29.4.4",
124
122
  "ts-node": "^10.9.2",
125
- "typescript": "^5.9.3"
123
+ "typescript": "^5.9.3",
124
+ "typescript-eslint": "^8.59.2"
126
125
  }
127
126
  }