Skip to content

fix: don't change working dir - #4

Open
mastermatt wants to merge 1 commit into
authenio:masterfrom
mastermatt:dont-change-cwd
Open

fix: don't change working dir#4
mastermatt wants to merge 1 commit into
authenio:masterfrom
mastermatt:dont-change-cwd

Conversation

@mastermatt

Copy link
Copy Markdown

Pass the absolute path of the XSD to xmllint instead of changing the cwd of the entire Node process.
Also updated .npmignore to include the index.d.ts and not double include the schamas in the pack.

Fixes #2, fixes #3

@tngan

Pass the absolute path of the XSD to `xmllint` instead of changing the cwd of the entire Node process.
Also updated .npmignore to include the index.d.ts and not double include the schamas in the pack.

Fixes authenio#2, fixes authenio#3
@boncz92

boncz92 commented Dec 17, 2023

Copy link
Copy Markdown

@mastermatt has this not been pushed?

@boncz92 boncz92 left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is causing issues in nextjs 14 and I see no issues with the changes made.

@mastermatt

mastermatt commented Dec 17, 2023

Copy link
Copy Markdown
Author

@mastermatt has this not been pushed?

No. I had to abandon this lib in my project because of this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

NPM package is missing index.d.ts Validate function changes working directory but does not restore it

2 participants