@algolia/wizard 0.6.0-rc.51.22 → 0.6.0-rc.51.24
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/main.js +4 -2
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -2305,8 +2305,10 @@ var LANGUAGE_PROFILES = {
|
|
|
2305
2305
|
ingestEntrypointExample: `${INGEST_DIR}/ingest.py`,
|
|
2306
2306
|
verification: [
|
|
2307
2307
|
{
|
|
2308
|
+
// -x skips the venv this same directory holds; without it the check
|
|
2309
|
+
// compiles every installed package instead of the generated script.
|
|
2308
2310
|
label: "python compileall",
|
|
2309
|
-
argv: ["python3", "-m", "compileall", "-q", INGEST_DIR]
|
|
2311
|
+
argv: ["python3", "-m", "compileall", "-q", "-x", "[.]venv", INGEST_DIR]
|
|
2310
2312
|
}
|
|
2311
2313
|
],
|
|
2312
2314
|
envReadInstruction: "Read them from `os.environ`.",
|
|
@@ -3361,7 +3363,7 @@ async function runAnalysis(mode, extraInstructions = []) {
|
|
|
3361
3363
|
// package.json
|
|
3362
3364
|
var package_default = {
|
|
3363
3365
|
name: "@algolia/wizard",
|
|
3364
|
-
version: "0.6.0-rc.51.
|
|
3366
|
+
version: "0.6.0-rc.51.24",
|
|
3365
3367
|
description: "Magically implement Algolia functionality in your codebase",
|
|
3366
3368
|
type: "module",
|
|
3367
3369
|
engines: {
|