@karimov-labs/backstage-plugin-devxp 1.0.0 → 1.0.2
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.
- package/README.md +2 -0
- package/package.json +2 -7
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,17 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@karimov-labs/backstage-plugin-devxp",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
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",
|
|
7
7
|
"license": "Apache-2.0",
|
|
8
8
|
"author": "karimov-labs",
|
|
9
|
-
"homepage": "https://
|
|
10
|
-
"repository": {
|
|
11
|
-
"type": "git",
|
|
12
|
-
"url": "https://github.com/karimov-labs/backstage-plugin-devxp.git",
|
|
13
|
-
"directory": "plugins/devxp"
|
|
14
|
-
},
|
|
9
|
+
"homepage": "https://devxp.net",
|
|
15
10
|
"keywords": [
|
|
16
11
|
"backstage",
|
|
17
12
|
"plugin",
|