twd-cli 1.0.8 → 1.0.10

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/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ## <small>1.0.10 (2026-01-11)</small>
2
+
3
+ * chore: update dependencies ([fdb6cc2](https://github.com/BRIKEV/twd-cli/commit/fdb6cc2))
4
+
5
+ ## <small>1.0.9 (2025-12-29)</small>
6
+
7
+ * chore: update version to v1.0.9 ([9390790](https://github.com/BRIKEV/twd-cli/commit/9390790))
8
+
1
9
  ## <small>1.0.8 (2025-12-20)</small>
2
10
 
3
11
  * chore: update dependencies ([9879cbb](https://github.com/BRIKEV/twd-cli/commit/9879cbb))
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # twd-cli
2
2
 
3
- CLI tool for running TWD (Test with Documentation) tests using Puppeteer in CI/CD environments.
3
+ CLI tool for running [TWD (Test while developing)](https://brikev.github.io/twd/) tests using Puppeteer in CI/CD environments.
4
4
 
5
5
  ## Installation
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "twd-cli",
3
- "version": "1.0.8",
3
+ "version": "1.0.10",
4
4
  "description": "CLI tool for running TWD tests with Puppeteer",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
@@ -23,8 +23,8 @@
23
23
  "author": "",
24
24
  "license": "ISC",
25
25
  "dependencies": {
26
- "puppeteer": "^24.34.0",
27
- "twd-js": "^1.3.3"
26
+ "puppeteer": "^24.32.0",
27
+ "twd-js": "^1.4.0"
28
28
  },
29
29
  "engines": {
30
30
  "node": ">=18.0.0"