@rmlio/yarrrml-parser
Advanced tools
Comparing version 1.7.1 to 1.7.2
@@ -10,2 +10,8 @@ # Changelog | ||
## [1.7.2] - 2024-09-17 | ||
### Fixed | ||
- CI: NPM release. | ||
- IncRML generation: changeDetection: subjects [] should remove all original subject mappings | ||
## [1.7.1] - 2024-09-17 | ||
@@ -357,2 +363,3 @@ | ||
[1.7.2]: https://github.com/RMLio/yarrrml-parser/compare/v1.7.1...v1.7.2 | ||
[1.7.1]: https://github.com/RMLio/yarrrml-parser/compare/v1.7.0...v1.7.1 | ||
@@ -359,0 +366,0 @@ [1.7.0]: https://github.com/RMLio/yarrrml-parser/compare/v1.6.2...v1.7.0 |
@@ -985,2 +985,8 @@ /** | ||
// if the set of subjects to remove is empty, delete all subjects | ||
if (mappingRemoveSubjects.size === 0) { | ||
delete mapping.subjects; | ||
return; | ||
} | ||
// in a first iteration, we remove targets defined in mappingRemove (if any) | ||
@@ -987,0 +993,0 @@ for (const subject of mappingRemoveSubjects) { |
{ | ||
"name": "@rmlio/yarrrml-parser", | ||
"version": "1.7.1", | ||
"version": "1.7.2", | ||
"description": "Parse YARRRML descriptions into RML RDF statements", | ||
@@ -5,0 +5,0 @@ "main": "lib/yarrrml2rml.js", |
# Releases | ||
Make a release by running the `release.sh` script as followed: | ||
Make a release by **unning the `release.sh` script** as followed: | ||
@@ -10,1 +10,3 @@ `./release.sh $TAG` | ||
`./release.sh 1.0.0` | ||
After making the release, also publish a **release manually on GitHub**. |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
925637
8993
1