@pagerduty/backstage-plugin 0.12.1-next.36 → 0.12.1-next.38
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.
- package/dist/esm/{index-e659d0f9.esm.js → index-60c5b4e8.esm.js} +3 -3
- package/dist/esm/{index-e659d0f9.esm.js.map → index-60c5b4e8.esm.js.map} +1 -1
- package/dist/esm/index-651410c0.esm.js +206 -0
- package/dist/esm/index-651410c0.esm.js.map +1 -0
- package/dist/esm/{index-7849d264.esm.js → index-a70001be.esm.js} +2 -2
- package/dist/esm/{index-7849d264.esm.js.map → index-a70001be.esm.js.map} +1 -1
- package/dist/index.esm.js +1 -1
- package/package.json +1 -1
- package/dist/esm/index-e3f1d904.esm.js +0 -179
- package/dist/esm/index-e3f1d904.esm.js.map +0 -1
|
@@ -229,7 +229,7 @@ const pagerDutyPlugin = createPlugin({
|
|
|
229
229
|
const PagerDutyPage = pagerDutyPlugin.provide(
|
|
230
230
|
createRoutableExtension({
|
|
231
231
|
name: "PagerDutyPage",
|
|
232
|
-
component: () => import('./index-
|
|
232
|
+
component: () => import('./index-651410c0.esm.js').then((m) => m.PagerDutyPage),
|
|
233
233
|
mountPoint: rootRouteRef
|
|
234
234
|
})
|
|
235
235
|
);
|
|
@@ -257,7 +257,7 @@ const HomePagePagerDutyCard = pagerDutyPlugin.provide(
|
|
|
257
257
|
createCardExtension({
|
|
258
258
|
name: "HomePagePagerDutyCard",
|
|
259
259
|
title: "PagerDuty Homepage Card",
|
|
260
|
-
components: () => import('./index-
|
|
260
|
+
components: () => import('./index-a70001be.esm.js'),
|
|
261
261
|
settings: {
|
|
262
262
|
schema: {
|
|
263
263
|
title: "PagerDuty",
|
|
@@ -1623,4 +1623,4 @@ function TriggerButton(props) {
|
|
|
1623
1623
|
const PagerDutyCard = EntityPagerDutyCard;
|
|
1624
1624
|
|
|
1625
1625
|
export { EntityPagerDutyCard$1 as E, HomePagePagerDutyCard as H, PagerDutyCard$1 as P, TriggerButton as T, UnauthorizedError as U, pagerDutyPlugin as a, PagerDutyPage as b, EntityPagerDutySmallCard$1 as c, isPluginApplicableToEntity as d, PagerDutyClient as e, PagerDutyCard as f, isPluginApplicableToEntity$1 as i, pagerDutyApiRef as p };
|
|
1626
|
-
//# sourceMappingURL=index-
|
|
1626
|
+
//# sourceMappingURL=index-60c5b4e8.esm.js.map
|