mythos-sentinel 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.
Files changed (2) hide show
  1. package/package.json +2 -3
  2. package/src/version.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mythos-sentinel",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Runtime MCP proxy, x402 receipt ingestion, and adaptive spend firewall for wallet-enabled AI agents.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -32,8 +32,7 @@
32
32
  ],
33
33
  "bin": {
34
34
  "mythos-sentinel": "./bin/mythos-sentinel.js",
35
- "mythos-sentinel-mcp": "./bin/mythos-sentinel-mcp.js",
36
- "mythos": "./bin/mythos-sentinel.js"
35
+ "mythos-sentinel-mcp": "./bin/mythos-sentinel-mcp.js"
37
36
  },
38
37
  "exports": {
39
38
  ".": "./src/index.js",
package/src/version.js CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '0.1.0';
1
+ export const VERSION = '0.1.1';
2
2
  export const PRODUCT = 'Mythos Sentinel';