-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix serializing CWL requirements for certain features (#466)
We still have to refactor cwlts such that it never deletes any requirements. rabix/cwl-ts#112 Closes #466
- Loading branch information
1 parent
7bc8047
commit 62a7cac
Showing
4 changed files
with
8 additions
and
9 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3227,10 +3227,10 @@ [email protected]: | |
dependencies: | ||
core-js "^2.5.1" | ||
|
||
cwlts@1.15.29: | ||
version "1.15.29" | ||
resolved "https://registry.yarnpkg.com/cwlts/-/cwlts-1.15.29.tgz#9000f26406f0af1506c5e123decd51122cc4f2d3" | ||
integrity sha512-P690kLZZ1PRpT+qOgui2AnrCPbSp+t1QQW90O6egQhXCmeDfawczfoRMYPHKQtLfYQYVegKE2SPyM2g6SWapTA== | ||
cwlts@^1.19.2: | ||
version "1.19.2" | ||
resolved "https://registry.yarnpkg.com/cwlts/-/cwlts-1.19.2.tgz#a1fab0414ebbd1279d0dac4f95bcd45844b26999" | ||
integrity sha512-ZXJ/O6x69oRgO+l+J5CEOgWl9+M7IA/TGxxCTMhoSb2/B330I858Ee6uSN6JcOYDy1o2Q5iHsLlmL0Z5BgTwwg== | ||
dependencies: | ||
ajv "^6.1.1" | ||
js-yaml "^3.10.0" | ||
|