Skip to content

Commit

Permalink
fix: add exports of service for node api (#6468)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClarkXia authored Aug 21, 2023
1 parent 5aa7357 commit 669a801
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/soft-flies-happen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@ice/app': patch
---

fix: add exports of service for node api
3 changes: 2 additions & 1 deletion packages/ice/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"exports": {
".": "./esm/index.js",
"./types": "./esm/types/index.js",
"./analyze": "./esm/service/analyze.js"
"./analyze": "./esm/service/analyze.js",
"./service": "./esm/createService.js"
},
"bin": {
"ice": "./bin/ice-cli.mjs"
Expand Down

0 comments on commit 669a801

Please sign in to comment.