@testspectra/cli 1.0.48 → 1.0.49
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 +2 -2
- package/templates/default/package.json +1 -1
- package/templates/default/tsconfig.spectra.android.json +1 -4
- package/templates/default/tsconfig.spectra.ios.json +1 -4
- package/templates/default/tsconfig.spectra.json +1 -4
- package/templates/default/tsconfig.spectra.web.json +1 -4
- package/templates/nx/package.json +1 -1
- package/templates/nx/tsconfig.spectra.android.json +1 -4
- package/templates/nx/tsconfig.spectra.ios.json +1 -4
- package/templates/nx/tsconfig.spectra.json +1 -4
- package/templates/nx/tsconfig.spectra.shared.json +1 -4
- package/templates/nx/tsconfig.spectra.web.json +1 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@testspectra/cli",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.49",
|
|
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": "
|
|
24
|
+
"@testspectra/matchers": "workspace:*",
|
|
25
25
|
"chalk": "^5.3.0",
|
|
26
26
|
"commander": "^12.1.0",
|
|
27
27
|
"dotenv": "^16.4.5",
|
|
@@ -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",
|
|
@@ -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",
|
|
@@ -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",
|
|
@@ -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",
|