@alwaysmeticulous/cli 2.248.8 → 2.248.10

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.
@@ -92,7 +92,7 @@ const handler = async ({ apiToken, commitSha: commitSha_, appUrl, secureTunnelHo
92
92
  // We want to still output progress even if not connected to a interactive tty since some CI runners
93
93
  // such as CircleCI will timeout the process early if it hasn't outputted anything for a while.
94
94
  // You can test this by running:
95
- // `yarn cli:dev run-all-tests-in-cloud --appUrl <your app URL> --commitSha <a valid commit SHA> 2>&1 | cat`
95
+ // `pnpm cli:dev run-all-tests-in-cloud --appUrl <your app URL> --commitSha <a valid commit SHA> 2>&1 | cat`
96
96
  noTTYOutput: true,
97
97
  notTTYSchedule: 30000,
98
98
  }, cli_progress_1.default.Presets.shades_classic);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alwaysmeticulous/cli",
3
- "version": "2.248.8",
3
+ "version": "2.248.10",
4
4
  "description": "The Meticulous CLI",
5
5
  "license": "ISC",
6
6
  "main": "dist/index.js",
@@ -25,21 +25,21 @@
25
25
  "cli:dev": "ts-node src/main.ts",
26
26
  "cli:dev-localhost": "METICULOUS_API_URL=http://localhost:3000/api/ ts-node src/main.ts",
27
27
  "cli:dev-staging": "METICULOUS_API_URL=https://staging-backend.alb.meticulous.ai/api/ ts-node src/main.ts",
28
- "test": "jest --passWithNoTests",
28
+ "test": "vitest run --passWithNoTests",
29
29
  "depcheck": "depcheck --ignore-patterns=dist"
30
30
  },
31
31
  "dependencies": {
32
- "@alwaysmeticulous/api": "^2.248.0",
33
- "@alwaysmeticulous/client": "^2.248.2",
34
- "@alwaysmeticulous/common": "^2.248.0",
35
- "@alwaysmeticulous/downloading-helpers": "^2.248.5",
36
- "@alwaysmeticulous/record": "^2.248.0",
37
- "@alwaysmeticulous/remote-replay-launcher": "^2.248.8",
38
- "@alwaysmeticulous/replay-debugger-ui": "^2.248.0",
39
- "@alwaysmeticulous/replay-orchestrator-launcher": "^2.248.5",
40
- "@alwaysmeticulous/sdk-bundles-api": "^2.248.0",
41
- "@alwaysmeticulous/sentry": "^2.248.0",
42
- "@alwaysmeticulous/tunnels-client": "^2.248.0",
32
+ "@alwaysmeticulous/api": "2.248.0",
33
+ "@alwaysmeticulous/client": "2.248.9",
34
+ "@alwaysmeticulous/common": "2.248.9",
35
+ "@alwaysmeticulous/downloading-helpers": "2.248.10",
36
+ "@alwaysmeticulous/record": "2.248.9",
37
+ "@alwaysmeticulous/remote-replay-launcher": "2.248.9",
38
+ "@alwaysmeticulous/replay-debugger-ui": "2.248.9",
39
+ "@alwaysmeticulous/replay-orchestrator-launcher": "2.248.10",
40
+ "@alwaysmeticulous/sdk-bundles-api": "2.248.9",
41
+ "@alwaysmeticulous/sentry": "2.248.9",
42
+ "@alwaysmeticulous/tunnels-client": "2.248.9",
43
43
  "@sentry/node": "^10.3.0",
44
44
  "chalk": "^4.1.2",
45
45
  "ci-info": "^4.0.0",
@@ -51,7 +51,8 @@
51
51
  "devDependencies": {
52
52
  "@types/cli-progress": "^3.11.5",
53
53
  "@types/yargs": "^17.0.10",
54
- "loglevel": "^1.8.0"
54
+ "loglevel": "^1.8.0",
55
+ "vitest": "catalog:"
55
56
  },
56
57
  "author": {
57
58
  "name": "The Meticulous Team",
@@ -70,8 +71,5 @@
70
71
  "bugs": {
71
72
  "url": "https://github.com/alwaysmeticulous/meticulous-sdk/issues"
72
73
  },
73
- "jest": {
74
- "preset": "../../jest.config.js"
75
- },
76
- "gitHead": "b11f147281d94f0717bafe22278febb327c4d804"
74
+ "gitHead": "15b262eb2472ea3f09001d8c9874991115f4f14e"
77
75
  }