@ferrflow/win32-arm64 7.22.0 → 7.23.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/README.md CHANGED
@@ -350,6 +350,17 @@ mixed with an inline `package` array while you migrate.
350
350
  The following are rejected rather than silently ignored: an `include` pattern matching no file, two
351
351
  packages sharing a name, and an included file declaring `workspace`, `include`, or `package`.
352
352
 
353
+ Included files have their own schema, so editors autocomplete and validate them:
354
+
355
+ ```json
356
+ {
357
+ "$schema": "https://ferrflow.com/schema/ferrflow-package.json",
358
+ "name": "api"
359
+ }
360
+ ```
361
+
362
+ `ferrflow schema --package` writes the same schema locally, for repos that would rather not fetch it.
363
+
353
364
  ## Versioning Strategies
354
365
 
355
366
  Each package can use its own versioning strategy. Set a default at the workspace level and override per package:
package/bin/ferrflow.exe CHANGED
Binary file
package/package.json CHANGED
@@ -12,5 +12,5 @@
12
12
  "type": "git",
13
13
  "url": "git+https://github.com/FerrLabs/FerrFlow.git"
14
14
  },
15
- "version": "7.22.0"
15
+ "version": "7.23.0"
16
16
  }