grafana/packages/grafana-runtime
Jack Westbrook 6d4a271a39
Frontend: Expose unstable entrypoints for data and runtime (#101547)
* feat(grafana-data): introduce unstable entrypoint to package

* feat(grafana-runtime): introduce unstable entrypoint to package

* feat(plugins): expose unstable entrypoints for data and runtime to plugins

* feat(packages): dummy exports so package verification and shared deps imports work
2025-03-04 16:22:05 +01:00
..
src Frontend: Expose unstable entrypoints for data and runtime (#101547) 2025-03-04 16:22:05 +01:00
CHANGELOG.md
LICENSE_APACHE2
README.md
package.json Frontend: Expose unstable entrypoints for data and runtime (#101547) 2025-03-04 16:22:05 +01:00
project.json Build: Nx improvements (#88341) 2024-10-15 14:25:45 +02:00
rollup.config.ts Frontend: Expose unstable entrypoints for data and runtime (#101547) 2025-03-04 16:22:05 +01:00
tsconfig.build.json Update dependency @types/testing-library__jest-dom to v6 (#94607) 2024-10-18 11:59:47 +01:00
tsconfig.json Update dependency @types/testing-library__jest-dom to v6 (#94607) 2024-10-18 11:59:47 +01:00

README.md

Grafana Runtime library

@grafana/runtime is currently in BETA.

This package allows access to grafana services. It requires Grafana to be running already and the functions to be imported as externals.