@pagerduty/backstage-plugin 0.16.3 → 0.16.4

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.
@@ -1,6 +1,6 @@
1
1
  var name = "@pagerduty/backstage-plugin";
2
2
  var description = "A Backstage plugin that integrates towards PagerDuty";
3
- var version = "0.16.3";
3
+ var version = "0.16.4";
4
4
  var main = "dist/index.esm.js";
5
5
  var types = "dist/index.d.ts";
6
6
  var license = "Apache-2.0";
@@ -16,11 +16,11 @@ var backstage = {
16
16
  "@pagerduty/backstage-plugin-backend"
17
17
  ]
18
18
  };
19
- var homepage = "https://github.com/pagerduty/backstage-plugin";
19
+ var homepage = "https://pagerduty.github.io/backstage-plugin-docs/index.html";
20
20
  var repository = {
21
21
  type: "git",
22
- url: "https://github.com/pagerduty/backstage-plugin.git",
23
- directory: "."
22
+ url: "https://github.com/PagerDuty/backstage-plugins",
23
+ directory: "plugins/backstage-plugin"
24
24
  };
25
25
  var keywords = [
26
26
  "backstage",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pagerduty/backstage-plugin",
3
3
  "description": "A Backstage plugin that integrates towards PagerDuty",
4
- "version": "0.16.3",
4
+ "version": "0.16.4",
5
5
  "main": "./dist/index.esm.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -20,11 +20,11 @@
20
20
  "./alpha": "@backstage/FrontendPlugin"
21
21
  }
22
22
  },
23
- "homepage": "https://github.com/pagerduty/backstage-plugin",
23
+ "homepage": "https://pagerduty.github.io/backstage-plugin-docs/index.html",
24
24
  "repository": {
25
25
  "type": "git",
26
- "url": "https://github.com/pagerduty/backstage-plugin.git",
27
- "directory": "."
26
+ "url": "https://github.com/PagerDuty/backstage-plugins",
27
+ "directory": "plugins/backstage-plugin"
28
28
  },
29
29
  "keywords": [
30
30
  "backstage",