stitchkit 0.49.1 → 0.49.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.
Files changed (2) hide show
  1. package/llms-full.txt +3 -2
  2. package/package.json +1 -1
package/llms-full.txt CHANGED
@@ -4612,8 +4612,9 @@ expect(res.status).toBe(404)
4612
4612
  expect(await res.json()).toEqual({ error: { code: 'NOT_FOUND', message: 'Note not found' } })
4613
4613
  ```
4614
4614
 
4615
- stitchkit's own suite — 143 tests in `packages/core/tests` is the working
4616
- reference for testing each piece.
4615
+ The suite in `packages/core/tests` is the working reference for testing each
4616
+ piece. Its size changes with the public surface, so the guide does not pin a
4617
+ count that can drift independently from the test runner.
4617
4618
 
4618
4619
  ## Deployment
4619
4620
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stitchkit",
3
- "version": "0.49.1",
3
+ "version": "0.49.2",
4
4
  "description": "Contract-first backend framework — one defineContract() into an HTTP API, MCP tools, AI-agent tools and a typed client. Bun and Node.",
5
5
  "keywords": [
6
6
  "bun",