@ripplo/testing 0.4.1 → 0.4.2

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -470,7 +470,7 @@ The CLI lives in [`ripplo`](https://www.npmjs.com/package/ripplo). Most-used com
470
470
  ```bash
471
471
  ripplo auth login # authenticate
472
472
  ripplo init # scaffold .ripplo/ + write env vars
473
- ripplo watch # local executor — wire into your dev script
473
+ ripplo watch # local executor — run as a standalone background process
474
474
  ripplo lint [ids..] # compile + lint
475
475
  ripplo run [ids..] # run tests in parallel
476
476
  ```
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ripplo/testing",
3
3
  "description": "TypeScript DSL for defining and running Ripplo e2e workflow tests",
4
- "version": "0.4.1",
4
+ "version": "0.4.2",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"
@@ -99,8 +99,8 @@
99
99
  "tsup": "^8.5.1",
100
100
  "typescript": "catalog:",
101
101
  "vitest": "^4.1.4",
102
- "@ripplo/eslint-config": "0.0.0",
103
- "@ripplo/spec": "^0.0.0"
102
+ "@ripplo/spec": "^0.0.0",
103
+ "@ripplo/eslint-config": "0.0.0"
104
104
  },
105
105
  "peerDependencies": {
106
106
  "@nestjs/common": "^10.0.0 || ^11.0.0",