Skip to content

Commit 5919242

Browse files
ci(changesets): update package version (#218)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 026a76c commit 5919242

File tree

5 files changed

+21
-13
lines changed

5 files changed

+21
-13
lines changed

.changeset/fifty-chairs-film.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

packages/callapi-plugins/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @zayne-labs/callapi-plugins
22

3+
## 4.0.30
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [026a76c]
8+
- @zayne-labs/callapi@1.11.30
9+
310
## 4.0.29
411

512
### Patch Changes

packages/callapi-plugins/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@zayne-labs/callapi-plugins",
33
"type": "module",
4-
"version": "4.0.29",
4+
"version": "4.0.30",
55
"description": "A collection of plugins for callapi",
66
"author": "Ryan Zayne",
77
"license": "MIT",

packages/callapi/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @zayne-labs/callapi
22

3+
## 1.11.30
4+
5+
### Patch Changes
6+
7+
- 026a76c: refactor(callapi): improve type inference and global declarations ♻️
8+
9+
fix(callapi): move `ReadableStream` global declaration to `reset.d.ts` to prevent tsdown for always bundling it 🚚
10+
11+
feat(callapi): use `NoInferUnMasked` helper for over NoInfer for better tooltips ✨
12+
13+
fix(callapi, types): add `NoInfer` usage to sharedOptions type to prevent middlewares and hooks from inferring the data and error as unknown🔧
14+
315
## 1.11.29
416

517
### Patch Changes

packages/callapi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@zayne-labs/callapi",
33
"type": "module",
4-
"version": "1.11.29",
4+
"version": "1.11.30",
55
"description": "A lightweight wrapper over fetch with quality of life improvements like built-in request cancellation, retries, interceptors and more",
66
"author": "Ryan Zayne",
77
"license": "MIT",

0 commit comments

Comments
 (0)