@testspectra/cli 1.0.48 → 1.0.50

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.48",
3
+ "version": "1.0.50",
4
4
  "description": "TestSpectra Zero-Config Cross-Platform Test Runner CLI",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -21,7 +21,7 @@
21
21
  ],
22
22
  "dependencies": {
23
23
  "@clack/prompts": "^1.7.0",
24
- "@testspectra/matchers": "^1.0.48",
24
+ "@testspectra/matchers": "^1.0.50",
25
25
  "chalk": "^5.3.0",
26
26
  "commander": "^12.1.0",
27
27
  "dotenv": "^16.4.5",
@@ -9,7 +9,7 @@
9
9
  },
10
10
  "devDependencies": {
11
11
  "@testspectra/cli": "workspace:*",
12
- "@testspectra/matchers": "^1.0.48",
12
+ "@testspectra/matchers": "^1.0.50",
13
13
  "@types/node": "^20.14.0",
14
14
  "@wdio/globals": "^9.2.8",
15
15
  "@wdio/mocha-framework": "^9.2.8",
@@ -7,10 +7,7 @@
7
7
  "noEmit": true,
8
8
  "skipLibCheck": true,
9
9
  "strict": true,
10
- "types": ["node", "@wdio/globals/types", "@wdio/mocha-framework"],
11
- "plugins": [
12
- { "name": "@testspectra/cli" }
13
- ]
10
+ "types": ["node", "@wdio/globals/types", "@wdio/mocha-framework"]
14
11
  },
15
12
  "include": [
16
13
  ".testspectra/types/android.d.ts",
@@ -7,10 +7,7 @@
7
7
  "noEmit": true,
8
8
  "skipLibCheck": true,
9
9
  "strict": true,
10
- "types": ["node", "@wdio/globals/types", "@wdio/mocha-framework"],
11
- "plugins": [
12
- { "name": "@testspectra/cli" }
13
- ]
10
+ "types": ["node", "@wdio/globals/types", "@wdio/mocha-framework"]
14
11
  },
15
12
  "include": [
16
13
  ".testspectra/types/ios.d.ts",
@@ -5,10 +5,7 @@
5
5
  "moduleResolution": "NodeNext",
6
6
  "skipLibCheck": true,
7
7
  "strict": true,
8
- "noEmit": true,
9
- "plugins": [
10
- { "name": "@testspectra/cli" }
11
- ]
8
+ "noEmit": true
12
9
  },
13
10
  "files": [],
14
11
  "references": [
@@ -7,10 +7,7 @@
7
7
  "noEmit": true,
8
8
  "skipLibCheck": true,
9
9
  "strict": true,
10
- "types": ["node", "@wdio/globals/types", "@wdio/mocha-framework"],
11
- "plugins": [
12
- { "name": "@testspectra/cli" }
13
- ]
10
+ "types": ["node", "@wdio/globals/types", "@wdio/mocha-framework"]
14
11
  },
15
12
  "include": [
16
13
  ".testspectra/types/web.d.ts",
@@ -11,7 +11,7 @@
11
11
  },
12
12
  "devDependencies": {
13
13
  "@testspectra/cli": "workspace:*",
14
- "@testspectra/matchers": "^1.0.48",
14
+ "@testspectra/matchers": "^1.0.50",
15
15
  "@types/node": "^20.14.0",
16
16
  "@wdio/globals": "^9.2.8",
17
17
  "@wdio/mocha-framework": "^9.2.8",
@@ -7,10 +7,7 @@
7
7
  "noEmit": true,
8
8
  "skipLibCheck": true,
9
9
  "strict": true,
10
- "types": ["node", "@wdio/globals/types", "@wdio/mocha-framework"],
11
- "plugins": [
12
- { "name": "@testspectra/cli" }
13
- ]
10
+ "types": ["node", "@wdio/globals/types", "@wdio/mocha-framework"]
14
11
  },
15
12
  "include": [
16
13
  ".testspectra/types/android.d.ts",
@@ -7,10 +7,7 @@
7
7
  "noEmit": true,
8
8
  "skipLibCheck": true,
9
9
  "strict": true,
10
- "types": ["node", "@wdio/globals/types", "@wdio/mocha-framework"],
11
- "plugins": [
12
- { "name": "@testspectra/cli" }
13
- ]
10
+ "types": ["node", "@wdio/globals/types", "@wdio/mocha-framework"]
14
11
  },
15
12
  "include": [
16
13
  ".testspectra/types/ios.d.ts",
@@ -5,10 +5,7 @@
5
5
  "moduleResolution": "NodeNext",
6
6
  "skipLibCheck": true,
7
7
  "strict": true,
8
- "noEmit": true,
9
- "plugins": [
10
- { "name": "@testspectra/cli" }
11
- ]
8
+ "noEmit": true
12
9
  },
13
10
  "files": [],
14
11
  "references": [
@@ -7,10 +7,7 @@
7
7
  "noEmit": true,
8
8
  "skipLibCheck": true,
9
9
  "strict": true,
10
- "types": ["node", "@wdio/globals/types", "@wdio/mocha-framework"],
11
- "plugins": [
12
- { "name": "@testspectra/cli" }
13
- ]
10
+ "types": ["node", "@wdio/globals/types", "@wdio/mocha-framework"]
14
11
  },
15
12
  "include": [
16
13
  ".testspectra/types/shared/common.d.ts",
@@ -7,10 +7,7 @@
7
7
  "noEmit": true,
8
8
  "skipLibCheck": true,
9
9
  "strict": true,
10
- "types": ["node", "@wdio/globals/types", "@wdio/mocha-framework"],
11
- "plugins": [
12
- { "name": "@testspectra/cli" }
13
- ]
10
+ "types": ["node", "@wdio/globals/types", "@wdio/mocha-framework"]
14
11
  },
15
12
  "include": [
16
13
  ".testspectra/types/web.d.ts",