@endge/core 3.2.0 → 3.2.1

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 (4) hide show
  1. package/ReadMe.md +1 -1
  2. package/dist/core.cjs +361 -356
  3. package/dist/core.js +37361 -37450
  4. package/package.json +5 -4
package/ReadMe.md CHANGED
@@ -20,4 +20,4 @@ defineVocab({
20
20
 
21
21
  `vocab('airlines')` в Composition продолжает ссылаться на identity документа. В live-режиме Payload reader агрегирует страницы и применяет ordered DataView/Converter pipeline. В mock-режиме provider, auth и SSE не запускаются: используется explicit Mock JSON или `[]`.
22
22
 
23
- Полный нормативный контракт находится в `docs/architecture/vocab-source.md` корневого монорепозитория.
23
+ Полный нормативный контракт находится в `docs/frontend/packages/core/contracts/vocab-source.md` корневого монорепозитория.