snyk 1.1282.1 → 1.1283.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -235714,6 +235714,7 @@ exports.getMetaData = getMetaData;
235714
235714
  // https://www.npmjs.com/package/pkg#detecting-assets-in-source-code
235715
235715
  function createAssets() {
235716
235716
  return [
235717
+ path.join(__dirname, '../../pysrc/constants.py'),
235717
235718
  path.join(__dirname, '../../pysrc/pip_resolve.py'),
235718
235719
  path.join(__dirname, '../../pysrc/distPackage.py'),
235719
235720
  path.join(__dirname, '../../pysrc/package.py'),