@coreason-ai/sensory-core 1.5.2 → 1.5.3
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/CHANGELOG.md +7 -0
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [1.5.3](https://github.com/CoReason-AI/coreason-sensory-core/compare/v1.5.2...v1.5.3) (2026-05-22)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* export TemporalFork type from index ([570bbbc](https://github.com/CoReason-AI/coreason-sensory-core/commit/570bbbc2b8528bb223686562dd9a3fb75372be0a))
|
|
14
|
+
|
|
8
15
|
## [1.5.2](https://github.com/CoReason-AI/coreason-sensory-core/compare/v1.5.1...v1.5.2) (2026-05-22)
|
|
9
16
|
|
|
10
17
|
|
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from './components/GlassBox';
|
|
2
2
|
export * from './components/StatusPulse';
|
|
3
3
|
export { TemporalScrubber } from './components/TemporalScrubber';
|
|
4
|
+
export type { TemporalFork } from './components/TemporalScrubber';
|
|
4
5
|
export { KnowledgeTree } from './components/KnowledgeTree';
|
|
5
6
|
export { ThermodynamicGovernor } from './components/ThermodynamicGovernor';
|
|
6
7
|
export { QuorumAdjudicator } from './components/QuorumAdjudicator';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coreason-ai/sensory-core",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.3",
|
|
4
4
|
"description": "Topos-Theoretic UI primitive library for the CoReason Cybernetic Manifold. Stateless, hollow React components that project coreason-manifest Pydantic ASTs into the DOM.",
|
|
5
5
|
"license": "Prosperity-3.0",
|
|
6
6
|
"author": "CoReason, Inc. <info@coreason.ai>",
|