Version Packages (next)

This commit is contained in:
github-actions[bot]
2026-05-26 15:26:38 +00:00
parent fe9b5f58ca
commit 68db890456
340 changed files with 3430 additions and 170 deletions
+7
View File
@@ -1,5 +1,12 @@
# @backstage/app-defaults
## 1.7.9-next.0
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.18.11-next.0
## 1.7.8
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/app-defaults",
"version": "1.7.8",
"version": "1.7.9-next.0",
"description": "Provides the default wiring of a Backstage App",
"backstage": {
"role": "web-library"
+7
View File
@@ -1,5 +1,12 @@
# app-example-plugin
## 0.0.36-next.0
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.18.11-next.0
## 0.0.35
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "app-example-plugin",
"version": "0.0.35",
"version": "0.0.36-next.0",
"description": "Backstage internal example plugin",
"backstage": {
"role": "frontend-plugin",
+34
View File
@@ -1,5 +1,39 @@
# example-app-legacy
## 0.2.122-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@3.0.1-next.0
- @backstage/plugin-catalog@2.0.6-next.0
- @backstage/core-components@0.18.11-next.0
- @backstage/plugin-catalog-graph@0.6.5-next.0
- @backstage/plugin-org@0.7.5-next.0
- @backstage/plugin-scaffolder-react@2.0.1-next.0
- @backstage/plugin-scaffolder@1.38.0-next.0
- @backstage/plugin-search-react@1.11.5-next.0
- @backstage/plugin-search@1.7.5-next.0
- @backstage/plugin-catalog-unprocessed-entities@0.2.32-next.0
- @backstage/plugin-home@0.9.7-next.0
- @backstage/cli@0.36.3-next.0
- @backstage/plugin-catalog-import@0.13.14-next.0
- @backstage/plugin-techdocs@1.17.7-next.0
- @backstage/plugin-api-docs@0.14.2-next.0
- @backstage/plugin-kubernetes@0.12.20-next.0
- @backstage/plugin-kubernetes-cluster@0.0.38-next.0
- @backstage/plugin-techdocs-module-addons-contrib@1.1.37-next.0
- @backstage/plugin-user-settings@0.9.4-next.0
- @backstage/app-defaults@1.7.9-next.0
- @backstage/integration-react@1.2.19-next.0
- @backstage/plugin-auth-react@0.1.28-next.0
- @backstage/plugin-devtools@0.1.40-next.0
- @backstage/plugin-home-react@0.1.39-next.0
- @backstage/plugin-notifications@0.5.18-next.0
- @backstage/plugin-signals@0.0.32-next.0
- @backstage/plugin-techdocs-react@1.3.12-next.0
- @backstage/frontend-app-api@0.16.4-next.0
## 0.2.121
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "example-app-legacy",
"version": "0.2.121",
"version": "0.2.122-next.0",
"backstage": {
"role": "frontend"
},
+38
View File
@@ -1,5 +1,43 @@
# example-app
## 0.0.36-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@3.0.1-next.0
- @backstage/plugin-catalog@2.0.6-next.0
- @backstage/core-components@0.18.11-next.0
- @backstage/plugin-catalog-graph@0.6.5-next.0
- @backstage/plugin-org@0.7.5-next.0
- @backstage/plugin-scaffolder-react@2.0.1-next.0
- @backstage/plugin-scaffolder@1.38.0-next.0
- @backstage/plugin-search-react@1.11.5-next.0
- @backstage/plugin-search@1.7.5-next.0
- @backstage/plugin-catalog-unprocessed-entities@0.2.32-next.0
- @backstage/plugin-home@0.9.7-next.0
- @backstage/cli@0.36.3-next.0
- @backstage/plugin-catalog-import@0.13.14-next.0
- @backstage/plugin-techdocs@1.17.7-next.0
- @backstage/core-compat-api@0.5.12-next.0
- @backstage/plugin-api-docs@0.14.2-next.0
- @backstage/plugin-kubernetes@0.12.20-next.0
- @backstage/plugin-kubernetes-cluster@0.0.38-next.0
- @backstage/plugin-techdocs-module-addons-contrib@1.1.37-next.0
- @backstage/plugin-user-settings@0.9.4-next.0
- @backstage/app-defaults@1.7.9-next.0
- @backstage/frontend-defaults@0.5.3-next.0
- @backstage/integration-react@1.2.19-next.0
- @backstage/plugin-app@0.4.7-next.0
- @backstage/plugin-app-visualizer@0.2.5-next.0
- @backstage/plugin-auth-react@0.1.28-next.0
- @backstage/plugin-devtools@0.1.40-next.0
- @backstage/plugin-home-react@0.1.39-next.0
- @backstage/plugin-notifications@0.5.18-next.0
- @backstage/plugin-signals@0.0.32-next.0
- @backstage/plugin-techdocs-react@1.3.12-next.0
- @backstage/frontend-app-api@0.16.4-next.0
## 0.0.35
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "example-app",
"version": "0.0.35",
"version": "0.0.36-next.0",
"backstage": {
"role": "frontend"
},
+7
View File
@@ -1,5 +1,12 @@
# @backstage/backend-app-api
## 1.7.1-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.9.2-next.0
## 1.7.0
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/backend-app-api",
"version": "1.7.0",
"version": "1.7.1-next.0",
"description": "Core API used by Backstage backend apps",
"backstage": {
"role": "node-library"
+14
View File
@@ -1,5 +1,19 @@
# @backstage/backend-defaults
## 0.17.2-next.0
### Patch Changes
- a07e6a3: Updated `AzureBlobStorageUrlReader` to reference the correctly-named `AzureBlobStorageIntegration` type from `@backstage/integration`. The previously-used `AzureBlobStorageIntergation` is now an alias for the new type and remains a valid argument to the constructor.
- def82d4: Fixed the built-in rate limiter throwing a validation error and refusing to start when `backend.rateLimit` is enabled. Requests are now keyed using the address normalization helper from `express-rate-limit`, which is required by newer versions of that library and ensures IPv6 clients are grouped by their address block rather than by individual address.
- Updated dependencies
- @backstage/integration@2.0.3-next.0
- @backstage/plugin-auth-node@0.7.2-next.0
- @backstage/backend-app-api@1.7.1-next.0
- @backstage/plugin-permission-node@0.11.1-next.0
- @backstage/backend-plugin-api@1.9.2-next.0
- @backstage/plugin-events-node@0.4.23-next.0
## 0.17.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/backend-defaults",
"version": "0.17.1",
"version": "0.17.2-next.0",
"description": "Backend defaults used by Backstage backend apps",
"backstage": {
"role": "node-library"
@@ -1,5 +1,22 @@
# @backstage/backend-dynamic-feature-service
## 0.8.3-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-backend@3.8.0-next.0
- @backstage/backend-defaults@0.17.2-next.0
- @backstage/plugin-auth-node@0.7.2-next.0
- @backstage/plugin-scaffolder-node@0.13.4-next.0
- @backstage/plugin-events-backend@0.6.3-next.0
- @backstage/plugin-permission-node@0.11.1-next.0
- @backstage/plugin-search-backend-node@1.4.5-next.0
- @backstage/backend-plugin-api@1.9.2-next.0
- @backstage/plugin-events-node@0.4.23-next.0
- @backstage/backend-openapi-utils@0.6.10-next.0
- @backstage/plugin-app-node@0.1.46-next.0
## 0.8.2
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/backend-dynamic-feature-service",
"version": "0.8.2",
"version": "0.8.3-next.0",
"description": "Backstage dynamic feature service",
"backstage": {
"role": "node-library"
@@ -1,5 +1,12 @@
# @backstage/backend-openapi-utils
## 0.6.10-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.9.2-next.0
## 0.6.9
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/backend-openapi-utils",
"version": "0.6.9",
"version": "0.6.10-next.0",
"description": "OpenAPI typescript support.",
"backstage": {
"role": "node-library"
+8
View File
@@ -1,5 +1,13 @@
# @backstage/backend-plugin-api
## 1.9.2-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-auth-node@0.7.2-next.0
- @backstage/plugin-permission-node@0.11.1-next.0
## 1.9.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/backend-plugin-api",
"version": "1.9.1",
"version": "1.9.2-next.0",
"description": "Core API used by Backstage backend plugins",
"backstage": {
"role": "node-library"
+11
View File
@@ -1,5 +1,16 @@
# @backstage/backend-test-utils
## 1.11.4-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-defaults@0.17.2-next.0
- @backstage/plugin-auth-node@0.7.2-next.0
- @backstage/backend-app-api@1.7.1-next.0
- @backstage/backend-plugin-api@1.9.2-next.0
- @backstage/plugin-events-node@0.4.23-next.0
## 1.11.3
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/backend-test-utils",
"version": "1.11.3",
"version": "1.11.4-next.0",
"description": "Test helpers library for Backstage backends",
"backstage": {
"role": "node-library"
+42
View File
@@ -1,5 +1,47 @@
# example-backend
## 0.0.51-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-backend@3.8.0-next.0
- @backstage/plugin-search-backend@2.1.3-next.0
- @backstage/plugin-kubernetes-backend@0.21.5-next.0
- @backstage/plugin-signals-backend@0.3.16-next.0
- @backstage/plugin-app-backend@0.5.15-next.0
- @backstage/backend-defaults@0.17.2-next.0
- @backstage/plugin-notifications-backend@0.6.6-next.0
- @backstage/plugin-catalog-backend-module-logs@0.1.23-next.0
- @backstage/plugin-auth-node@0.7.2-next.0
- @backstage/plugin-mcp-actions-backend@0.1.14-next.0
- @backstage/plugin-search-backend-module-catalog@0.3.16-next.0
- @backstage/plugin-search-backend-module-techdocs@0.4.15-next.0
- @backstage/plugin-techdocs-backend@2.2.1-next.0
- @backstage/plugin-catalog-backend-module-openapi@0.2.23-next.0
- @backstage/plugin-scaffolder-backend@4.0.1-next.0
- @backstage/plugin-scaffolder-backend-module-github@0.9.10-next.0
- @backstage/plugin-auth-backend@0.29.1-next.0
- @backstage/plugin-auth-backend-module-github-provider@0.5.4-next.0
- @backstage/plugin-auth-backend-module-openshift-provider@0.1.8-next.0
- @backstage/plugin-devtools-backend@0.5.18-next.0
- @backstage/plugin-events-backend@0.6.3-next.0
- @backstage/plugin-events-backend-module-google-pubsub@0.2.4-next.0
- @backstage/plugin-permission-backend@0.7.13-next.0
- @backstage/plugin-permission-node@0.11.1-next.0
- @backstage/plugin-proxy-backend@0.6.14-next.0
- @backstage/plugin-search-backend-node@1.4.5-next.0
- @backstage/backend-plugin-api@1.9.2-next.0
- @backstage/plugin-auth-backend-module-guest-provider@0.2.20-next.0
- @backstage/plugin-catalog-backend-module-unprocessed@0.6.13-next.0
- @backstage/plugin-permission-backend-module-allow-all-policy@0.2.20-next.0
- @backstage/plugin-catalog-backend-module-ai-model@0.1.1-next.0
- @backstage/plugin-catalog-backend-module-backstage-openapi@0.5.15-next.0
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.21-next.0
- @backstage/plugin-scaffolder-backend-module-notifications@0.1.23-next.0
- @backstage/plugin-search-backend-module-elasticsearch@1.8.4-next.0
- @backstage/plugin-search-backend-module-explore@0.3.15-next.0
## 0.0.50
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "example-backend",
"version": "0.0.50",
"version": "0.0.51-next.0",
"backstage": {
"role": "backend"
},
+6
View File
@@ -1,5 +1,11 @@
# @backstage/catalog-client
## 1.16.0-next.0
### Minor Changes
- 8f20cc2: `CatalogApi.queryEntities` now accepts a `totalItems` option (`'include'` or `'exclude'`, default `'include'`) on initial requests. Pass `'exclude'` to skip the `totalItems` count when the caller doesn't need it.
## 1.15.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/catalog-client",
"version": "1.15.1",
"version": "1.16.0-next.0",
"description": "An isomorphic client for the catalog backend",
"backstage": {
"role": "common-library"
+7
View File
@@ -1,5 +1,12 @@
# @backstage/cli-defaults
## 0.1.3-next.0
### Patch Changes
- Updated dependencies
- @backstage/cli-module-build@0.1.4-next.0
## 0.1.2
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/cli-defaults",
"version": "0.1.2",
"version": "0.1.3-next.0",
"description": "Default set of CLI modules for the Backstage CLI",
"backstage": {
"role": "cli-module"
+7
View File
@@ -1,5 +1,12 @@
# @backstage/cli-module-build
## 0.1.4-next.0
### Patch Changes
- a1971ea: Suppress false-positive `@protobufjs/inquire` "Critical dependency" warning in the bundler. Since `protobufjs` 7.5.9, the dynamic require path in inquire is no longer exercised, but webpack/rspack still flags it during static analysis.
- 8007b58: Updated dependency `embedded-postgres` to `18.3.0-beta.17`.
## 0.1.3
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/cli-module-build",
"version": "0.1.3",
"version": "0.1.4-next.0",
"description": "CLI module for Backstage CLI",
"backstage": {
"role": "cli-module"
+8
View File
@@ -1,5 +1,13 @@
# @backstage/cli
## 0.36.3-next.0
### Patch Changes
- Updated dependencies
- @backstage/cli-module-build@0.1.4-next.0
- @backstage/cli-defaults@0.1.3-next.0
## 0.36.2
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/cli",
"version": "0.36.2",
"version": "0.36.3-next.0",
"description": "CLI for developing Backstage plugins and apps",
"backstage": {
"role": "cli"
+7
View File
@@ -1,5 +1,12 @@
# @backstage/core-compat-api
## 0.5.12-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@3.0.1-next.0
## 0.5.11
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/core-compat-api",
"version": "0.5.11",
"version": "0.5.12-next.0",
"backstage": {
"role": "web-library"
},
+8
View File
@@ -1,5 +1,13 @@
# @backstage/core-components
## 0.18.11-next.0
### Patch Changes
- e0889a3: chore(deps): bump `qs` from 6.15.1 to 6.15.2
- a07e6a3: Added the correctly-spelled `'header'` literal to the `TableFiltersClassKey` union type and deprecated the previous typoed `'heder'` literal. The generated CSS class with the old key is preserved for backwards compatibility; switch to `'header'` to avoid future removal.
- 8add9b9: Fixed the proxy-based sign-in page failing to read the session token when the proxy issues a token whose payload is encoded using the URL-safe base64 alphabet. Such tokens are now decoded correctly so sign-in no longer breaks.
## 0.18.10
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/core-components",
"version": "0.18.10",
"version": "0.18.11-next.0",
"description": "Core components used by Backstage plugins and apps",
"backstage": {
"role": "web-library"
+6
View File
@@ -1,5 +1,11 @@
# @backstage/create-app
## 0.8.4-next.0
### Patch Changes
- Bumped create-app version.
## 0.8.3
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/create-app",
"version": "0.8.3",
"version": "0.8.4-next.0",
"description": "A CLI that helps you create your own Backstage app",
"backstage": {
"role": "cli"
+10
View File
@@ -1,5 +1,15 @@
# @backstage/dev-utils
## 1.1.24-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@3.0.1-next.0
- @backstage/core-components@0.18.11-next.0
- @backstage/app-defaults@1.7.9-next.0
- @backstage/integration-react@1.2.19-next.0
## 1.1.23
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/dev-utils",
"version": "1.1.23",
"version": "1.1.24-next.0",
"description": "Utilities for developing Backstage plugins.",
"backstage": {
"role": "web-library"
+7
View File
@@ -1,5 +1,12 @@
# e2e-test
## 0.2.41-next.0
### Patch Changes
- Updated dependencies
- @backstage/create-app@0.8.4-next.0
## 0.2.40
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "e2e-test",
"version": "0.2.40",
"version": "0.2.41-next.0",
"description": "E2E test for verifying Backstage packages",
"backstage": {
"role": "cli"
+7
View File
@@ -1,5 +1,12 @@
# @backstage/frontend-app-api
## 0.16.4-next.0
### Patch Changes
- Updated dependencies
- @backstage/frontend-defaults@0.5.3-next.0
## 0.16.3
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/frontend-app-api",
"version": "0.16.3",
"version": "0.16.4-next.0",
"backstage": {
"role": "web-library"
},
+9
View File
@@ -1,5 +1,14 @@
# @backstage/frontend-defaults
## 0.5.3-next.0
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.18.11-next.0
- @backstage/plugin-app@0.4.7-next.0
- @backstage/frontend-app-api@0.16.4-next.0
## 0.5.2
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/frontend-defaults",
"version": "0.5.2",
"version": "0.5.3-next.0",
"backstage": {
"role": "web-library"
},
+8
View File
@@ -1,5 +1,13 @@
# @backstage/frontend-dev-utils
## 0.1.3-next.0
### Patch Changes
- Updated dependencies
- @backstage/frontend-defaults@0.5.3-next.0
- @backstage/plugin-app@0.4.7-next.0
## 0.1.2
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/frontend-dev-utils",
"version": "0.1.2",
"version": "0.1.3-next.0",
"description": "Utilities for developing Backstage frontend plugins using the new frontend system.",
"backstage": {
"role": "web-library"
@@ -1,5 +1,14 @@
# @backstage/frontend-test-utils
## 0.6.1-next.0
### Patch Changes
- 62dd4fc: Added a `mountPath` option to `renderInTestApp` that controls the route path pattern the test element is rendered at. When set, the element is wrapped in a `<Route>` with the given path, enabling `useParams()` to extract route parameters from the URL. Use together with `initialRouteEntries` to set a concrete URL that matches the pattern. This is useful for testing page components that depend on URL parameters, such as entity pages that use `useRouteRefParams`.
- Updated dependencies
- @backstage/plugin-app@0.4.7-next.0
- @backstage/frontend-app-api@0.16.4-next.0
## 0.6.0
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/frontend-test-utils",
"version": "0.6.0",
"version": "0.6.1-next.0",
"backstage": {
"role": "web-library"
},
+7
View File
@@ -1,5 +1,12 @@
# @backstage/integration-react
## 1.2.19-next.0
### Patch Changes
- Updated dependencies
- @backstage/integration@2.0.3-next.0
## 1.2.18
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/integration-react",
"version": "1.2.18",
"version": "1.2.19-next.0",
"description": "Frontend package for managing integrations towards external systems",
"backstage": {
"role": "web-library"
+6
View File
@@ -1,5 +1,11 @@
# @backstage/integration
## 2.0.3-next.0
### Patch Changes
- a07e6a3: Added the correctly-spelled `AzureBlobStorageIntegration` class export and deprecated the previous typoed `AzureBlobStorageIntergation` export. Existing usage of `AzureBlobStorageIntergation` continues to work; switch to `AzureBlobStorageIntegration` to avoid future removal.
## 2.0.2
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/integration",
"version": "2.0.2",
"version": "2.0.3-next.0",
"description": "Helpers for managing integrations towards external systems",
"backstage": {
"role": "common-library"
+7
View File
@@ -1,5 +1,12 @@
# @backstage/repo-tools
## 0.17.3-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.9.2-next.0
## 0.17.2
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/repo-tools",
"version": "0.17.2",
"version": "0.17.3-next.0",
"description": "CLI for Backstage repo tooling ",
"backstage": {
"role": "cli"
@@ -1,5 +1,12 @@
# @internal/scaffolder
## 0.0.22-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-react@2.0.1-next.0
## 0.0.21
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@internal/scaffolder",
"version": "0.0.21",
"version": "0.0.22-next.0",
"backstage": {
"role": "web-library",
"inline": true
@@ -1,5 +1,18 @@
# techdocs-cli-embedded-app
## 0.2.121-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog@2.0.6-next.0
- @backstage/core-components@0.18.11-next.0
- @backstage/cli@0.36.3-next.0
- @backstage/plugin-techdocs@1.17.7-next.0
- @backstage/frontend-defaults@0.5.3-next.0
- @backstage/integration-react@1.2.19-next.0
- @backstage/plugin-techdocs-react@1.3.12-next.0
## 0.2.120
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "techdocs-cli-embedded-app",
"version": "0.2.120",
"version": "0.2.121-next.0",
"backstage": {
"role": "frontend"
},
+8
View File
@@ -1,5 +1,13 @@
# @techdocs/cli
## 1.11.1-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-defaults@0.17.2-next.0
- @backstage/plugin-techdocs-node@1.15.1-next.0
## 1.11.0
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@techdocs/cli",
"version": "1.11.0",
"version": "1.11.1-next.0",
"description": "Utility CLI for managing TechDocs sites in Backstage.",
"backstage": {
"role": "cli"