@idevelopers/agentlock 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.
@@ -14,7 +14,7 @@
14
14
  },
15
15
  "category": "development",
16
16
  "source": "./",
17
- "version": "0.1.0",
17
+ "version": "0.1.1",
18
18
  "homepage": "https://www.npmjs.com/package/@idevelopers/agentlock"
19
19
  }
20
20
  ]
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentlock",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Local permission firewall for AI coding agents and MCP tools",
5
5
  "author": {
6
6
  "name": "iDevelopers",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentlock",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Local permission firewall for AI coding agents and MCP tools",
5
5
  "author": "iDevelopers",
6
6
  "license": "MIT",
package/dist/index.js CHANGED
@@ -5,7 +5,7 @@ import { registerTools } from "./server.js";
5
5
  async function main() {
6
6
  const server = new McpServer({
7
7
  name: "agentlock",
8
- version: "0.1.0",
8
+ version: "0.1.1",
9
9
  });
10
10
  registerTools(server);
11
11
  const transport = new StdioServerTransport();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idevelopers/agentlock",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Local permission firewall for AI coding agents and MCP tools.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: agentlock-workflow
3
3
  description: Use when running AI coding work under AgentLock permission capsules, secret-safe scans, command checks, or guarded command execution.
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  ---
6
6
 
7
7
  # AgentLock Workflow