@viasat/beam-react-claude-plugin 2.39.0 → 2.39.2

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.
@@ -3,7 +3,7 @@
3
3
  "name": "beam-react-claude-plugin",
4
4
  "displayName": "Beam React Claude Plugin",
5
5
  "description": "Equips AI tools with Beam Design System context for building, auditing, and answering implementation questions across tokens, components and data sources in React.",
6
- "version": "2.39.0",
6
+ "version": "2.39.2",
7
7
  "author": {
8
8
  "name": "Viasat",
9
9
  "url": "https://git.viasat.com/vega/beam"
@@ -15,7 +15,7 @@
15
15
  "command": "npx",
16
16
  "args": [
17
17
  "-y",
18
- "@viasat/beam-react-mcp@2.39.0"
18
+ "@viasat/beam-react-mcp@2.39.2"
19
19
  ]
20
20
  }
21
21
  }
package/README.md CHANGED
@@ -25,7 +25,7 @@ props, stories, and concept docs.
25
25
  On VPN, add the Beam repo as a marketplace:
26
26
 
27
27
  ```bash
28
- /plugin marketplace add git.viasat.com/vega/beam
28
+ /plugin marketplace add git@git.viasat.com:vega/beam.git
29
29
  /plugin install beam-react-claude-plugin
30
30
  ```
31
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@viasat/beam-react-claude-plugin",
3
- "version": "2.39.0",
3
+ "version": "2.39.2",
4
4
  "description": "Claude Code plugin that reduces AI hallucinations on Beam usage. Ships skills, reference docs, and a user-invocable token audit command.",
5
5
  "license": "MIT",
6
6
  "author": "Viasat",