@codacy/verity-cli 0.28.0 → 0.28.1-experimental.b7950e1

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/bin/verity.js +2 -2
  2. package/package.json +1 -5
package/bin/verity.js CHANGED
@@ -10473,7 +10473,7 @@ var SECURITY_PATTERNS = [
10473
10473
  /Dockerfile/
10474
10474
  ];
10475
10475
  var PROD_SERVICE_URL = "https://ofcamwrjwrkazqvdchko.supabase.co/functions/v1";
10476
- var DEFAULT_SERVICE_URL = "".length > 0 ? "" : PROD_SERVICE_URL;
10476
+ var DEFAULT_SERVICE_URL = "https://wukeddyzpijoegyajtnc.supabase.co/functions/v1".length > 0 ? "https://wukeddyzpijoegyajtnc.supabase.co/functions/v1" : PROD_SERVICE_URL;
10477
10477
  var GITHUB_CLIENT_ID = "Iv23li88HxAi3ZrbYzWh";
10478
10478
  var GITHUB_DEVICE_CODE_URL = "https://github.com/login/device/code";
10479
10479
  var GITHUB_ACCESS_TOKEN_URL = "https://github.com/login/oauth/access_token";
@@ -17463,7 +17463,7 @@ function registerTelemetryCommands(program2) {
17463
17463
  }
17464
17464
 
17465
17465
  // src/cli.ts
17466
- program.name("verity").description("CLI for Verity quality gate service").version("0.28.0").option("--token <token>", "Override authentication token").option("--service-url <url>", "Override service URL").option("--verbose", "Log HTTP requests/responses to stderr");
17466
+ program.name("verity").description("CLI for Verity quality gate service").version("0.28.1-experimental.b7950e1").option("--token <token>", "Override authentication token").option("--service-url <url>", "Override service URL").option("--verbose", "Log HTTP requests/responses to stderr");
17467
17467
  registerAuthCommands(program);
17468
17468
  registerLoginCommand(program);
17469
17469
  registerHooksCommands(program);
package/package.json CHANGED
@@ -1,12 +1,8 @@
1
1
  {
2
2
  "name": "@codacy/verity-cli",
3
- "version": "0.28.0",
3
+ "version": "0.28.1-experimental.b7950e1",
4
4
  "description": "CLI for Verity quality gate service",
5
5
  "homepage": "https://verity.md",
6
- "repository": {
7
- "type": "git",
8
- "url": "git+https://github.com/codacy/verity.git"
9
- },
10
6
  "bugs": {
11
7
  "url": "https://github.com/codacy/verity/issues"
12
8
  },