pixelkiln 0.9.0 → 0.10.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/CONTRIBUTING.md +2 -1
- package/README.md +2 -1
- package/docs/GETTING_STARTED.md +1 -1
- package/package.json +2 -2
package/CONTRIBUTING.md
CHANGED
package/README.md
CHANGED
package/docs/GETTING_STARTED.md
CHANGED
|
@@ -8,7 +8,7 @@ checks need provider access.
|
|
|
8
8
|
|
|
9
9
|
## Requirements
|
|
10
10
|
|
|
11
|
-
- Node.js
|
|
11
|
+
- Node.js 22 or newer. Node.js 24 LTS is the recommended default.
|
|
12
12
|
- A credential for the selected hosted provider: `PIXELLAB_API_KEY` for
|
|
13
13
|
PixelLab or `RD_API_KEY` for Retro Diffusion. Self-hosted ComfyUI needs a
|
|
14
14
|
reachable server instead of an API key.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pixelkiln",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.10.0",
|
|
4
4
|
"description": "Manifest-driven pixel-art generation, review, recovery, and packaging with deterministic provenance.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"website:build": "npm run build --prefix website"
|
|
40
40
|
},
|
|
41
41
|
"engines": {
|
|
42
|
-
"node": ">=
|
|
42
|
+
"node": ">=22"
|
|
43
43
|
},
|
|
44
44
|
"repository": {
|
|
45
45
|
"type": "git",
|