vite-plugin-agent-tail 0.3.8 → 0.4.0

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 +2 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -26,6 +26,8 @@ Then in another terminal:
26
26
 
27
27
  ```bash
28
28
  tail -f tmp/logs/latest/browser.log
29
+ # or
30
+ agent-tail tail browser -f
29
31
  ```
30
32
 
31
33
  ## How it works
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vite-plugin-agent-tail",
3
3
  "type": "module",
4
- "version": "0.3.8",
4
+ "version": "0.4.0",
5
5
  "description": "Vite plugin for agent-tail — pipes browser console logs to files on disk during development.",
6
6
  "license": "MIT",
7
7
  "repository": {
@@ -30,7 +30,7 @@
30
30
  "README.md"
31
31
  ],
32
32
  "dependencies": {
33
- "agent-tail-core": "^0.3.8"
33
+ "agent-tail-core": "^0.4.0"
34
34
  },
35
35
  "peerDependencies": {
36
36
  "vite": ">=5.0.0"