chalkbridge 1.1.3 → 1.1.4
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 +10 -0
- package/dist/cli.js +1 -1
- package/package.json +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# chalkbridge
|
|
2
2
|
|
|
3
|
+
## 1.1.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- c0c4810: Declare `author` in the published manifest.
|
|
8
|
+
|
|
9
|
+
No `repository`, `homepage` or `bugs`: the source is private, so those fields would put
|
|
10
|
+
dead links on a public npm page. The author string carries the portfolio URL, which is
|
|
11
|
+
the one destination that actually resolves for a reader.
|
|
12
|
+
|
|
3
13
|
## 1.1.2
|
|
4
14
|
|
|
5
15
|
**Arrows stay attached when you drag the box they point at.**
|
package/dist/cli.js
CHANGED
package/package.json
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chalkbridge",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Self-hosted Excalidraw canvas for Claude Code to draw and reason on architecture diagrams.",
|
|
6
6
|
"license": "MIT",
|
|
7
|
+
"author": "Manideep Kadambari (https://phoenixcodes.dev)",
|
|
7
8
|
"keywords": [
|
|
8
9
|
"excalidraw",
|
|
9
10
|
"mcp",
|