@testspectra/cli 1.1.13 → 1.1.14

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@testspectra/cli",
3
- "version": "1.1.13",
3
+ "version": "1.1.14",
4
4
  "description": "TestSpectra Cross-Platform Test Runner CLI",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -13,8 +13,7 @@
13
13
  "./package.json": "./package.json"
14
14
  },
15
15
  "bin": {
16
- "spectra": "./bin/spectra.js",
17
- "testspectra": "./bin/spectra.js"
16
+ "spectra": "./bin/spectra.js"
18
17
  },
19
18
  "files": [
20
19
  "dist",
@@ -26,10 +25,10 @@
26
25
  ],
27
26
  "dependencies": {
28
27
  "@clack/prompts": "^1.7.0",
29
- "@testspectra/matchers": "^1.1.13",
30
- "@testspectra/react": "^1.1.13",
31
- "@testspectra/reporter": "^1.1.13",
32
- "@testspectra/skills": "^1.1.13",
28
+ "@testspectra/matchers": "^1.1.14",
29
+ "@testspectra/react": "^1.1.14",
30
+ "@testspectra/reporter": "^1.1.14",
31
+ "@testspectra/skills": "^1.1.14",
33
32
  "chalk": "^5.3.0",
34
33
  "commander": "^12.1.0",
35
34
  "cross-spawn": "^7.0.6",
@@ -40,9 +39,9 @@
40
39
  "zod": "^3.23.8"
41
40
  },
42
41
  "optionalDependencies": {
43
- "@testspectra/cli-darwin-arm64": "1.1.13",
44
- "@testspectra/cli-linux-x64": "1.1.13",
45
- "@testspectra/cli-win32-x64": "1.1.13"
42
+ "@testspectra/cli-darwin-arm64": "1.1.14",
43
+ "@testspectra/cli-linux-x64": "1.1.14",
44
+ "@testspectra/cli-win32-x64": "1.1.14"
46
45
  },
47
46
  "devDependencies": {
48
47
  "@types/cross-spawn": "^6.0.6",
@@ -17,8 +17,8 @@
17
17
  "postinstall": "spectra sync-types"
18
18
  },
19
19
  "devDependencies": {
20
- "@testspectra/cli": "^1.1.13",
21
- "@testspectra/matchers": "^1.1.13",
20
+ "@testspectra/cli": "^1.1.14",
21
+ "@testspectra/matchers": "^1.1.14",
22
22
  "@types/node": "^20.14.0",
23
23
  "@wdio/cli": "^9.2.8",
24
24
  "@wdio/local-runner": "^9.2.8",
@@ -12,8 +12,8 @@
12
12
  "postinstall": "spectra sync-types"
13
13
  },
14
14
  "devDependencies": {
15
- "@testspectra/cli": "^1.1.13",
16
- "@testspectra/matchers": "^1.1.13",
15
+ "@testspectra/cli": "^1.1.14",
16
+ "@testspectra/matchers": "^1.1.14",
17
17
  "@types/node": "^20.14.0",
18
18
  "@wdio/cli": "^9.2.8",
19
19
  "@wdio/local-runner": "^9.2.8",
@@ -14,9 +14,9 @@
14
14
  "postinstall": "spectra sync-types"
15
15
  },
16
16
  "devDependencies": {
17
- "@testspectra/cli": "^1.1.13",
18
- "@testspectra/matchers": "^1.1.13",
19
- "@testspectra/react": "^1.1.13",
17
+ "@testspectra/cli": "^1.1.14",
18
+ "@testspectra/matchers": "^1.1.14",
19
+ "@testspectra/react": "^1.1.14",
20
20
  "@types/node": "^20.14.0",
21
21
  "@types/react": "^18.3.3",
22
22
  "@types/react-dom": "^18.3.0",