create-vellaveto 6.0.2 → 6.0.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.
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # create-vellaveto
2
2
 
3
- Interactive setup wizard for [Vellaveto](https://github.com/vellaveto/vellaveto) — the runtime security engine for AI agent tool calls.
3
+ Interactive setup wizard for [Vellaveto](https://github.com/vellaveto/vellaveto) — the agent interaction firewall for AI tool calls.
4
4
 
5
5
  ## Quick Alternative
6
6
 
@@ -1,6 +1,6 @@
1
- export declare const VERSION = "6.0.0";
2
- export declare const IMAGE_TAG = "6.0.0";
1
+ export declare const VERSION = "6.0.3";
2
+ export declare const IMAGE_TAG = "6.0.3";
3
3
  export declare const IMAGE_REPO = "ghcr.io/vellaveto/vellaveto";
4
4
  export declare const DEFAULT_PORT = 3000;
5
5
  export declare const DEFAULT_PROXY_PORT = 3001;
6
- export declare const BANNER = "\n __ __ _ _ _\n \\ \\ / /__| | | __ ___ _____| |_ ___\n \\ \\ / / _ \\ | |/ _` \\ \\ / / _ \\ __/ _ \\\n \\ V / __/ | | (_| |\\ V / __/ || (_) |\n \\_/ \\___|_|_|\\__,_| \\_/ \\___|\\__\\___/\n\n MCP Policy Gateway \u2014 Setup Wizard v6.0.0\n";
6
+ export declare const BANNER = "\n __ __ _ _ _\n \\ \\ / /__| | | __ ___ _____| |_ ___\n \\ \\ / / _ \\ | |/ _` \\ \\ / / _ \\ __/ _ \\\n \\ V / __/ | | (_| |\\ V / __/ || (_) |\n \\_/ \\___|_|_|\\__,_| \\_/ \\___|\\__\\___/\n\n MCP Policy Gateway \u2014 Setup Wizard v6.0.3\n";
package/dist/constants.js CHANGED
@@ -1,5 +1,5 @@
1
- export const VERSION = "6.0.0";
2
- export const IMAGE_TAG = "6.0.0";
1
+ export const VERSION = "6.0.3";
2
+ export const IMAGE_TAG = "6.0.3";
3
3
  export const IMAGE_REPO = "ghcr.io/vellaveto/vellaveto";
4
4
  export const DEFAULT_PORT = 3000;
5
5
  export const DEFAULT_PROXY_PORT = 3001;
@@ -28,7 +28,7 @@ export function installCommand(language) {
28
28
  case "go":
29
29
  return "go get github.com/vellaveto/vellaveto/sdk/go";
30
30
  case "java":
31
- return "<!-- Add to pom.xml -->\n<dependency>\n <groupId>com.vellaveto</groupId>\n <artifactId>vellaveto-java-sdk</artifactId>\n <version>6.0.0</version>\n</dependency>";
31
+ return "<!-- Add to pom.xml -->\n<dependency>\n <groupId>com.vellaveto</groupId>\n <artifactId>vellaveto-java-sdk</artifactId>\n <version>6.0.3</version>\n</dependency>";
32
32
  case "skip":
33
33
  return "";
34
34
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-vellaveto",
3
- "version": "6.0.2",
3
+ "version": "6.0.3",
4
4
  "description": "Setup wizard for Vellaveto — MCP Policy Gateway",
5
5
  "type": "module",
6
6
  "bin": {
@@ -24,7 +24,7 @@
24
24
  "url": "https://github.com/vellaveto/vellaveto.git",
25
25
  "directory": "packages/create-vellaveto"
26
26
  },
27
- "homepage": "https://www.vellaveto.online",
27
+ "homepage": "https://vellaveto.online",
28
28
  "bugs": {
29
29
  "url": "https://github.com/vellaveto/vellaveto/issues"
30
30
  },