-
-
Notifications
You must be signed in to change notification settings - Fork 222
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
Is version 2.3.3 published on npm? #140
Comments
@gtothesquare It should be included. You can check out both |
@tngan is missing in the build |
@gtothesquare I have reinstalled samlify with npm, and check inside # my reinstallation script
$ npm install samlify@latest
$ vi node_modules/samlify/build/src/entity-sp.js |
@gtothesquare Please send an email to |
@tngan i'm using I notice that the changelog is still there, which you have removed. |
@gtothesquare The deletion of changelog is not yet pushed to npm. I know what problem in my computer as well, the |
@gtothesquare Sorry for causing inconvenience, it's bumped to v2.3.4 now. |
@tngan thanks!!!! |
@gtothesquare Before I published to npm, I would run test first, and the test script includes the build script as well. I will try to made a pre-push hook to streamline and avoid same issue from happening again, thank you for raising the issue. 👍 |
I'm having issues with the latest npm deploy. I made sure version 2.3.3 was installed. However, the fix for parsing
SessionIndex
(was added in PR #137), is not working.I tried installing it via pulling from the latest from master, building it locally (
yarn build
) and then installing via local file ref in the package json ("samlify": "file:../samlify"
) and it works.Not familiar with how packages build with TS work but @tngan maybe you forgot to build it before releasing it ?
The text was updated successfully, but these errors were encountered: