@pagerduty/backstage-plugin-backend 0.4.6-next.1 → 0.4.6-next.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.
Files changed (2) hide show
  1. package/config.d.ts +2 -2
  2. package/package.json +10 -7
package/config.d.ts CHANGED
@@ -34,12 +34,12 @@ export interface Config {
34
34
  apiBaseUrl?: string;
35
35
  /**
36
36
  * Optional PagerDuty API Token used in API calls from the backend component.
37
- * @visibility frontend
37
+ * @visibility secret
38
38
  */
39
39
  apiToken?: string;
40
40
  /**
41
41
  * Optional PagerDuty Scoped OAuth Token used in API calls from the backend component.
42
- * @visibility frontend
42
+ * @deepVisibility secret
43
43
  */
44
44
  oauth?: PagerDutyOAuthConfig;
45
45
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pagerduty/backstage-plugin-backend",
3
- "version": "0.4.6-next.1",
3
+ "version": "0.4.6-next.2",
4
4
  "main": "dist/index.cjs.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -22,24 +22,27 @@
22
22
  "postpack": "backstage-cli package postpack"
23
23
  },
24
24
  "dependencies": {
25
- "@backstage/backend-common": "^0.21.3",
25
+ "@backstage/backend-common": "^0.19.10",
26
26
  "@backstage/config": "^1.1.1",
27
- "@backstage/plugin-scaffolder-node": "^0.3.3",
27
+ "@backstage/plugin-scaffolder-node": "^0.2.8",
28
+ "@material-ui/core": "^4.12.4",
29
+ "@rjsf/core": "^5.14.3",
28
30
  "@types/express": "^4.17.6",
29
31
  "express": "^4.17.1",
30
32
  "express-promise-router": "^4.1.0",
31
- "node-fetch": "^3.3.0",
33
+ "node-fetch": "^2.6.7",
32
34
  "winston": "^3.2.1",
33
35
  "yn": "^4.0.0",
34
36
  "zod": "^3.22.4"
35
37
  },
36
38
  "peerDependencies": {
37
- "@pagerduty/backstage-plugin-common": "^0.1.1"
39
+ "@pagerduty/backstage-plugin-common": "^0.1.0"
38
40
  },
39
41
  "devDependencies": {
40
- "@backstage/cli": "^0.25.2",
41
- "@pagerduty/backstage-plugin-common": "^0.1.1",
42
+ "@backstage/cli": "^0.24.0",
43
+ "@pagerduty/backstage-plugin-common": "^0.1.0",
42
44
  "@types/node": "^20.9.2",
45
+ "@types/node-fetch": "2.6.11",
43
46
  "@types/supertest": "^2.0.12",
44
47
  "@types/webpack-env": "1.18.4",
45
48
  "jest-mock": "29.7.0",