Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@backstage/types

backstage653kApache-2.01.2.1TypeScript support: included

Common TypeScript types used within Backstage

backstage

readme

headline

Backstage

English | 한국어 | 中文版 | Français

License CNCF Status Discord Code style Codecov OpenSSF Best Practices OpenSSF Scorecard

What is Backstage?

Backstage is an open source framework for building developer portals. Powered by a centralized software catalog, Backstage restores order to your microservices and infrastructure and enables your product teams to ship high-quality code quickly without compromising autonomy.

Backstage unifies all your infrastructure tooling, services, and documentation to create a streamlined development environment from end to end.

software-catalog

Out of the box, Backstage includes:

  • Backstage Software Catalog for managing all your software such as microservices, libraries, data pipelines, websites, and ML models
  • Backstage Software Templates for quickly spinning up new projects and standardizing your tooling with your organization’s best practices
  • Backstage TechDocs for making it easy to create, maintain, find, and use technical documentation, using a "docs like code" approach
  • Plus, a growing ecosystem of open source plugins that further expand Backstage’s customizability and functionality

Backstage was created by Spotify but is now hosted by the Cloud Native Computing Foundation (CNCF) as an Incubation level project. For more information, see the announcement.

Project roadmap

For information about the detailed project roadmap including delivered milestones, see the Roadmap.

Getting Started

To start using Backstage, see the Getting Started documentation.

Documentation

The documentation of Backstage includes:

Community

To engage with our community, you can use the following resources:

Governance

See the GOVERNANCE.md document in the backstage/community repository.

License

Copyright 2020-2024 © The Backstage Authors. All rights reserved. The Linux Foundation has registered trademarks and uses trademarks. For a list of trademarks of The Linux Foundation, please see our Trademark Usage page: https://www.linuxfoundation.org/trademark-usage

Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0

Security

Please report sensitive security issues using Spotify's bug-bounty program rather than GitHub.

For further details, see our complete security release process.

changelog

@backstage/types

1.2.1

Patch Changes

  • b40eb41: Move Expand and ExpandRecursive to @backstage/types

1.2.1-next.0

Patch Changes

  • b40eb41: Move Expand and ExpandRecursive to @backstage/types

1.2.0

Minor Changes

  • c5e39e7: Introduce createDeferred and DeferredPromise.

1.1.1

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.

1.1.1-next.0

Patch Changes

  • 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.

1.1.0

Minor Changes

  • a5c5491ff50c: Added a durationToMilliseconds function to help with the conversion to a single duration number

1.0.2

Patch Changes

  • 19356df560: Updated dependency zen-observable to ^0.9.0.
  • c3fa90e184: Updated dependency zen-observable to ^0.10.0.

1.0.2-next.1

Patch Changes

  • c3fa90e184: Updated dependency zen-observable to ^0.10.0.

1.0.2-next.0

Patch Changes

  • 19356df560: Updated dependency zen-observable to ^0.9.0.

1.0.1

Patch Changes

  • 30e43717c7: Added the HumanDuration type, moved here from @backstage/backend-tasks. This type matches the Duration.fromObject form of luxon.

1.0.1-next.0

Patch Changes

  • 30e43717c7: Added the HumanDuration type, moved here from @backstage/backend-tasks. This type matches the Duration.fromObject form of luxon.

1.0.0

Major Changes

  • b58c70c223: This package has been promoted to v1.0! To understand how this change affects the package, please check out our versioning policy.

0.1.3

Patch Changes

  • Fix for the previous release with missing type declarations.

0.1.2

Patch Changes

  • c77c5c7eb6: Added backstage.role to package.json