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.
- package/dist/cli/245.index.js +1 -0
- package/dist/cli/245.index.js.map +1 -1
- package/dist/cli/thirdPartyNotice.json +2 -2
- package/package.json +1 -1
- package/src/generated/sha256sums.txt +8 -8
- package/src/generated/version +1 -1
- package/wrapper_dist/generated/sha256sums.txt +8 -8
- package/wrapper_dist/generated/version +1 -1
package/dist/cli/245.index.js
CHANGED
|
@@ -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'),
|