Merge main

Signed-off-by: secustor <sebastian@poxhofer.at>
This commit is contained in:
secustor
2026-01-02 20:58:22 +01:00
783 changed files with 25498 additions and 8564 deletions
+17 -5
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-devtools-common",
"version": "0.1.19",
"version": "0.1.20",
"description": "Common functionalities for the devtools plugin",
"backstage": {
"role": "common-library",
@@ -13,10 +13,7 @@
]
},
"publishConfig": {
"access": "public",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts"
"access": "public"
},
"homepage": "https://backstage.io",
"repository": {
@@ -26,8 +23,23 @@
},
"license": "Apache-2.0",
"sideEffects": false,
"exports": {
".": "./src/index.ts",
"./alpha": "./src/alpha.ts",
"./package.json": "./package.json"
},
"main": "src/index.ts",
"types": "src/index.ts",
"typesVersions": {
"*": {
"alpha": [
"src/alpha.ts"
],
"package.json": [
"package.json"
]
}
},
"files": [
"dist"
],