snyk 1.1120.0 → 1.1122.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/917.index.js +6 -6
- package/dist/cli/917.index.js.map +1 -1
- package/dist/cli/95.index.js +61 -18
- package/dist/cli/95.index.js.map +1 -1
- package/dist/cli/thirdPartyNotice.json +4 -4
- package/package.json +1 -1
- package/pysrc/packaging/LICENSE +3 -0
- package/pysrc/packaging/LICENSE.APACHE +177 -0
- package/pysrc/packaging/LICENSE.BSD +23 -0
- package/pysrc/packaging/__about__.py +27 -0
- package/pysrc/packaging/__init__.py +26 -0
- package/pysrc/packaging/_compat.py +38 -0
- package/pysrc/packaging/_structures.py +86 -0
- package/pysrc/packaging/_typing.py +48 -0
- package/pysrc/packaging/markers.py +336 -0
- package/pysrc/packaging/py.typed +0 -0
- package/pysrc/packaging/requirements.py +160 -0
- package/pysrc/packaging/specifiers.py +864 -0
- package/pysrc/packaging/tags.py +866 -0
- package/pysrc/packaging/utils.py +138 -0
- package/pysrc/packaging/version.py +556 -0
- package/pysrc/pyparsing.py +7107 -0
- package/pysrc/requirements/requirement.py +21 -5
- package/src/generated/sha256sums.txt +10 -10
- package/src/generated/version +1 -1
- package/wrapper_dist/generated/sha256sums.txt +10 -10
- package/wrapper_dist/generated/version +1 -1
package/dist/cli/917.index.js
CHANGED
|
@@ -4862,12 +4862,12 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
|
4862
4862
|
exports.getChecksum = exports.formatPolicyEngineFileName = exports.policyEngineVersion = void 0;
|
|
4863
4863
|
const os = __webpack_require__(12087);
|
|
4864
4864
|
const policyEngineChecksums = `
|
|
4865
|
-
|
|
4866
|
-
|
|
4867
|
-
|
|
4868
|
-
|
|
4869
|
-
|
|
4870
|
-
|
|
4865
|
+
50a0af84203660f5a023c949921596e22b92987a0b35d4d07e06bcaf48f2d0d0 snyk-iac-test_0.41.0_Darwin_arm64
|
|
4866
|
+
01ca4b4b5cc0dd8d0e1c91ae649191aa9111a239dbd6ebf854cf9a80ed26a05c snyk-iac-test_0.41.0_Darwin_x86_64
|
|
4867
|
+
1c52a7e8b9f85a49f0da7fcf8a0ef67e547c003eeb183df22006b93adf97305c snyk-iac-test_0.41.0_Linux_arm64
|
|
4868
|
+
0de09e1e9fed752cacc59ef5ac01a9291cc4e035186cac7242190e389df91675 snyk-iac-test_0.41.0_Linux_x86_64
|
|
4869
|
+
87eb40a77f2553a1190b2ae303cb184f62ed5bd611f18a53d2e0a841fef8a99c snyk-iac-test_0.41.0_Windows_arm64.exe
|
|
4870
|
+
98437131a4de041bd2ec3a851606f5ecae375d34b5e2fc749dc5391ec254919a snyk-iac-test_0.41.0_Windows_x86_64.exe
|
|
4871
4871
|
`;
|
|
4872
4872
|
exports.policyEngineVersion = getPolicyEngineVersion();
|
|
4873
4873
|
function formatPolicyEngineFileName(releaseVersion) {
|