Skip to content

Commit 7aaabe5

Browse files
committed
Add re-export of "p-limit" to cli-utils
1 parent d1294d5 commit 7aaabe5

File tree

4 files changed

+43
-20
lines changed

4 files changed

+43
-20
lines changed

.changeset/evil-pens-shop.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@react-native-node-api/cli-utils": patch
3+
---
4+
5+
Add re-export of "p-limit"

package-lock.json

Lines changed: 35 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli-utils/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"bufout": "^0.3.2",
1515
"chalk": "^5.4.1",
1616
"commander": "^14.0.1",
17-
"ora": "^8.2.0"
17+
"ora": "^8.2.0",
18+
"p-limit": "^7.2.0"
1819
}
1920
}

packages/cli-utils/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ export * from "@commander-js/extra-typings";
22
export { default as chalk } from "chalk";
33
export * from "ora";
44
export * from "bufout";
5+
export { default as pLimit } from "p-limit";
56

67
export * from "./actions.js";
78
export * from "./errors.js";

0 commit comments

Comments
 (0)