@north-light/crouter-api 0.3.156 → 0.3.157
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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
The typed contract for **crtrd**'s `/v1` HTTP API — DTOs, route builders, the
|
|
4
4
|
error contract, and the `CrtrClient` transport. This is the client-side surface
|
|
5
5
|
external consumers (e.g. Northlight Core) use to talk to a crtrd instance
|
|
6
|
-
without depending on the full `@
|
|
6
|
+
without depending on the full `@north-light/crouter` runtime.
|
|
7
7
|
|
|
8
8
|
Zero runtime dependencies: the built package is Node built-ins (`node:http`,
|
|
9
9
|
`node:https`, `node:os`, `node:path`) plus its own modules only. No install
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// `@
|
|
1
|
+
// `@north-light/crouter/api` — the single source of truth for crtrd's API DTOs,
|
|
2
2
|
// route constants, error contract, and the typed `CrtrClient`. Dependency-light
|
|
3
3
|
// by design (spec §3.1): Node built-ins + `src/api/*` only.
|
|
4
4
|
export { CrtrClient } from './client.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@north-light/crouter-api",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.157",
|
|
4
4
|
"description": "Typed crtrd /v1 API contract — DTOs, route builders, the error contract, and the CrtrClient. Zero runtime dependencies.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|