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

Is version 2.3.3 published on npm? #140

Closed
gtothesquare opened this issue Oct 19, 2017 · 9 comments
Closed

Is version 2.3.3 published on npm? #140

gtothesquare opened this issue Oct 19, 2017 · 9 comments
Labels

Comments

@gtothesquare
Copy link
Contributor

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 ?

@tngan
Copy link
Owner

tngan commented Oct 19, 2017

@gtothesquare It should be included. You can check out both src/entity-sp.ts and build/src/entity-sp.js inside node_modules/samlify, the pull request and its build are included.

@tngan tngan added the question label Oct 19, 2017
@gtothesquare
Copy link
Contributor Author

@tngan is missing in the build
image

Here is the ts source
image

@tngan
Copy link
Owner

tngan commented Oct 20, 2017

@gtothesquare I have reinstalled samlify with npm, and check inside node_modules, the changes are included in the entity-sp.js line 110. Please also let me know which npm version you are using, I am using v5.3.

# my reinstallation script
$ npm install samlify@latest
$ vi node_modules/samlify/build/src/entity-sp.js

image

@tngan
Copy link
Owner

tngan commented Oct 20, 2017

@gtothesquare Please send an email to passify.io@gmail.com if you still encounter same problem, we can probably schedule a call to get rid of it. :)

@gtothesquare
Copy link
Contributor Author

@tngan i'm using yarn 1.2.1 but tried with npm 5.5.1 . (node 8.7.0) I clean cache of both npm and yarn and still get the same issue. Deleted the folder and tried from another folder with a project that just has a package.json with samlify.

I notice that the changelog is still there, which you have removed.

image

@tngan
Copy link
Owner

tngan commented Oct 20, 2017

@gtothesquare The deletion of changelog is not yet pushed to npm. I know what problem in my computer as well, the node_module/samlify folder somehow symlinks with my local development folder, so what I have seen is the build version, that's why I saw the changes. I will publish a new version for it now.

@tngan
Copy link
Owner

tngan commented Oct 20, 2017

@gtothesquare Sorry for causing inconvenience, it's bumped to v2.3.4 now.

@tngan tngan closed this as completed Oct 20, 2017
@gtothesquare
Copy link
Contributor Author

@tngan thanks!!!!

@tngan
Copy link
Owner

tngan commented Oct 20, 2017

@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. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants