diff --git a/package.json b/package.json index 6433719131d..ca6f45d677a 100644 --- a/package.json +++ b/package.json @@ -1366,8 +1366,8 @@ "lint:auth:pairing-account-scope": "node scripts/check-pairing-account-scope.mjs", "lint:core": "node scripts/run-oxlint.mjs --tsconfig tsconfig.oxlint.core.json src ui packages", "lint:docker-e2e": "node scripts/check-docker-e2e-boundaries.mjs", - "lint:docs": "pnpm dlx markdownlint-cli2", - "lint:docs:fix": "pnpm dlx markdownlint-cli2 --fix", + "lint:docs": "pnpm dlx --config.resolution-mode=highest markdownlint-cli2", + "lint:docs:fix": "pnpm dlx --config.resolution-mode=highest markdownlint-cli2 --fix", "lint:extensions": "node scripts/run-oxlint.mjs --tsconfig tsconfig.oxlint.extensions.json extensions", "lint:extensions:bundled": "node scripts/run-bundled-extension-oxlint.mjs", "lint:extensions:channels": "node scripts/run-extension-channel-oxlint.mjs", diff --git a/src/config/schema.base.generated.ts b/src/config/schema.base.generated.ts index 9f5425cc570..7c5f63335e0 100644 --- a/src/config/schema.base.generated.ts +++ b/src/config/schema.base.generated.ts @@ -21780,18 +21780,18 @@ export const GENERATED_BASE_CONFIG_SCHEMA: BaseConfigSchemaResponse = { }, ], }, - storepackSha256: { + clawpackSha256: { type: "string", }, - storepackSpecVersion: { + clawpackSpecVersion: { type: "integer", minimum: 0, maximum: 9007199254740991, }, - storepackManifestSha256: { + clawpackManifestSha256: { type: "string", }, - storepackSize: { + clawpackSize: { type: "integer", minimum: 0, maximum: 9007199254740991,