Version compatible with exist-db 7#17
Open
line-o wants to merge 7 commits into
Open
Conversation
The XAR package is now placed in the dist folder. This folder is also emptied on gulp clean.
- add package-lock.json - prepareCmd installs dependencies from lockfile - add dist folder to asset path
c05b165 to
fca4ee5
Compare
- test on 5.3.0 - always on latest LTS of nodeJS - drop name from step where it did not add value - test on latest as well (marked as experimental) - gulp-exist now defaults to https connections, therefore port 8443 is needed
- `jwt:dateTime-to-epoch` returns a decimal rounded to an xs:integer. Also refactored to be better readable. - `fn:error`'s second parameter must be of type xs:string and numerics are not coerced according to the spec - remove surplus blank line
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This needs a 7.0.0-SNAPSHOT build of expath-crypto-lib to be installed in order for the tests to pass on
latest.This is why it is still marked as experimental even though the project as it is right now is compatible with the upcoming version of exist.
Once a new version of crypto lib is released on public repo this can be marked as stable.