qualty 0.1.32 → 0.1.33

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/qualty.js +2 -2
  2. package/package.json +1 -1
package/bin/qualty.js CHANGED
@@ -27,9 +27,9 @@ import {
27
27
  } from "./auth-ci-bundle.js";
28
28
 
29
29
  /** CLI backend URL is fixed by Qualty distribution. */
30
- // const DEFAULT_QUALTY_API_URL = "https://qualty-api-production.up.railway.app";
30
+ const DEFAULT_QUALTY_API_URL = "https://qualty-api-production.up.railway.app";
31
+ // const DEFAULT_QUALTY_API_URL = "https://qualty-api-development.up.railway.app";
31
32
  // const DEFAULT_QUALTY_API_URL = "http://localhost:8000";
32
- const DEFAULT_QUALTY_API_URL = "https://qualty-api-development.up.railway.app";
33
33
 
34
34
 
35
35
  const PROJECT_CONFIG_FILENAME = ".qualty.json";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qualty",
3
- "version": "0.1.32",
3
+ "version": "0.1.33",
4
4
  "description": "Qualty CLI for localhost and CI test runs",
5
5
  "bin": {
6
6
  "qualty": "bin/qualty.js"