@pagerduty/backstage-plugin-backend 0.10.1 → 0.10.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/dist/index.d.ts +1 -1
  2. package/package.json +9 -20
package/dist/index.d.ts CHANGED
@@ -47,7 +47,7 @@ declare function buildEntityMappingsResponse(entityMappings: RawDbEntityResultRo
47
47
  declare function createRouter(options: RouterOptions): Promise<express.Router>;
48
48
 
49
49
  /** @public */
50
- declare const pagerDutyPlugin: _backstage_backend_plugin_api.BackendFeatureCompat;
50
+ declare const pagerDutyPlugin: _backstage_backend_plugin_api.BackendFeature;
51
51
 
52
52
  export { buildEntityMappingsResponse, createComponentEntitiesReferenceDict, createRouter, pagerDutyPlugin as default };
53
53
  export type { Annotations, RouterOptions };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pagerduty/backstage-plugin-backend",
3
- "version": "0.10.1",
3
+ "version": "0.10.2",
4
4
  "main": "dist/index.cjs.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -37,33 +37,22 @@
37
37
  "postpack": "backstage-cli package postpack"
38
38
  },
39
39
  "dependencies": {
40
- "@backstage/backend-common": "^0.23.3",
41
- "@backstage/backend-defaults": "^0.4.1",
42
- "@backstage/backend-plugin-api": "^0.7.0",
43
- "@backstage/backend-tasks": "^0.5.27",
44
- "@backstage/catalog-client": "^1.6.5",
45
- "@backstage/catalog-model": "^1.5.0",
46
- "@backstage/config": "^1.2.0",
47
- "@backstage/core-plugin-api": "^1.9.3",
48
- "@backstage/plugin-catalog-common": "^1.0.25",
49
- "@backstage/plugin-catalog-node": "^1.12.4",
50
- "@backstage/plugin-scaffolder-node": "^0.4.8",
51
- "@material-ui/core": "^4.12.4",
52
- "@pagerduty/backstage-plugin-common": "~0.2.3",
53
- "@rjsf/core": "^5.14.3",
40
+ "@backstage/backend-common": "^0.25.0",
41
+ "@backstage/backend-plugin-api": "backstage:^",
42
+ "@backstage/catalog-client": "backstage:^",
43
+ "@pagerduty/backstage-plugin-common": "~0.2.4",
54
44
  "@types/express": "^4.17.6",
55
45
  "express": "^4.20.0",
56
46
  "express-promise-router": "^4.1.0",
57
47
  "knex": "^3.0.0",
58
48
  "luxon": "^3.4.4",
59
49
  "node-fetch": "^2.6.7",
60
- "uuid": "^9.0.1",
61
- "winston": "^3.2.1",
62
- "yn": "^4.0.0"
50
+ "uuid": "^9.0.1"
63
51
  },
64
52
  "devDependencies": {
65
- "@backstage/backend-test-utils": "^0.4.4",
66
- "@backstage/cli": "^0.33.0",
53
+ "@backstage/backend-defaults": "backstage:^",
54
+ "@backstage/backend-test-utils": "backstage:^",
55
+ "@backstage/cli": "backstage:^",
67
56
  "jest-mock": "^30.0.2",
68
57
  "supertest": "^7.1.3"
69
58
  },