Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1bed95d96e | |||
| 645faee7fe |
@@ -1,5 +1,10 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2026-02-15 - 4.0.3 - fix(webrequest)
|
||||||
|
no changes in this commit
|
||||||
|
|
||||||
|
- Empty diff: no files were modified, added, or deleted. No functional changes to release.
|
||||||
|
|
||||||
## 2026-02-11 - 4.0.2 - fix(utils)
|
## 2026-02-11 - 4.0.2 - fix(utils)
|
||||||
use smartdelay.Timeout for cancellable timeouts and call timeout.cancel() on cleanup; add @git.zone/cli release configuration pointing to Verdaccio registry with public access
|
use smartdelay.Timeout for cancellable timeouts and call timeout.cancel() on cleanup; add @git.zone/cli release configuration pointing to Verdaccio registry with public access
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@push.rocks/webrequest",
|
"name": "@push.rocks/webrequest",
|
||||||
"version": "4.0.2",
|
"version": "4.0.3",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "Modern, fetch-compatible web request library with intelligent HTTP caching, retry strategies, and fault tolerance.",
|
"description": "Modern, fetch-compatible web request library with intelligent HTTP caching, retry strategies, and fault tolerance.",
|
||||||
"main": "dist_ts/index.js",
|
"main": "dist_ts/index.js",
|
||||||
|
|||||||
@@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@push.rocks/webrequest',
|
name: '@push.rocks/webrequest',
|
||||||
version: '4.0.2',
|
version: '4.0.3',
|
||||||
description: 'Modern, fetch-compatible web request library with intelligent HTTP caching, retry strategies, and fault tolerance.'
|
description: 'Modern, fetch-compatible web request library with intelligent HTTP caching, retry strategies, and fault tolerance.'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user