Skip to content

Commit

Permalink
fix(release): change problematic plugins to private (#1738)
Browse files Browse the repository at this point in the history
* fix(release): change @janus-idp/backstage-plugin-catalog-backend-module-scaffolder-relation-processor to private

Signed-off-by: Paul Schultz <pschultz@pobox.com>

* change audit log common to private

Signed-off-by: Paul Schultz <pschultz@pobox.com>

* fix shared-react

Signed-off-by: Paul Schultz <pschultz@pobox.com>

* update repository link

Signed-off-by: Paul Schultz <pschultz@pobox.com>

---------

Signed-off-by: Paul Schultz <pschultz@pobox.com>
  • Loading branch information
schultzp2020 committed May 29, 2024
1 parent a0cfcad commit 69176bd
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 37 deletions.
6 changes: 1 addition & 5 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,7 @@
"role": "cli"
},
"homepage": "https://janus-idp.io",
"repository": {
"type": "git",
"url": "https://github.com/janus-idp/backstage-plugins",
"directory": "packages/cli"
},
"repository": "github:janus-idp/backstage-plugins",
"keywords": [
"backstage"
],
Expand Down
2 changes: 1 addition & 1 deletion plugins/acr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@backstage/core-plugin-api": "^1.9.2",
"@backstage/plugin-catalog-react": "^1.11.3",
"@backstage/theme": "^0.5.3",
"@janus-idp/shared-react": "2.6.3",
"@janus-idp/shared-react": "2.6.2",
"@material-ui/core": "^4.9.13",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.45",
Expand Down
6 changes: 1 addition & 5 deletions plugins/argocd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,7 @@
}
},
"configSchema": "config.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/janus-idp/backstage-plugins",
"directory": "plugins/argocd"
},
"repository": "github:janus-idp/backstage-plugins",
"keywords": [
"backstage",
"plugin"
Expand Down
7 changes: 2 additions & 5 deletions plugins/audit-log-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@janus-idp/backstage-plugin-audit-log-node",
"description": "Node.js library for the audit-log plugin",
"version": "0.1.0",
"private": true,
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -32,11 +33,7 @@
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/janus-idp/backstage-plugins",
"directory": "plugins/audit-log-node"
},
"repository": "github:janus-idp/backstage-plugins",
"keywords": [
"backstage",
"plugin"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,7 @@
"alpha"
],
"configSchema": "config.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/janus-idp/backstage-plugins",
"directory": "plugins/catalog"
},
"repository": "github:janus-idp/backstage-plugins",
"keywords": [
"backstage",
"plugin"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@janus-idp/backstage-plugin-catalog-backend-module-scaffolder-relation-processor",
"description": "The scaffolder-relation-processor backend module for the catalog plugin.",
"version": "0.1.0",
"private": true,
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -62,11 +63,7 @@
"app-config.janus-idp.yaml"
],
"configSchema": "config.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/janus-idp/backstage-plugins",
"directory": "plugins/catalog"
},
"repository": "github:janus-idp/backstage-plugins",
"keywords": [
"backstage",
"plugin"
Expand Down
2 changes: 1 addition & 1 deletion plugins/jfrog-artifactory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@material-ui/core": "^4.9.13",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.45",
"@janus-idp/shared-react": "2.6.3",
"@janus-idp/shared-react": "2.6.2",
"react-use": "^17.4.0"
},
"peerDependencies": {
Expand Down
6 changes: 1 addition & 5 deletions plugins/orchestrator-swf-editor-envelope/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,7 @@
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/janus-idp/backstage-plugins",
"directory": "plugins/orchestrator-swf-editor-envelope"
},
"repository": "github:janus-idp/backstage-plugins",
"keywords": [
"backstage",
"plugin"
Expand Down
6 changes: 1 addition & 5 deletions plugins/topology-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,7 @@
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/janus-idp/backstage-plugins",
"directory": "plugins/topology"
},
"repository": "github:janus-idp/backstage-plugins",
"keywords": [
"backstage",
"plugin"
Expand Down

0 comments on commit 69176bd

Please sign in to comment.