Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: don't change working dir #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mastermatt
Copy link

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
Copy link

boncz92 commented Dec 17, 2023

@mastermatt has this not been pushed?

Copy link

@boncz92 boncz92 left a comment

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
Copy link
Author

mastermatt commented Dec 17, 2023

@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