@haibun/utils 1.55.5 → 1.55.6

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 +1 -1
package/README.md CHANGED
@@ -28,7 +28,7 @@ This feature requires Docker Compose to be installed on the host system.
28
28
  `--tts`: uses local Kokoro text-to-speech.
29
29
  Any prose lines in the tests, along with headings like "Scenario" will be spoken (using kokoro-tts).
30
30
 
31
- `--pass-env`: HAIBUN_ENV variables to pass through, for example, `HAIBUN_STAY=failure,HAIBUN_LOG_LEVEL=log`.
31
+ `--pass-env`: HAIBUN_ENV variables to pass through, for example, `--pass-nv=HAIBUN_STAY=failure,HAIBUN_LOG_LEVEL=log`.
32
32
 
33
33
  Runtime options should be passed to package.json script commands using `-- --option`.
34
34
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@haibun/utils",
3
3
  "type": "module",
4
- "version": "1.55.5",
4
+ "version": "1.55.6",
5
5
  "description": "",
6
6
  "main": "index.js",
7
7
  "files": ["ref.package.json", "build/**", "scaffold/**", "vcapture/**"],