Skip to content

Commit

Permalink
Updated package.json
Browse files Browse the repository at this point in the history
Signed-off-by: Yi Cai <yicai@redhat.com>
  • Loading branch information
ciiay committed Oct 22, 2024
1 parent 0e69e22 commit 4f9d308
Show file tree
Hide file tree
Showing 3 changed files with 428 additions and 85 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
{
"name": "backstage-community-plugin-topology-common",
"description": "Common functionalities for the topology plugin",
"version": "1.4.1",
"version": "1.4.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
"publishConfig": {
"access": "public",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts"
"access": "public"
},
"backstage": {
"role": "frontend-plugin",
Expand Down Expand Up @@ -63,7 +60,7 @@
"bugs": "https://issues.redhat.com/browse/RHIDP",
"dependencies": {
"@backstage/plugin-permission-common": "^0.8.0",
"@backstage-community/plugin-topology-common": "1.4.1"
"@backstage-community/plugin-topology-common": "1.4.2"
},
"maintainers": [
"invincibleJai",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
{
"name": "backstage-community-plugin-topology",
"version": "1.28.3",
"version": "1.28.4",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
"private": true,
"publishConfig": {
"access": "public",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts"
"access": "public"
},
"backstage": {
"role": "frontend-plugin",
Expand All @@ -22,24 +20,30 @@
".": "./src/index.ts",
"./package.json": "./package.json"
},
"typesVersions": {
"*": {
"package.json": [
"package.json"
]
}
},
"sideEffects": [
"./**/*.css"
],
"scripts": {
"build": "backstage-cli package build",
"clean": "backstage-cli package clean",
"export-dynamic": "janus-cli package export-dynamic-plugin --embed-package @bbackstage-community-plugin-topology --override-interop default --in-place",
"export-dynamic": "janus-cli package export-dynamic-plugin --in-place",
"lint": "backstage-cli package lint",
"test": "backstage-cli package test --passWithNoTests --coverage",
"clean-dynamic-sources": "yarn clean && rm -Rf node_modules"
},
"dependencies": {
"@backstage-community/plugin-topology": "1.28.3",
"style-inject": "^0.3.0"
"@backstage-community/plugin-topology": "1.28.4"
},
"devDependencies": {
"@backstage/cli": "0.26.11",
"@janus-idp/cli": "1.15.1"
"@janus-idp/cli": "1.15.2"
},
"files": [
"dist",
Expand Down
Loading

0 comments on commit 4f9d308

Please sign in to comment.