scenri 0.2.1 → 0.2.3

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,22 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.2.3](https://github.com/tonygorb/scenri/compare/v0.2.2...v0.2.3) (2026-08-20)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **deps:** clear the esbuild advisory and a flaky e2e teardown ([97c6985](https://github.com/tonygorb/scenri/commit/97c6985dc7f6e92e3cac1eebd9e039201b12fc16))
9
+ * **deps:** clear the esbuild advisory, and stop the update fixture racing its own teardown ([5cb7bff](https://github.com/tonygorb/scenri/commit/5cb7bff083a92c929bc570b1d88b50747c3a3605))
10
+
11
+ ## [0.2.2](https://github.com/tonygorb/scenri/compare/v0.2.1...v0.2.2) (2026-08-20)
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * **deps:** patched fastify-static and sharp ([50669e5](https://github.com/tonygorb/scenri/commit/50669e596eb25252de3f2d154dd725ef4d6f2daf))
17
+ * **deps:** patched fastify-static and sharp ([18fddd8](https://github.com/tonygorb/scenri/commit/18fddd8b5c25c7ce643798432f37cd7941af08c1))
18
+ * **deps:** take the patched fastify-static and sharp ([d6e6c38](https://github.com/tonygorb/scenri/commit/d6e6c385f670d398006ac7f4efbaee7946711b5c))
19
+
3
20
  ## [0.2.1](https://github.com/tonygorb/scenri/compare/v0.2.0...v0.2.1) (2026-08-20)
4
21
 
5
22
 
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,26 @@ function registerImageRoutes(app, deps) {
6514
6514
 
6515
6515
  // src/release/notes.data.ts
6516
6516
  var RELEASES = [
6517
+ {
6518
+ version: "0.2.3",
6519
+ date: "2026-08-20",
6520
+ sections: [
6521
+ {
6522
+ heading: "Security",
6523
+ body: "The last advisory against a build dependency is closed. Nothing about how scenri runs changes, and nothing in the published package moves."
6524
+ }
6525
+ ]
6526
+ },
6527
+ {
6528
+ version: "0.2.2",
6529
+ date: "2026-08-20",
6530
+ sections: [
6531
+ {
6532
+ heading: "Security",
6533
+ 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."
6534
+ }
6535
+ ]
6536
+ },
6517
6537
  {
6518
6538
  version: "0.2.1",
6519
6539
  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.3",
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