@backstage/plugin-app 0.0.0-nightly-20240919023143 → 0.0.0-nightly-20240920023120
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/CHANGELOG.md +2 -2
- package/dist/index.d.ts +0 -33
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
# @backstage/plugin-app
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20240920023120
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- Updated dependencies
|
|
8
|
-
- @backstage/frontend-plugin-api@0.0.0-nightly-
|
|
8
|
+
- @backstage/frontend-plugin-api@0.0.0-nightly-20240920023120
|
|
9
9
|
- @backstage/core-components@0.15.0
|
|
10
10
|
- @backstage/core-plugin-api@1.9.4
|
|
11
11
|
- @backstage/theme@0.5.7
|
package/dist/index.d.ts
CHANGED
|
@@ -17,12 +17,10 @@ declare const appPlugin: _backstage_frontend_plugin_api.FrontendPlugin<{}, {}, {
|
|
|
17
17
|
};
|
|
18
18
|
params: never;
|
|
19
19
|
kind: undefined;
|
|
20
|
-
namespace: undefined;
|
|
21
20
|
name: undefined;
|
|
22
21
|
}>;
|
|
23
22
|
"api:app/app-language": _backstage_frontend_plugin_api.ExtensionDefinition<{
|
|
24
23
|
kind: "api";
|
|
25
|
-
namespace: undefined;
|
|
26
24
|
name: "app-language";
|
|
27
25
|
config: {};
|
|
28
26
|
configInput: {};
|
|
@@ -48,7 +46,6 @@ declare const appPlugin: _backstage_frontend_plugin_api.FrontendPlugin<{}, {}, {
|
|
|
48
46
|
};
|
|
49
47
|
params: never;
|
|
50
48
|
kind: undefined;
|
|
51
|
-
namespace: undefined;
|
|
52
49
|
name: "layout";
|
|
53
50
|
}>;
|
|
54
51
|
"app/nav": _backstage_frontend_plugin_api.ExtensionDefinition<{
|
|
@@ -74,7 +71,6 @@ declare const appPlugin: _backstage_frontend_plugin_api.FrontendPlugin<{}, {}, {
|
|
|
74
71
|
};
|
|
75
72
|
params: never;
|
|
76
73
|
kind: undefined;
|
|
77
|
-
namespace: undefined;
|
|
78
74
|
name: "nav";
|
|
79
75
|
}>;
|
|
80
76
|
"app/root": _backstage_frontend_plugin_api.ExtensionDefinition<{
|
|
@@ -109,7 +105,6 @@ declare const appPlugin: _backstage_frontend_plugin_api.FrontendPlugin<{}, {}, {
|
|
|
109
105
|
};
|
|
110
106
|
params: never;
|
|
111
107
|
kind: undefined;
|
|
112
|
-
namespace: undefined;
|
|
113
108
|
name: "root";
|
|
114
109
|
}>;
|
|
115
110
|
"app/routes": _backstage_frontend_plugin_api.ExtensionDefinition<{
|
|
@@ -126,7 +121,6 @@ declare const appPlugin: _backstage_frontend_plugin_api.FrontendPlugin<{}, {}, {
|
|
|
126
121
|
};
|
|
127
122
|
params: never;
|
|
128
123
|
kind: undefined;
|
|
129
|
-
namespace: undefined;
|
|
130
124
|
name: "routes";
|
|
131
125
|
}>;
|
|
132
126
|
"api:app/app-theme": _backstage_frontend_plugin_api.ExtensionDefinition<{
|
|
@@ -140,7 +134,6 @@ declare const appPlugin: _backstage_frontend_plugin_api.FrontendPlugin<{}, {}, {
|
|
|
140
134
|
}>;
|
|
141
135
|
};
|
|
142
136
|
kind: "api";
|
|
143
|
-
namespace: undefined;
|
|
144
137
|
name: "app-theme";
|
|
145
138
|
params: {
|
|
146
139
|
factory: _backstage_frontend_plugin_api.AnyApiFactory;
|
|
@@ -148,7 +141,6 @@ declare const appPlugin: _backstage_frontend_plugin_api.FrontendPlugin<{}, {}, {
|
|
|
148
141
|
}>;
|
|
149
142
|
"theme:app/light": _backstage_frontend_plugin_api.ExtensionDefinition<{
|
|
150
143
|
kind: "theme";
|
|
151
|
-
namespace: undefined;
|
|
152
144
|
name: "light";
|
|
153
145
|
config: {};
|
|
154
146
|
configInput: {};
|
|
@@ -160,7 +152,6 @@ declare const appPlugin: _backstage_frontend_plugin_api.FrontendPlugin<{}, {}, {
|
|
|
160
152
|
}>;
|
|
161
153
|
"theme:app/dark": _backstage_frontend_plugin_api.ExtensionDefinition<{
|
|
162
154
|
kind: "theme";
|
|
163
|
-
namespace: undefined;
|
|
164
155
|
name: "dark";
|
|
165
156
|
config: {};
|
|
166
157
|
configInput: {};
|
|
@@ -184,7 +175,6 @@ declare const appPlugin: _backstage_frontend_plugin_api.FrontendPlugin<{}, {}, {
|
|
|
184
175
|
}>;
|
|
185
176
|
};
|
|
186
177
|
kind: "api";
|
|
187
|
-
namespace: undefined;
|
|
188
178
|
name: "components";
|
|
189
179
|
params: {
|
|
190
180
|
factory: _backstage_frontend_plugin_api.AnyApiFactory;
|
|
@@ -203,7 +193,6 @@ declare const appPlugin: _backstage_frontend_plugin_api.FrontendPlugin<{}, {}, {
|
|
|
203
193
|
}>;
|
|
204
194
|
};
|
|
205
195
|
kind: "api";
|
|
206
|
-
namespace: undefined;
|
|
207
196
|
name: "icons";
|
|
208
197
|
params: {
|
|
209
198
|
factory: _backstage_frontend_plugin_api.AnyApiFactory;
|
|
@@ -211,7 +200,6 @@ declare const appPlugin: _backstage_frontend_plugin_api.FrontendPlugin<{}, {}, {
|
|
|
211
200
|
}>;
|
|
212
201
|
"api:app/feature-flags": _backstage_frontend_plugin_api.ExtensionDefinition<{
|
|
213
202
|
kind: "api";
|
|
214
|
-
namespace: undefined;
|
|
215
203
|
name: "feature-flags";
|
|
216
204
|
config: {};
|
|
217
205
|
configInput: {};
|
|
@@ -234,7 +222,6 @@ declare const appPlugin: _backstage_frontend_plugin_api.FrontendPlugin<{}, {}, {
|
|
|
234
222
|
}>;
|
|
235
223
|
};
|
|
236
224
|
kind: "api";
|
|
237
|
-
namespace: undefined;
|
|
238
225
|
name: "translations";
|
|
239
226
|
params: {
|
|
240
227
|
factory: _backstage_frontend_plugin_api.AnyApiFactory;
|
|
@@ -242,7 +229,6 @@ declare const appPlugin: _backstage_frontend_plugin_api.FrontendPlugin<{}, {}, {
|
|
|
242
229
|
}>;
|
|
243
230
|
"app-root-element:app/oauth-request-dialog": _backstage_frontend_plugin_api.ExtensionDefinition<{
|
|
244
231
|
kind: "app-root-element";
|
|
245
|
-
namespace: undefined;
|
|
246
232
|
name: "oauth-request-dialog";
|
|
247
233
|
config: {};
|
|
248
234
|
configInput: {};
|
|
@@ -275,7 +261,6 @@ declare const appPlugin: _backstage_frontend_plugin_api.FrontendPlugin<{}, {}, {
|
|
|
275
261
|
}>;
|
|
276
262
|
};
|
|
277
263
|
kind: "app-root-element";
|
|
278
|
-
namespace: undefined;
|
|
279
264
|
name: "alert-display";
|
|
280
265
|
params: {
|
|
281
266
|
element: JSX.Element | (() => JSX.Element);
|
|
@@ -283,7 +268,6 @@ declare const appPlugin: _backstage_frontend_plugin_api.FrontendPlugin<{}, {}, {
|
|
|
283
268
|
}>;
|
|
284
269
|
"api:app/discovery": _backstage_frontend_plugin_api.ExtensionDefinition<{
|
|
285
270
|
kind: "api";
|
|
286
|
-
namespace: undefined;
|
|
287
271
|
name: "discovery";
|
|
288
272
|
config: {};
|
|
289
273
|
configInput: {};
|
|
@@ -295,7 +279,6 @@ declare const appPlugin: _backstage_frontend_plugin_api.FrontendPlugin<{}, {}, {
|
|
|
295
279
|
}>;
|
|
296
280
|
"api:app/alert": _backstage_frontend_plugin_api.ExtensionDefinition<{
|
|
297
281
|
kind: "api";
|
|
298
|
-
namespace: undefined;
|
|
299
282
|
name: "alert";
|
|
300
283
|
config: {};
|
|
301
284
|
configInput: {};
|
|
@@ -307,7 +290,6 @@ declare const appPlugin: _backstage_frontend_plugin_api.FrontendPlugin<{}, {}, {
|
|
|
307
290
|
}>;
|
|
308
291
|
"api:app/analytics": _backstage_frontend_plugin_api.ExtensionDefinition<{
|
|
309
292
|
kind: "api";
|
|
310
|
-
namespace: undefined;
|
|
311
293
|
name: "analytics";
|
|
312
294
|
config: {};
|
|
313
295
|
configInput: {};
|
|
@@ -319,7 +301,6 @@ declare const appPlugin: _backstage_frontend_plugin_api.FrontendPlugin<{}, {}, {
|
|
|
319
301
|
}>;
|
|
320
302
|
"api:app/error": _backstage_frontend_plugin_api.ExtensionDefinition<{
|
|
321
303
|
kind: "api";
|
|
322
|
-
namespace: undefined;
|
|
323
304
|
name: "error";
|
|
324
305
|
config: {};
|
|
325
306
|
configInput: {};
|
|
@@ -331,7 +312,6 @@ declare const appPlugin: _backstage_frontend_plugin_api.FrontendPlugin<{}, {}, {
|
|
|
331
312
|
}>;
|
|
332
313
|
"api:app/storage": _backstage_frontend_plugin_api.ExtensionDefinition<{
|
|
333
314
|
kind: "api";
|
|
334
|
-
namespace: undefined;
|
|
335
315
|
name: "storage";
|
|
336
316
|
config: {};
|
|
337
317
|
configInput: {};
|
|
@@ -343,7 +323,6 @@ declare const appPlugin: _backstage_frontend_plugin_api.FrontendPlugin<{}, {}, {
|
|
|
343
323
|
}>;
|
|
344
324
|
"api:app/fetch": _backstage_frontend_plugin_api.ExtensionDefinition<{
|
|
345
325
|
kind: "api";
|
|
346
|
-
namespace: undefined;
|
|
347
326
|
name: "fetch";
|
|
348
327
|
config: {};
|
|
349
328
|
configInput: {};
|
|
@@ -355,7 +334,6 @@ declare const appPlugin: _backstage_frontend_plugin_api.FrontendPlugin<{}, {}, {
|
|
|
355
334
|
}>;
|
|
356
335
|
"api:app/oauth-request": _backstage_frontend_plugin_api.ExtensionDefinition<{
|
|
357
336
|
kind: "api";
|
|
358
|
-
namespace: undefined;
|
|
359
337
|
name: "oauth-request";
|
|
360
338
|
config: {};
|
|
361
339
|
configInput: {};
|
|
@@ -367,7 +345,6 @@ declare const appPlugin: _backstage_frontend_plugin_api.FrontendPlugin<{}, {}, {
|
|
|
367
345
|
}>;
|
|
368
346
|
"api:app/google-auth": _backstage_frontend_plugin_api.ExtensionDefinition<{
|
|
369
347
|
kind: "api";
|
|
370
|
-
namespace: undefined;
|
|
371
348
|
name: "google-auth";
|
|
372
349
|
config: {};
|
|
373
350
|
configInput: {};
|
|
@@ -379,7 +356,6 @@ declare const appPlugin: _backstage_frontend_plugin_api.FrontendPlugin<{}, {}, {
|
|
|
379
356
|
}>;
|
|
380
357
|
"api:app/microsoft-auth": _backstage_frontend_plugin_api.ExtensionDefinition<{
|
|
381
358
|
kind: "api";
|
|
382
|
-
namespace: undefined;
|
|
383
359
|
name: "microsoft-auth";
|
|
384
360
|
config: {};
|
|
385
361
|
configInput: {};
|
|
@@ -391,7 +367,6 @@ declare const appPlugin: _backstage_frontend_plugin_api.FrontendPlugin<{}, {}, {
|
|
|
391
367
|
}>;
|
|
392
368
|
"api:app/github-auth": _backstage_frontend_plugin_api.ExtensionDefinition<{
|
|
393
369
|
kind: "api";
|
|
394
|
-
namespace: undefined;
|
|
395
370
|
name: "github-auth";
|
|
396
371
|
config: {};
|
|
397
372
|
configInput: {};
|
|
@@ -403,7 +378,6 @@ declare const appPlugin: _backstage_frontend_plugin_api.FrontendPlugin<{}, {}, {
|
|
|
403
378
|
}>;
|
|
404
379
|
"api:app/okta-auth": _backstage_frontend_plugin_api.ExtensionDefinition<{
|
|
405
380
|
kind: "api";
|
|
406
|
-
namespace: undefined;
|
|
407
381
|
name: "okta-auth";
|
|
408
382
|
config: {};
|
|
409
383
|
configInput: {};
|
|
@@ -415,7 +389,6 @@ declare const appPlugin: _backstage_frontend_plugin_api.FrontendPlugin<{}, {}, {
|
|
|
415
389
|
}>;
|
|
416
390
|
"api:app/gitlab-auth": _backstage_frontend_plugin_api.ExtensionDefinition<{
|
|
417
391
|
kind: "api";
|
|
418
|
-
namespace: undefined;
|
|
419
392
|
name: "gitlab-auth";
|
|
420
393
|
config: {};
|
|
421
394
|
configInput: {};
|
|
@@ -427,7 +400,6 @@ declare const appPlugin: _backstage_frontend_plugin_api.FrontendPlugin<{}, {}, {
|
|
|
427
400
|
}>;
|
|
428
401
|
"api:app/onelogin-auth": _backstage_frontend_plugin_api.ExtensionDefinition<{
|
|
429
402
|
kind: "api";
|
|
430
|
-
namespace: undefined;
|
|
431
403
|
name: "onelogin-auth";
|
|
432
404
|
config: {};
|
|
433
405
|
configInput: {};
|
|
@@ -439,7 +411,6 @@ declare const appPlugin: _backstage_frontend_plugin_api.FrontendPlugin<{}, {}, {
|
|
|
439
411
|
}>;
|
|
440
412
|
"api:app/bitbucket-auth": _backstage_frontend_plugin_api.ExtensionDefinition<{
|
|
441
413
|
kind: "api";
|
|
442
|
-
namespace: undefined;
|
|
443
414
|
name: "bitbucket-auth";
|
|
444
415
|
config: {};
|
|
445
416
|
configInput: {};
|
|
@@ -451,7 +422,6 @@ declare const appPlugin: _backstage_frontend_plugin_api.FrontendPlugin<{}, {}, {
|
|
|
451
422
|
}>;
|
|
452
423
|
"api:app/bitbucket-server-auth": _backstage_frontend_plugin_api.ExtensionDefinition<{
|
|
453
424
|
kind: "api";
|
|
454
|
-
namespace: undefined;
|
|
455
425
|
name: "bitbucket-server-auth";
|
|
456
426
|
config: {};
|
|
457
427
|
configInput: {};
|
|
@@ -463,7 +433,6 @@ declare const appPlugin: _backstage_frontend_plugin_api.FrontendPlugin<{}, {}, {
|
|
|
463
433
|
}>;
|
|
464
434
|
"api:app/atlassian-auth": _backstage_frontend_plugin_api.ExtensionDefinition<{
|
|
465
435
|
kind: "api";
|
|
466
|
-
namespace: undefined;
|
|
467
436
|
name: "atlassian-auth";
|
|
468
437
|
config: {};
|
|
469
438
|
configInput: {};
|
|
@@ -475,7 +444,6 @@ declare const appPlugin: _backstage_frontend_plugin_api.FrontendPlugin<{}, {}, {
|
|
|
475
444
|
}>;
|
|
476
445
|
"api:app/vmware-cloud-auth": _backstage_frontend_plugin_api.ExtensionDefinition<{
|
|
477
446
|
kind: "api";
|
|
478
|
-
namespace: undefined;
|
|
479
447
|
name: "vmware-cloud-auth";
|
|
480
448
|
config: {};
|
|
481
449
|
configInput: {};
|
|
@@ -487,7 +455,6 @@ declare const appPlugin: _backstage_frontend_plugin_api.FrontendPlugin<{}, {}, {
|
|
|
487
455
|
}>;
|
|
488
456
|
"api:app/permission": _backstage_frontend_plugin_api.ExtensionDefinition<{
|
|
489
457
|
kind: "api";
|
|
490
|
-
namespace: undefined;
|
|
491
458
|
name: "permission";
|
|
492
459
|
config: {};
|
|
493
460
|
configInput: {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-app",
|
|
3
|
-
"version": "0.0.0-nightly-
|
|
3
|
+
"version": "0.0.0-nightly-20240920023120",
|
|
4
4
|
"backstage": {
|
|
5
5
|
"role": "frontend-plugin",
|
|
6
6
|
"pluginId": "app",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@backstage/core-components": "^0.15.0",
|
|
41
41
|
"@backstage/core-plugin-api": "^1.9.4",
|
|
42
|
-
"@backstage/frontend-plugin-api": "^0.0.0-nightly-
|
|
42
|
+
"@backstage/frontend-plugin-api": "^0.0.0-nightly-20240920023120",
|
|
43
43
|
"@backstage/plugin-permission-react": "^0.4.26",
|
|
44
44
|
"@backstage/theme": "^0.5.7",
|
|
45
45
|
"@material-ui/core": "^4.9.13",
|
|
@@ -49,9 +49,9 @@
|
|
|
49
49
|
"react-use": "^17.2.4"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@backstage/cli": "^0.0.0-nightly-
|
|
53
|
-
"@backstage/dev-utils": "^0.0.0-nightly-
|
|
54
|
-
"@backstage/frontend-test-utils": "^0.0.0-nightly-
|
|
52
|
+
"@backstage/cli": "^0.0.0-nightly-20240920023120",
|
|
53
|
+
"@backstage/dev-utils": "^0.0.0-nightly-20240920023120",
|
|
54
|
+
"@backstage/frontend-test-utils": "^0.0.0-nightly-20240920023120",
|
|
55
55
|
"@testing-library/jest-dom": "^6.0.0",
|
|
56
56
|
"@testing-library/react": "^16.0.0",
|
|
57
57
|
"@testing-library/user-event": "^14.0.0",
|