@griffin-app/griffin-cli 1.0.20 → 1.0.21

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.
@@ -7,7 +7,7 @@ import { Type } from "typebox";
7
7
  * This file only stores configuration (project, environments, runner connection).
8
8
  */
9
9
  const authUrl = "https://www.getgriffinapp.com/api/auth";
10
- const hubBaseUrl = "https://griff.services";
10
+ const hubBaseUrl = "https://hub.griff.services";
11
11
  export const EnvironmentConfigSchema = Type.Object({
12
12
  variables: Type.Optional(Type.Record(Type.String(), Type.String())),
13
13
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@griffin-app/griffin-cli",
3
- "version": "1.0.20",
3
+ "version": "1.0.21",
4
4
  "description": "CLI tool for running and managing griffin API tests",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",