feat: complete published registry contracts and gated SRO ingestion
All checks were successful
Mostovik Backend CI/CD / Tests and lint (push) Successful in 3m55s
Mostovik Backend CI/CD / Build linux/amd64 release images (push) Successful in 3m43s
Mostovik Backend CI/CD / Deploy and verify internal main (push) Has been skipped
Mostovik Backend CI/CD / Deploy customer main (push) Has been skipped
Mostovik Backend CI/CD / Deploy dev (push) Successful in 1m45s
All checks were successful
Mostovik Backend CI/CD / Tests and lint (push) Successful in 3m55s
Mostovik Backend CI/CD / Build linux/amd64 release images (push) Successful in 3m43s
Mostovik Backend CI/CD / Deploy and verify internal main (push) Has been skipped
Mostovik Backend CI/CD / Deploy customer main (push) Has been skipped
Mostovik Backend CI/CD / Deploy dev (push) Successful in 1m45s
This commit is contained in:
18
tools/openapi/package.json
Normal file
18
tools/openapi/package.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "mostovik-openapi-contract",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "node build.mjs",
|
||||
"apigen": "orval --config orval.config.mjs",
|
||||
"type-check": "tsc --project tsconfig.json --noEmit",
|
||||
"contract-check": "bun check-runtime.mjs"
|
||||
},
|
||||
"devDependencies": {
|
||||
"swagger2openapi": "7.0.8",
|
||||
"oas-validator": "5.0.8",
|
||||
"orval": "8.3.0",
|
||||
"typescript": "5.9.3",
|
||||
"zod": "4.3.6"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user