Skip to content

Commit 8cbc210

Browse files
committed
fix: bump to exports error
1 parent 0f23c36 commit 8cbc210

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

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.12",
4+
"version": "4.0.14",
55
"description": "A collection of plugins for callapi",
66
"author": "Ryan Zayne",
77
"license": "MIT",

packages/callapi/package.json

Lines changed: 2 additions & 6 deletions
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.12",
4+
"version": "1.11.14",
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",
@@ -77,11 +77,7 @@
7777
"publishConfig": {
7878
"access": "public",
7979
"registry": "https://registry.npmjs.org/",
80-
"provenance": false,
81-
"exports": {
82-
".": "./dist/esm/index.js",
83-
"./utils": "./dist/esm/utils/external/index.js"
84-
}
80+
"provenance": false
8581
},
8682
"size-limit": [
8783
{

0 commit comments

Comments
 (0)