@semiont/core 0.2.35-build.98 → 0.2.35
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.d.ts +218 -164
- package/dist/index.js +83 -5
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -279,7 +279,7 @@ Semiont follows a **spec-first architecture**:
|
|
|
279
279
|
- HTTP client & convenience re-exports → `@semiont/api-client`
|
|
280
280
|
- Backend internal implementation → imports from `@semiont/core`
|
|
281
281
|
|
|
282
|
-
**Type
|
|
282
|
+
**Type Yield Flow**: OpenAPI spec → `@semiont/core/src/types.ts` (via `openapi-typescript`) → re-exported by `@semiont/api-client` for convenience. This ensures no circular dependencies and clear build order.
|
|
283
283
|
|
|
284
284
|
## Development
|
|
285
285
|
|