Skip to content

Commit 2273675

Browse files
committed
Improve package discovery metadata
1 parent c10e788 commit 2273675

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 1.0.2 - 2026-05-14
4+
5+
- Broadened the TypeScript peer dependency range to support TypeScript 6.
6+
- Added clearer README guidance for developers building wrapper libraries.
7+
38
## 1.0.1 - 2026-05-14
49

510
- Fixed cache keys so array and nullish query params match the actual transport URL serialization.

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ middleware.
1010
It is designed for packages that expose domain-specific clients while keeping
1111
their internal HTTP layer consistent and testable.
1212

13+
If this runtime saves you time, [star the repo](https://github.com/Api-Wrappers/api-core) to help other TypeScript SDK authors find it.
14+
1315
## Features
1416

1517
- Typed REST helpers: `get`, `post`, `put`, `patch`, `delete`, `head`,

bun.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@api-wrappers/api-core",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Shared HTTP client runtime for the api-wrappers organisation. Provides request orchestration, a plugin lifecycle, transport abstraction, and built-in cache/retry/logger plugins.",
55
"repository": {
66
"type": "git",
@@ -69,6 +69,6 @@
6969
"typescript": "^5.9.3"
7070
},
7171
"peerDependencies": {
72-
"typescript": "^5"
72+
"typescript": "^5 || ^6"
7373
}
7474
}

0 commit comments

Comments
 (0)