@testspectra/cli 1.0.55 → 1.0.56

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.0.55",
3
+ "version": "1.0.56",
4
4
  "description": "TestSpectra Zero-Config Cross-Platform Test Runner CLI",
5
5
  "main": "./dist/plugin.cjs",
6
6
  "module": "./dist/index.js",
@@ -31,7 +31,7 @@
31
31
  ],
32
32
  "dependencies": {
33
33
  "@clack/prompts": "^1.7.0",
34
- "@testspectra/matchers": "^1.0.55",
34
+ "@testspectra/matchers": "^1.0.56",
35
35
  "chalk": "^5.3.0",
36
36
  "commander": "^12.1.0",
37
37
  "dotenv": "^16.4.5",
@@ -9,7 +9,7 @@
9
9
  },
10
10
  "devDependencies": {
11
11
  "@testspectra/cli": "workspace:*",
12
- "@testspectra/matchers": "^1.0.55",
12
+ "@testspectra/matchers": "^1.0.56",
13
13
  "@types/node": "^20.14.0",
14
14
  "@wdio/globals": "^9.2.8",
15
15
  "@wdio/mocha-framework": "^9.2.8",
@@ -7,7 +7,16 @@
7
7
  "noEmit": true,
8
8
  "skipLibCheck": true,
9
9
  "strict": true,
10
- "types": ["node", "@wdio/globals/types", "@wdio/mocha-framework"]
10
+ "types": [
11
+ "node",
12
+ "@wdio/globals/types",
13
+ "@wdio/mocha-framework"
14
+ ],
15
+ "plugins": [
16
+ {
17
+ "name": "@testspectra/cli"
18
+ }
19
+ ]
11
20
  },
12
21
  "include": [
13
22
  ".testspectra/types/android.d.ts",
@@ -7,7 +7,16 @@
7
7
  "noEmit": true,
8
8
  "skipLibCheck": true,
9
9
  "strict": true,
10
- "types": ["node", "@wdio/globals/types", "@wdio/mocha-framework"]
10
+ "types": [
11
+ "node",
12
+ "@wdio/globals/types",
13
+ "@wdio/mocha-framework"
14
+ ],
15
+ "plugins": [
16
+ {
17
+ "name": "@testspectra/cli"
18
+ }
19
+ ]
11
20
  },
12
21
  "include": [
13
22
  ".testspectra/types/ios.d.ts",
@@ -7,13 +7,21 @@
7
7
  "strict": true,
8
8
  "noEmit": true,
9
9
  "plugins": [
10
- { "name": "@testspectra/cli" }
10
+ {
11
+ "name": "@testspectra/cli"
12
+ }
11
13
  ]
12
14
  },
13
15
  "files": [],
14
16
  "references": [
15
- { "path": "./tsconfig.spectra.web.json" },
16
- { "path": "./tsconfig.spectra.android.json" },
17
- { "path": "./tsconfig.spectra.ios.json" }
17
+ {
18
+ "path": "./tsconfig.spectra.web.json"
19
+ },
20
+ {
21
+ "path": "./tsconfig.spectra.android.json"
22
+ },
23
+ {
24
+ "path": "./tsconfig.spectra.ios.json"
25
+ }
18
26
  ]
19
27
  }
@@ -7,7 +7,16 @@
7
7
  "noEmit": true,
8
8
  "skipLibCheck": true,
9
9
  "strict": true,
10
- "types": ["node", "@wdio/globals/types", "@wdio/mocha-framework"]
10
+ "types": [
11
+ "node",
12
+ "@wdio/globals/types",
13
+ "@wdio/mocha-framework"
14
+ ],
15
+ "plugins": [
16
+ {
17
+ "name": "@testspectra/cli"
18
+ }
19
+ ]
11
20
  },
12
21
  "include": [
13
22
  ".testspectra/types/web.d.ts",
@@ -11,7 +11,7 @@
11
11
  },
12
12
  "devDependencies": {
13
13
  "@testspectra/cli": "workspace:*",
14
- "@testspectra/matchers": "^1.0.55",
14
+ "@testspectra/matchers": "^1.0.56",
15
15
  "@types/node": "^20.14.0",
16
16
  "@wdio/globals": "^9.2.8",
17
17
  "@wdio/mocha-framework": "^9.2.8",
@@ -7,7 +7,16 @@
7
7
  "noEmit": true,
8
8
  "skipLibCheck": true,
9
9
  "strict": true,
10
- "types": ["node", "@wdio/globals/types", "@wdio/mocha-framework"]
10
+ "types": [
11
+ "node",
12
+ "@wdio/globals/types",
13
+ "@wdio/mocha-framework"
14
+ ],
15
+ "plugins": [
16
+ {
17
+ "name": "@testspectra/cli"
18
+ }
19
+ ]
11
20
  },
12
21
  "include": [
13
22
  ".testspectra/types/android.d.ts",
@@ -7,7 +7,16 @@
7
7
  "noEmit": true,
8
8
  "skipLibCheck": true,
9
9
  "strict": true,
10
- "types": ["node", "@wdio/globals/types", "@wdio/mocha-framework"]
10
+ "types": [
11
+ "node",
12
+ "@wdio/globals/types",
13
+ "@wdio/mocha-framework"
14
+ ],
15
+ "plugins": [
16
+ {
17
+ "name": "@testspectra/cli"
18
+ }
19
+ ]
11
20
  },
12
21
  "include": [
13
22
  ".testspectra/types/ios.d.ts",
@@ -7,14 +7,24 @@
7
7
  "strict": true,
8
8
  "noEmit": true,
9
9
  "plugins": [
10
- { "name": "@testspectra/cli" }
10
+ {
11
+ "name": "@testspectra/cli"
12
+ }
11
13
  ]
12
14
  },
13
15
  "files": [],
14
16
  "references": [
15
- { "path": "./tsconfig.spectra.shared.json" },
16
- { "path": "./tsconfig.spectra.web.json" },
17
- { "path": "./tsconfig.spectra.android.json" },
18
- { "path": "./tsconfig.spectra.ios.json" }
17
+ {
18
+ "path": "./tsconfig.spectra.shared.json"
19
+ },
20
+ {
21
+ "path": "./tsconfig.spectra.web.json"
22
+ },
23
+ {
24
+ "path": "./tsconfig.spectra.android.json"
25
+ },
26
+ {
27
+ "path": "./tsconfig.spectra.ios.json"
28
+ }
19
29
  ]
20
30
  }
@@ -7,7 +7,16 @@
7
7
  "noEmit": true,
8
8
  "skipLibCheck": true,
9
9
  "strict": true,
10
- "types": ["node", "@wdio/globals/types", "@wdio/mocha-framework"]
10
+ "types": [
11
+ "node",
12
+ "@wdio/globals/types",
13
+ "@wdio/mocha-framework"
14
+ ],
15
+ "plugins": [
16
+ {
17
+ "name": "@testspectra/cli"
18
+ }
19
+ ]
11
20
  },
12
21
  "include": [
13
22
  ".testspectra/types/shared/common.d.ts",
@@ -7,7 +7,16 @@
7
7
  "noEmit": true,
8
8
  "skipLibCheck": true,
9
9
  "strict": true,
10
- "types": ["node", "@wdio/globals/types", "@wdio/mocha-framework"]
10
+ "types": [
11
+ "node",
12
+ "@wdio/globals/types",
13
+ "@wdio/mocha-framework"
14
+ ],
15
+ "plugins": [
16
+ {
17
+ "name": "@testspectra/cli"
18
+ }
19
+ ]
11
20
  },
12
21
  "include": [
13
22
  ".testspectra/types/web.d.ts",