ci: stabilize docs lint and schema baseline

This commit is contained in:
Peter Steinberger
2026-05-02 01:38:35 +01:00
parent 3cb7752346
commit 557436822e
2 changed files with 6 additions and 6 deletions

View File

@@ -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",

View File

@@ -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,