@shield-agent/kya 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/server.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shield-agent/kya",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Know Your Agent light CLI + local MCP gate (provider-agnostic, zero vertical packs required).",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -27,8 +27,7 @@
27
27
  "homepage": "https://shield-agent.com/install",
28
28
  "repository": {
29
29
  "type": "git",
30
- "url": "git+https://github.com/The-Pixel-Boys/shield-kya.git",
31
- "directory": "packages/kya"
30
+ "url": "git+https://github.com/The-Pixel-Boys/shield-kya.git"
32
31
  },
33
32
  "bugs": {
34
33
  "url": "https://github.com/The-Pixel-Boys/shield-kya/issues"
package/server.json CHANGED
@@ -4,15 +4,15 @@
4
4
  "description": "Know Your Agent (KYA) local MCP gate: policy evaluate, session ingest, approval request. Provider-agnostic; sole PEP is Shield.",
5
5
  "status": "active",
6
6
  "repository": {
7
- "url": "https://github.com/The-Pixel-Boys/shield-agent",
7
+ "url": "https://github.com/The-Pixel-Boys/shield-kya",
8
8
  "source": "github"
9
9
  },
10
- "version": "0.1.0",
10
+ "version": "0.1.1",
11
11
  "packages": [
12
12
  {
13
13
  "registryType": "npm",
14
14
  "identifier": "@shield-agent/kya",
15
- "version": "0.1.0",
15
+ "version": "0.1.1",
16
16
  "transport": {
17
17
  "type": "stdio"
18
18
  },