Skip to content

Commit

Permalink
build: fix for esm issue (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
field123 authored Oct 30, 2023
1 parent 0f424c2 commit bced4ac
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/two-sheep-perform.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"composable-cli": patch
---

fix for esm issue
2 changes: 1 addition & 1 deletion packages/composable-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"@angular-devkit/core": "^16.2.8",
"@angular-devkit/schematics": "^16.2.8",
"@elasticpath/composable-common": "workspace:^",
"@elasticpath/composable-integration-hub-deployer": "workspace:^0.2.5",
"@elasticpath/d2c-schematics": "^0.10.2",
"@moltin/sdk": "^25.0.2",
"@trpc/client": "^10.14.1",
Expand Down Expand Up @@ -57,6 +56,7 @@
"zod": "^3.22.2"
},
"devDependencies": {
"@elasticpath/composable-integration-hub-deployer": "workspace:^0.2.5",
"@algolia/client-search": "^4.20.0",
"@types/fs-extra": "^9.0.13",
"@types/ink-big-text": "^1.2.1",
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bced4ac

Please sign in to comment.