@trohde/agentic-canvas 0.1.0 → 0.1.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.
- package/CHANGELOG.md +6 -1
- package/dist/cli/index.js +0 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,7 +4,12 @@ All notable changes to this project will be documented in this file.
|
|
|
4
4
|
|
|
5
5
|
This project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
6
6
|
|
|
7
|
-
## 0.1.
|
|
7
|
+
## 0.1.1 - 2026-06-13
|
|
8
|
+
|
|
9
|
+
- Patch release to verify GitHub Actions trusted publishing after the first npm publication.
|
|
10
|
+
- No runtime behavior changes.
|
|
11
|
+
|
|
12
|
+
## 0.1.0 - 2026-06-13
|
|
8
13
|
|
|
9
14
|
- Initial local-first Agentic Canvas implementation.
|
|
10
15
|
- Added Excalidraw-backed browser canvas, MCP Streamable HTTP tools, WebSocket scene sync, save/open, and screenshot support.
|
package/dist/cli/index.js
CHANGED
|
File without changes
|