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 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
@@ -5663,7 +5663,7 @@ function readEnv(source) {
5663
5663
  }
5664
5664
 
5665
5665
  // src/composition/container.ts
5666
- var PACKAGE_VERSION = "1.1.3";
5666
+ var PACKAGE_VERSION = "1.1.4";
5667
5667
  function readRuntime() {
5668
5668
  return {
5669
5669
  env: process.env,
package/package.json CHANGED
@@ -1,9 +1,10 @@
1
1
  {
2
2
  "name": "chalkbridge",
3
- "version": "1.1.3",
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",