Skip to content

Commit

Permalink
fix: added resolve package (#1216)
Browse files Browse the repository at this point in the history
Co-authored-by: Himanshu Dixit <[email protected]>
  • Loading branch information
plxity and himanshu-dixit authored Jan 21, 2025
1 parent 42c1757 commit 1d5f767
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion js/package.dist.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"cli-progress": "^3.12.0",
"inquirer": "^10.2.2",
"open": "^8.4.0",
"@hey-api/client-axios": "^0.2.3"
"@hey-api/client-axios": "^0.2.3",
"resolve-package-path": "^4.0.0"
},
"devDependencies": {},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@
"rollup-plugin-visualizer": "^5.13.1",
"uuid": "^10.0.0",
"zod": "^3.23.8",
"zod-to-json-schema": "^3.23.2"
"zod-to-json-schema": "^3.23.2",
"resolve-package-path": "^4.0.0"
},
"devDependencies": {
"@eslint/js": "^9.16.0",
Expand Down Expand Up @@ -84,7 +85,6 @@
"prettier": "^3.4.2",
"prettier-plugin-organize-imports": "^4.1.0",
"regenerator-runtime": "^0.14.1",
"resolve-package-path": "^4.0.3",
"rollup": "^4.9.1",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-ignore": "^1.0.10",
Expand Down
6 changes: 3 additions & 3 deletions js/pnpm-lock.yaml

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

0 comments on commit 1d5f767

Please sign in to comment.