multicorn-shield 0.6.0 → 0.6.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/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ![Multicorn Shield](readme-header.svg)
1
+ ![Multicorn Shield](https://multicorn.ai/images/og-image-shield.png)
2
2
 
3
3
  # Multicorn Shield
4
4
 
@@ -196,7 +196,7 @@ With the dashboard you can:
196
196
  The dashboard works with both the SDK integration and the MCP proxy. No extra setup needed.
197
197
 
198
198
  <p align="center">
199
- <img src="https://app.multicorn.ai/og-image-shield.png" alt="Dashboard overview showing total actions, blocked count, spend, and live activity feed" width="800" />
199
+ <img src="https://multicorn.ai/images/og-image-shield.png" alt="Dashboard overview showing total actions, blocked count, spend, and live activity feed" width="800" />
200
200
  </p>
201
201
 
202
202
  <p align="center">
@@ -22358,7 +22358,7 @@ async function writeExtensionBackup(claudeDesktopConfigPath, mcpServers) {
22358
22358
 
22359
22359
  // package.json
22360
22360
  var package_default = {
22361
- version: "0.6.0"};
22361
+ version: "0.6.1"};
22362
22362
 
22363
22363
  // src/package-meta.ts
22364
22364
  var PACKAGE_VERSION = package_default.version;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "multicorn-shield",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "description": "The control layer for AI agents: permissions, consent, spending limits, and audit logging.",
5
5
  "license": "MIT",
6
6
  "type": "module",