@shomra/agent 0.2.1 → 0.2.3

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/NOTICE +1 -1
  2. package/package.json +5 -4
package/NOTICE CHANGED
@@ -1,7 +1,7 @@
1
1
  Shomra Agent (@shomra/agent)
2
2
  Copyright 2026 Shomra
3
3
 
4
- This product includes software developed at Shomra (https://shomra.dev).
4
+ This product includes software developed at Shomra (https://shomra.ai).
5
5
 
6
6
  Licensed under the Apache License, Version 2.0. See the LICENSE file for the
7
7
  full terms.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shomra/agent",
3
- "version": "0.2.1",
3
+ "version": "0.2.3",
4
4
  "description": "Shomra — a local-first security scanner and runtime firewall for AI agents, MCP servers, prompts, and models. Gates AI artifacts in your editor and CI.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -35,13 +35,14 @@
35
35
  "agent-security",
36
36
  "devsecops"
37
37
  ],
38
- "homepage": "https://shomra.dev",
38
+ "homepage": "https://shomra.ai",
39
39
  "repository": {
40
40
  "type": "git",
41
- "url": "git+https://github.com/shomra/agent.git"
41
+ "url": "git+https://github.com/shomra-org/Shomra.Backend.git",
42
+ "directory": "agent"
42
43
  },
43
44
  "bugs": {
44
- "url": "https://github.com/shomra/agent/issues"
45
+ "url": "https://github.com/shomra-org/Shomra.Backend/issues"
45
46
  },
46
47
  "author": "Shomra",
47
48
  "license": "Apache-2.0",