papinet / papiNet-API

papiNet is a global paper, forest products and bioproducts industry e-Business initiative.
http://www.papinet.org/
Apache License 2.0
9 stars 3 forks source link

Following the PRs from Dependabot, we should remove the mock from the 'version' folders #86

Closed patricekrakow closed 2 months ago

patricekrakow commented 1 year ago

The idea of having one 'version' folder per release, e.g. /1.0.0, 1.1.0, ..., within the repository is to always allow a direct access to any version of the standard from the latest commit of the repository.

patricekrakow commented 2 months ago

Now, I think that using Pact might be a better idea. We could then keep the mocks within the release folders, e.g. /1.0.0, 1.1.0, 2.0.0, etc., as well as not being exposed to node security fixes.