wachi 0.3.20 → 0.3.22
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 +3 -0
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -180,6 +180,9 @@ Notified item URLs are archived to the Wayback Machine by default. If archive ke
|
|
|
180
180
|
`wachi` falls back to the anonymous save endpoint. Set both archive keys for authenticated POST
|
|
181
181
|
submissions and higher Wayback limits.
|
|
182
182
|
|
|
183
|
+
For `x.com` / `twitter.com` items, `wachi` archives the transformed notification URL (for example
|
|
184
|
+
`fixupx.com`) because Wayback currently blocks direct archiving of the original X URL.
|
|
185
|
+
|
|
183
186
|
## Design
|
|
184
187
|
|
|
185
188
|
- **Stateless checks** -- `wachi check` is a one-shot command. Bring your own scheduler (cron, crnd, systemd, launchd)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wachi",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.22",
|
|
4
4
|
"description": "Subscribe any link and get notified on change",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -47,10 +47,10 @@
|
|
|
47
47
|
"zod-validation-error": "5.0.0"
|
|
48
48
|
},
|
|
49
49
|
"optionalDependencies": {
|
|
50
|
-
"@wachi-cli/darwin-arm64": "0.3.
|
|
51
|
-
"@wachi-cli/darwin-x64": "0.3.
|
|
52
|
-
"@wachi-cli/linux-arm64": "0.3.
|
|
53
|
-
"@wachi-cli/linux-x64": "0.3.
|
|
54
|
-
"@wachi-cli/win32-x64": "0.3.
|
|
50
|
+
"@wachi-cli/darwin-arm64": "0.3.22",
|
|
51
|
+
"@wachi-cli/darwin-x64": "0.3.22",
|
|
52
|
+
"@wachi-cli/linux-arm64": "0.3.22",
|
|
53
|
+
"@wachi-cli/linux-x64": "0.3.22",
|
|
54
|
+
"@wachi-cli/win32-x64": "0.3.22"
|
|
55
55
|
}
|
|
56
56
|
}
|