scenri 0.2.1 → 0.2.2

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/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.2.2](https://github.com/tonygorb/scenri/compare/v0.2.1...v0.2.2) (2026-08-20)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **deps:** patched fastify-static and sharp ([50669e5](https://github.com/tonygorb/scenri/commit/50669e596eb25252de3f2d154dd725ef4d6f2daf))
9
+ * **deps:** patched fastify-static and sharp ([18fddd8](https://github.com/tonygorb/scenri/commit/18fddd8b5c25c7ce643798432f37cd7941af08c1))
10
+ * **deps:** take the patched fastify-static and sharp ([d6e6c38](https://github.com/tonygorb/scenri/commit/d6e6c385f670d398006ac7f4efbaee7946711b5c))
11
+
3
12
  ## [0.2.1](https://github.com/tonygorb/scenri/compare/v0.2.0...v0.2.1) (2026-08-20)
4
13
 
5
14
 
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
  <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/tonygorb/scenri/main/docs/media/logo-on-dark.svg">
5
5
  <img src="https://raw.githubusercontent.com/tonygorb/scenri/main/docs/media/logo-on-light.svg" alt="scenri" width="200">
6
6
  </picture>
7
- <br>
7
+ <br><br>
8
8
 
9
9
  **The open studio for brand-consistent AI visuals.**<br>
10
10
  Define a client's brand once. Then generate, branch, and art-direct on-brand images through a version tree, running entirely on your own machine and your own AI accounts.
package/dist/serve.js CHANGED
@@ -6514,6 +6514,16 @@ function registerImageRoutes(app, deps) {
6514
6514
 
6515
6515
  // src/release/notes.data.ts
6516
6516
  var RELEASES = [
6517
+ {
6518
+ version: "0.2.2",
6519
+ date: "2026-08-20",
6520
+ sections: [
6521
+ {
6522
+ heading: "Security",
6523
+ body: "Two dependencies are on their patched releases. The file server that serves the studio is updated for a path traversal advisory, and the image library scenri re-encodes every upload through is updated for the libvips advisories. Nothing about how scenri works changes."
6524
+ }
6525
+ ]
6526
+ },
6517
6527
  {
6518
6528
  version: "0.2.1",
6519
6529
  date: "2026-08-20",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scenri",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "author": "Tony Gorb <hello@scenri.co>",
5
5
  "license": "AGPL-3.0-only",
6
6
  "type": "module",
@@ -17,7 +17,7 @@
17
17
  },
18
18
  "dependencies": {
19
19
  "@fastify/multipart": "^9.0.0",
20
- "@fastify/static": "^8.0.0",
20
+ "@fastify/static": "^10.1.3",
21
21
  "ajv": "^8.17.1",
22
22
  "ajv-formats": "^3.0.1",
23
23
  "better-sqlite3": "^12.0.0",
@@ -28,7 +28,7 @@
28
28
  "open": "^10.1.0",
29
29
  "pixelmatch": "^7.1.0",
30
30
  "pngjs": "^7.0.0",
31
- "sharp": "^0.34.0"
31
+ "sharp": "^0.35.3"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@scenri/brand": "workspace:*",
Binary file