@floless/app 0.67.0 → 0.69.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": "@floless/app",
3
- "version": "0.67.0",
3
+ "version": "0.69.0",
4
4
  "type": "module",
5
5
  "description": "Thin localhost host for floless.app — serves web/ and shells the aware CLI. No engine, no LLM.",
6
6
  "bin": {
@@ -25,6 +25,7 @@
25
25
  "build:exe": "node build/bundle.mjs && node build/make-sea.mjs",
26
26
  "verify:skills": "node build/verify-shipped-skills.mjs",
27
27
  "verify:flo": "node build/verify-flo-descriptions.mjs",
28
+ "verify:no-title": "node build/verify-no-title.mjs",
28
29
  "typecheck": "tsc --noEmit",
29
30
  "prepack": "npm run build"
30
31
  },