* build(deps): bump @hey-api/openapi-ts to 0.81.1 and pin the version to ensure compatibility between backoffice and extensions * chore: regenerate api types and replace where necessary * feat: pin version of @hey-api/openapi-ts and regenerate umbraco-extension files * chore: removes unused 'client' field * build(deps-dev): bump @hey-api/openapi-ts to 0.81.1 for the login app
20 lines
576 B
JSON
20 lines
576 B
JSON
{
|
|
"name": "umbraco-extension",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"watch": "tsc && vite build --watch",
|
|
"build": "tsc && vite build",
|
|
"generate-client": "node scripts/generate-openapi.js https://localhost:44339/umbraco/swagger/umbracoextension/swagger.json"
|
|
},
|
|
"devDependencies": {
|
|
"@hey-api/openapi-ts": "0.81.1",
|
|
"@umbraco-cms/backoffice": "^UMBRACO_VERSION_FROM_TEMPLATE",
|
|
"chalk": "^5.6.0",
|
|
"cross-env": "^10.0.0",
|
|
"node-fetch": "^3.3.2",
|
|
"typescript": "^5.9.2",
|
|
"vite": "^7.1.3"
|
|
}
|
|
} |