@karimov-labs/backstage-plugin-devxp 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,6 +4,8 @@ A Backstage frontend plugin that provides a **Developer Intelligence** dashboard
4
4
 
5
5
  This plugin is the UI counterpart to [`@karimov-labs/backstage-plugin-devxp-backend`](https://www.npmjs.com/package/@karimov-labs/backstage-plugin-devxp-backend), which must be installed alongside it.
6
6
 
7
+ Built for use with the [DevXP](https://devxp.net) developer analytics platform.
8
+
7
9
  ---
8
10
 
9
11
  ## Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@karimov-labs/backstage-plugin-devxp",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Backstage frontend plugin for developer intelligence — masked identity management, CSV upload, and unmask tooling.",
5
5
  "main": "src/index.ts",
6
6
  "types": "src/index.ts",