@testspectra/cli 1.0.4 → 1.0.5

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/README.md CHANGED
@@ -16,7 +16,7 @@ The **TestSpectra CLI** (`spectra` / `testspectra`) is the command-line orchestr
16
16
  │ │
17
17
  ▼ ▼
18
18
  ┌──────────────────────┐ ┌────────────────────────┐
19
- │ spectra watch / run │ │ Solution TSConfigs │
19
+ │ spectra run / CLI │ │ Solution TSConfigs │
20
20
  │ (CLI Orchestration) │ │ (tsconfig.*.json) │
21
21
  └───────────┬──────────┘ └────────────┬───────────┘
22
22
  │ │
@@ -72,7 +72,7 @@ To avoid ambient type clashes between platforms (such as different method signat
72
72
  - **`fixtures.d.ts`**: Single platform-agnostic declaration file referenced by all platform declarations.
73
73
 
74
74
  #### Zero-Terminal Background Type Generation (TS Plugin)
75
- With the built-in TypeScript Server plugin (`@testspectra/cli`), you do **not need to keep a terminal window open running `spectra watch`**:
75
+ With the built-in TypeScript Server plugin (`@testspectra/cli`), background type generation is completely automatic:
76
76
  - When you open the project in **VS Code**, **Cursor**, or **WebStorm**, the IDE's TypeScript Server automatically boots the `@testspectra/cli` Language Service plugin.
77
77
  - The plugin generates and updates `.testspectra/types/` ambient declarations in the background in real-time as you author Page Objects, Actions, Steps, and Fixtures.
78
78
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@testspectra/cli",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "TestSpectra Zero-Config Cross-Platform Test Runner CLI",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
Binary file