@techdocs/cli 0.0.0-nightly-20260526032421 → 0.0.0-nightly-20260527032423

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 (27) hide show
  1. package/CHANGELOG.md +11 -3
  2. package/dist/embedded-app/.config-schema.json +230 -230
  3. package/dist/embedded-app/index.html +1 -1
  4. package/dist/embedded-app/index.html.tmpl +1 -1
  5. package/dist/embedded-app/static/{123.6b0beec9.chunk.js → 123.d5098c4d.chunk.js} +2 -2
  6. package/dist/embedded-app/static/{123.6b0beec9.chunk.js.map → 123.d5098c4d.chunk.js.map} +1 -1
  7. package/dist/embedded-app/static/{1659.bc56f410.chunk.js → 1659.94332532.chunk.js} +2 -2
  8. package/dist/embedded-app/static/{1659.bc56f410.chunk.js.map → 1659.94332532.chunk.js.map} +1 -1
  9. package/dist/embedded-app/static/{3554.f2be9211.chunk.js → 3554.ca76c89d.chunk.js} +2 -2
  10. package/dist/embedded-app/static/{3554.f2be9211.chunk.js.map → 3554.ca76c89d.chunk.js.map} +1 -1
  11. package/dist/embedded-app/static/{4587.543edd34.chunk.js → 4587.5f1fb05c.chunk.js} +2 -2
  12. package/dist/embedded-app/static/{4587.543edd34.chunk.js.map → 4587.5f1fb05c.chunk.js.map} +1 -1
  13. package/dist/embedded-app/static/{7856.aca4fcf5.chunk.js → 7856.a9e5487d.chunk.js} +3 -3
  14. package/dist/embedded-app/static/7856.a9e5487d.chunk.js.map +1 -0
  15. package/dist/embedded-app/static/{8461.232ca190.chunk.js → 8461.a73655fa.chunk.js} +3 -3
  16. package/dist/embedded-app/static/8461.a73655fa.chunk.js.map +1 -0
  17. package/dist/embedded-app/static/{8877.c9636f8e.chunk.js → 8877.01470f80.chunk.js} +2 -2
  18. package/dist/embedded-app/static/{8877.c9636f8e.chunk.js.map → 8877.01470f80.chunk.js.map} +1 -1
  19. package/dist/embedded-app/static/{main.f7dd34d0.js → main.1386fe6b.js} +2 -2
  20. package/dist/embedded-app/static/main.1386fe6b.js.map +1 -0
  21. package/dist/embedded-app/static/{runtime.ea7e5dfd.js → runtime.fa22eb34.js} +2 -2
  22. package/dist/embedded-app/static/{runtime.ea7e5dfd.js.map → runtime.fa22eb34.js.map} +1 -1
  23. package/dist/package.json.cjs.js +1 -1
  24. package/package.json +4 -4
  25. package/dist/embedded-app/static/7856.aca4fcf5.chunk.js.map +0 -1
  26. package/dist/embedded-app/static/8461.232ca190.chunk.js.map +0 -1
  27. package/dist/embedded-app/static/main.f7dd34d0.js.map +0 -1
package/CHANGELOG.md CHANGED
@@ -1,16 +1,24 @@
1
1
  # @techdocs/cli
2
2
 
3
- ## 0.0.0-nightly-20260526032421
3
+ ## 0.0.0-nightly-20260527032423
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-defaults@0.0.0-nightly-20260526032421
9
- - @backstage/plugin-techdocs-node@0.0.0-nightly-20260526032421
8
+ - @backstage/backend-defaults@0.0.0-nightly-20260527032423
9
+ - @backstage/plugin-techdocs-node@0.0.0-nightly-20260527032423
10
10
  - @backstage/catalog-model@1.9.0
11
11
  - @backstage/cli-common@0.2.2
12
12
  - @backstage/config@1.3.8
13
13
 
14
+ ## 1.11.1-next.0
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+ - @backstage/backend-defaults@0.17.2-next.0
20
+ - @backstage/plugin-techdocs-node@1.15.1-next.0
21
+
14
22
  ## 1.11.0
15
23
 
16
24
  ### Minor Changes
@@ -131,113 +131,6 @@
131
131
  },
132
132
  "packageName": "@backstage/plugin-permission-common"
133
133
  },
134
- {
135
- "path": "../core-components/config.d.ts",
136
- "value": {
137
- "type": "object",
138
- "properties": {
139
- "auth": {
140
- "type": "object",
141
- "properties": {
142
- "autologout": {
143
- "description": "Autologout feature configuration",
144
- "type": "object",
145
- "properties": {
146
- "enabled": {
147
- "description": "Enable or disable the autologout feature",
148
- "visibility": "frontend",
149
- "type": "boolean"
150
- },
151
- "idleTimeoutMinutes": {
152
- "description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
153
- "visibility": "frontend",
154
- "type": "number"
155
- },
156
- "promptBeforeIdleSeconds": {
157
- "description": "Number of seconds before the idle timeout where the user will be asked if it's still active.\nA dialog will be shown.\nDefault is 10 seconds.\nSet to 0 seconds to disable the prompt.",
158
- "visibility": "frontend",
159
- "type": "number"
160
- },
161
- "useWorkerTimers": {
162
- "description": "Enable/disable the usage of worker thread timers instead of main thread timers.\nDefault is true.\nIf you experience some browser incompatibility, you may try to set this to false.",
163
- "visibility": "frontend",
164
- "type": "boolean"
165
- },
166
- "logoutIfDisconnected": {
167
- "description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
168
- "visibility": "frontend",
169
- "type": "boolean"
170
- }
171
- }
172
- }
173
- }
174
- }
175
- },
176
- "$schema": "http://json-schema.org/draft-07/schema#"
177
- },
178
- "packageName": "@backstage/core-components"
179
- },
180
- {
181
- "path": "../../plugins/techdocs/config.d.ts",
182
- "value": {
183
- "type": "object",
184
- "properties": {
185
- "techdocs": {
186
- "description": "Configuration options for the techdocs plugin",
187
- "type": "object",
188
- "properties": {
189
- "builder": {
190
- "description": "Documentation building process depends on the builder attr",
191
- "visibility": "frontend",
192
- "enum": [
193
- "external",
194
- "local"
195
- ],
196
- "type": "string"
197
- },
198
- "legacyUseCaseSensitiveTripletPaths": {
199
- "description": "Allows fallback to case-sensitive triplets in case of migration issues.",
200
- "visibility": "frontend",
201
- "type": "boolean"
202
- },
203
- "sanitizer": {
204
- "type": "object",
205
- "properties": {
206
- "allowedIframeHosts": {
207
- "description": "Allows iframe tag only for listed hosts\nExample:\n allowedIframeHosts: [\"example.com\"]\n this will allow all iframes with the host `example.com` in the src attribute",
208
- "visibility": "frontend",
209
- "type": "array",
210
- "items": {
211
- "type": "string"
212
- }
213
- },
214
- "allowedCustomElementTagNameRegExp": {
215
- "description": "Allows listed custom element tag name regex\nExample:\n allowedCustomElementTagNameRegExp: '^backstage-'\n this will allow all custom elements with tag name matching `^backstage-` like <backstage-custom-element /> etc.",
216
- "visibility": "frontend",
217
- "type": "string"
218
- },
219
- "allowedCustomElementAttributeNameRegExp": {
220
- "description": "Allows listed custom element attribute name regex\nExample:\n allowedCustomElementAttributeNameRegExp: 'attribute1|attribute2'\n this will allow all custom element attributes matching `attribute1` or `attribute2` like <backstage-custom-element attribute1=\"yes\" attribute2/>",
221
- "visibility": "frontend",
222
- "type": "string"
223
- },
224
- "additionalAllowedURIProtocols": {
225
- "description": "Allows listed protocols in attributes with URI values\nExample:\n additionalAllowedURIProtocols: ['vscode']\n this will allow all attributes with URI values to have `vscode` protocol like `vscode://some/path` in addition to the default protocols\n matched by DOMPurify's IS_ALLOWED_URI RegExp:",
226
- "visibility": "frontend",
227
- "type": "array",
228
- "items": {
229
- "type": "string"
230
- }
231
- }
232
- }
233
- }
234
- }
235
- }
236
- },
237
- "$schema": "http://json-schema.org/draft-07/schema#"
238
- },
239
- "packageName": "@backstage/plugin-techdocs"
240
- },
241
134
  {
242
135
  "path": "../core-app-api/config.d.ts",
243
136
  "value": {
@@ -465,6 +358,113 @@
465
358
  },
466
359
  "packageName": "@backstage/core-app-api"
467
360
  },
361
+ {
362
+ "path": "../../plugins/techdocs/config.d.ts",
363
+ "value": {
364
+ "type": "object",
365
+ "properties": {
366
+ "techdocs": {
367
+ "description": "Configuration options for the techdocs plugin",
368
+ "type": "object",
369
+ "properties": {
370
+ "builder": {
371
+ "description": "Documentation building process depends on the builder attr",
372
+ "visibility": "frontend",
373
+ "enum": [
374
+ "external",
375
+ "local"
376
+ ],
377
+ "type": "string"
378
+ },
379
+ "legacyUseCaseSensitiveTripletPaths": {
380
+ "description": "Allows fallback to case-sensitive triplets in case of migration issues.",
381
+ "visibility": "frontend",
382
+ "type": "boolean"
383
+ },
384
+ "sanitizer": {
385
+ "type": "object",
386
+ "properties": {
387
+ "allowedIframeHosts": {
388
+ "description": "Allows iframe tag only for listed hosts\nExample:\n allowedIframeHosts: [\"example.com\"]\n this will allow all iframes with the host `example.com` in the src attribute",
389
+ "visibility": "frontend",
390
+ "type": "array",
391
+ "items": {
392
+ "type": "string"
393
+ }
394
+ },
395
+ "allowedCustomElementTagNameRegExp": {
396
+ "description": "Allows listed custom element tag name regex\nExample:\n allowedCustomElementTagNameRegExp: '^backstage-'\n this will allow all custom elements with tag name matching `^backstage-` like <backstage-custom-element /> etc.",
397
+ "visibility": "frontend",
398
+ "type": "string"
399
+ },
400
+ "allowedCustomElementAttributeNameRegExp": {
401
+ "description": "Allows listed custom element attribute name regex\nExample:\n allowedCustomElementAttributeNameRegExp: 'attribute1|attribute2'\n this will allow all custom element attributes matching `attribute1` or `attribute2` like <backstage-custom-element attribute1=\"yes\" attribute2/>",
402
+ "visibility": "frontend",
403
+ "type": "string"
404
+ },
405
+ "additionalAllowedURIProtocols": {
406
+ "description": "Allows listed protocols in attributes with URI values\nExample:\n additionalAllowedURIProtocols: ['vscode']\n this will allow all attributes with URI values to have `vscode` protocol like `vscode://some/path` in addition to the default protocols\n matched by DOMPurify's IS_ALLOWED_URI RegExp:",
407
+ "visibility": "frontend",
408
+ "type": "array",
409
+ "items": {
410
+ "type": "string"
411
+ }
412
+ }
413
+ }
414
+ }
415
+ }
416
+ }
417
+ },
418
+ "$schema": "http://json-schema.org/draft-07/schema#"
419
+ },
420
+ "packageName": "@backstage/plugin-techdocs"
421
+ },
422
+ {
423
+ "path": "../core-components/config.d.ts",
424
+ "value": {
425
+ "type": "object",
426
+ "properties": {
427
+ "auth": {
428
+ "type": "object",
429
+ "properties": {
430
+ "autologout": {
431
+ "description": "Autologout feature configuration",
432
+ "type": "object",
433
+ "properties": {
434
+ "enabled": {
435
+ "description": "Enable or disable the autologout feature",
436
+ "visibility": "frontend",
437
+ "type": "boolean"
438
+ },
439
+ "idleTimeoutMinutes": {
440
+ "description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
441
+ "visibility": "frontend",
442
+ "type": "number"
443
+ },
444
+ "promptBeforeIdleSeconds": {
445
+ "description": "Number of seconds before the idle timeout where the user will be asked if it's still active.\nA dialog will be shown.\nDefault is 10 seconds.\nSet to 0 seconds to disable the prompt.",
446
+ "visibility": "frontend",
447
+ "type": "number"
448
+ },
449
+ "useWorkerTimers": {
450
+ "description": "Enable/disable the usage of worker thread timers instead of main thread timers.\nDefault is true.\nIf you experience some browser incompatibility, you may try to set this to false.",
451
+ "visibility": "frontend",
452
+ "type": "boolean"
453
+ },
454
+ "logoutIfDisconnected": {
455
+ "description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
456
+ "visibility": "frontend",
457
+ "type": "boolean"
458
+ }
459
+ }
460
+ }
461
+ }
462
+ }
463
+ },
464
+ "$schema": "http://json-schema.org/draft-07/schema#"
465
+ },
466
+ "packageName": "@backstage/core-components"
467
+ },
468
468
  {
469
469
  "path": "../integration/config.d.ts",
470
470
  "value": {
@@ -1472,129 +1472,6 @@
1472
1472
  },
1473
1473
  "packageName": "@backstage/plugin-auth-backend-module-guest-provider"
1474
1474
  },
1475
- {
1476
- "path": "../backend-app-api/config.d.ts",
1477
- "value": {
1478
- "type": "object",
1479
- "properties": {
1480
- "backend": {
1481
- "type": "object",
1482
- "properties": {
1483
- "packages": {
1484
- "description": "Used by the feature discovery service",
1485
- "anyOf": [
1486
- {
1487
- "type": "object",
1488
- "properties": {
1489
- "include": {
1490
- "type": "array",
1491
- "items": {
1492
- "type": "string"
1493
- }
1494
- },
1495
- "exclude": {
1496
- "type": "array",
1497
- "items": {
1498
- "type": "string"
1499
- }
1500
- }
1501
- }
1502
- },
1503
- {
1504
- "const": "all",
1505
- "type": "string"
1506
- }
1507
- ]
1508
- },
1509
- "startup": {
1510
- "type": "object",
1511
- "properties": {
1512
- "default": {
1513
- "type": "object",
1514
- "properties": {
1515
- "onPluginBootFailure": {
1516
- "description": "The default value for `onPluginBootFailure` if not specified for a particular plugin.\nThis defaults to 'abort', which means `onPluginBootFailure: continue` must be specified\nfor backend startup to continue on plugin boot failure. This can also be set to\n'continue', which flips the logic for individual plugins so that they must be set to\n`onPluginBootFailure: abort` to be required.",
1517
- "enum": [
1518
- "abort",
1519
- "continue"
1520
- ],
1521
- "type": "string"
1522
- },
1523
- "onPluginModuleBootFailure": {
1524
- "description": "The default value for `onPluginModuleBootFailure` if not specified for a particular plugin module.\nThis defaults to 'abort', which means `onPluginModuleBootFailure: continue` must be specified\nfor backend startup to continue on plugin module boot failure. This can also be set to\n'continue', which flips the logic for individual plugin modules so that they must be set to\n`onPluginModuleBootFailure: abort` to be required.",
1525
- "enum": [
1526
- "abort",
1527
- "continue"
1528
- ],
1529
- "type": "string"
1530
- }
1531
- }
1532
- },
1533
- "plugins": {
1534
- "type": "object",
1535
- "additionalProperties": {
1536
- "type": "object",
1537
- "properties": {
1538
- "onPluginBootFailure": {
1539
- "description": "Used to control backend startup behavior when this plugin fails to boot up. Setting\nthis to `continue` allows the backend to continue starting up, even if this plugin\nfails. This can enable leaving a crashing plugin installed, but still permit backend\nstartup, which may help troubleshoot data-dependent issues. Plugin failures for plugins\nset to `abort` are fatal (this is the default unless overridden by the `default`\nsetting).",
1540
- "enum": [
1541
- "abort",
1542
- "continue"
1543
- ],
1544
- "type": "string"
1545
- },
1546
- "modules": {
1547
- "type": "object",
1548
- "additionalProperties": {
1549
- "type": "object",
1550
- "properties": {
1551
- "onPluginModuleBootFailure": {
1552
- "description": "Used to control backend startup behavior when this plugin module fails to boot up. Setting\nthis to `continue` allows the backend to continue starting up, even if this plugin\nmodule fails. This can enable leaving a crashing plugin installed, but still permit backend\nstartup, which may help troubleshoot data-dependent issues. Plugin module failures for plugin modules\nset to `abort` are fatal (this is the default unless overridden by the `default`\nsetting).",
1553
- "enum": [
1554
- "abort",
1555
- "continue"
1556
- ],
1557
- "type": "string"
1558
- }
1559
- }
1560
- }
1561
- }
1562
- }
1563
- }
1564
- }
1565
- }
1566
- }
1567
- }
1568
- }
1569
- },
1570
- "$schema": "http://json-schema.org/draft-07/schema#"
1571
- },
1572
- "packageName": "@backstage/backend-app-api"
1573
- },
1574
- {
1575
- "path": "../../plugins/events-node/config.d.ts",
1576
- "value": {
1577
- "type": "object",
1578
- "properties": {
1579
- "events": {
1580
- "type": "object",
1581
- "properties": {
1582
- "useEventBus": {
1583
- "description": "Whether to use the event bus API in the events plugin backend to\ndistribute events across multiple instances when publishing and\nsubscribing to events.\n\nThe default is 'auto', which means means that the event bus API will be\nused if it's available, but will be disabled if the events backend\nreturns a 404.\n\nIf set to 'never', the events service will only ever publish events\nlocally to the same instance, while if set to 'always', the event bus API\nwill never be disabled, even if the events backend returns a 404.",
1584
- "enum": [
1585
- "always",
1586
- "auto",
1587
- "never"
1588
- ],
1589
- "type": "string"
1590
- }
1591
- }
1592
- }
1593
- },
1594
- "$schema": "http://json-schema.org/draft-07/schema#"
1595
- },
1596
- "packageName": "@backstage/plugin-events-node"
1597
- },
1598
1475
  {
1599
1476
  "path": "../backend-defaults/config.d.ts",
1600
1477
  "value": {
@@ -3381,6 +3258,129 @@
3381
3258
  },
3382
3259
  "packageName": "@backstage/backend-defaults"
3383
3260
  },
3261
+ {
3262
+ "path": "../backend-app-api/config.d.ts",
3263
+ "value": {
3264
+ "type": "object",
3265
+ "properties": {
3266
+ "backend": {
3267
+ "type": "object",
3268
+ "properties": {
3269
+ "packages": {
3270
+ "description": "Used by the feature discovery service",
3271
+ "anyOf": [
3272
+ {
3273
+ "type": "object",
3274
+ "properties": {
3275
+ "include": {
3276
+ "type": "array",
3277
+ "items": {
3278
+ "type": "string"
3279
+ }
3280
+ },
3281
+ "exclude": {
3282
+ "type": "array",
3283
+ "items": {
3284
+ "type": "string"
3285
+ }
3286
+ }
3287
+ }
3288
+ },
3289
+ {
3290
+ "const": "all",
3291
+ "type": "string"
3292
+ }
3293
+ ]
3294
+ },
3295
+ "startup": {
3296
+ "type": "object",
3297
+ "properties": {
3298
+ "default": {
3299
+ "type": "object",
3300
+ "properties": {
3301
+ "onPluginBootFailure": {
3302
+ "description": "The default value for `onPluginBootFailure` if not specified for a particular plugin.\nThis defaults to 'abort', which means `onPluginBootFailure: continue` must be specified\nfor backend startup to continue on plugin boot failure. This can also be set to\n'continue', which flips the logic for individual plugins so that they must be set to\n`onPluginBootFailure: abort` to be required.",
3303
+ "enum": [
3304
+ "abort",
3305
+ "continue"
3306
+ ],
3307
+ "type": "string"
3308
+ },
3309
+ "onPluginModuleBootFailure": {
3310
+ "description": "The default value for `onPluginModuleBootFailure` if not specified for a particular plugin module.\nThis defaults to 'abort', which means `onPluginModuleBootFailure: continue` must be specified\nfor backend startup to continue on plugin module boot failure. This can also be set to\n'continue', which flips the logic for individual plugin modules so that they must be set to\n`onPluginModuleBootFailure: abort` to be required.",
3311
+ "enum": [
3312
+ "abort",
3313
+ "continue"
3314
+ ],
3315
+ "type": "string"
3316
+ }
3317
+ }
3318
+ },
3319
+ "plugins": {
3320
+ "type": "object",
3321
+ "additionalProperties": {
3322
+ "type": "object",
3323
+ "properties": {
3324
+ "onPluginBootFailure": {
3325
+ "description": "Used to control backend startup behavior when this plugin fails to boot up. Setting\nthis to `continue` allows the backend to continue starting up, even if this plugin\nfails. This can enable leaving a crashing plugin installed, but still permit backend\nstartup, which may help troubleshoot data-dependent issues. Plugin failures for plugins\nset to `abort` are fatal (this is the default unless overridden by the `default`\nsetting).",
3326
+ "enum": [
3327
+ "abort",
3328
+ "continue"
3329
+ ],
3330
+ "type": "string"
3331
+ },
3332
+ "modules": {
3333
+ "type": "object",
3334
+ "additionalProperties": {
3335
+ "type": "object",
3336
+ "properties": {
3337
+ "onPluginModuleBootFailure": {
3338
+ "description": "Used to control backend startup behavior when this plugin module fails to boot up. Setting\nthis to `continue` allows the backend to continue starting up, even if this plugin\nmodule fails. This can enable leaving a crashing plugin installed, but still permit backend\nstartup, which may help troubleshoot data-dependent issues. Plugin module failures for plugin modules\nset to `abort` are fatal (this is the default unless overridden by the `default`\nsetting).",
3339
+ "enum": [
3340
+ "abort",
3341
+ "continue"
3342
+ ],
3343
+ "type": "string"
3344
+ }
3345
+ }
3346
+ }
3347
+ }
3348
+ }
3349
+ }
3350
+ }
3351
+ }
3352
+ }
3353
+ }
3354
+ }
3355
+ },
3356
+ "$schema": "http://json-schema.org/draft-07/schema#"
3357
+ },
3358
+ "packageName": "@backstage/backend-app-api"
3359
+ },
3360
+ {
3361
+ "path": "../../plugins/events-node/config.d.ts",
3362
+ "value": {
3363
+ "type": "object",
3364
+ "properties": {
3365
+ "events": {
3366
+ "type": "object",
3367
+ "properties": {
3368
+ "useEventBus": {
3369
+ "description": "Whether to use the event bus API in the events plugin backend to\ndistribute events across multiple instances when publishing and\nsubscribing to events.\n\nThe default is 'auto', which means means that the event bus API will be\nused if it's available, but will be disabled if the events backend\nreturns a 404.\n\nIf set to 'never', the events service will only ever publish events\nlocally to the same instance, while if set to 'always', the event bus API\nwill never be disabled, even if the events backend returns a 404.",
3370
+ "enum": [
3371
+ "always",
3372
+ "auto",
3373
+ "never"
3374
+ ],
3375
+ "type": "string"
3376
+ }
3377
+ }
3378
+ }
3379
+ },
3380
+ "$schema": "http://json-schema.org/draft-07/schema#"
3381
+ },
3382
+ "packageName": "@backstage/plugin-events-node"
3383
+ },
3384
3384
  {
3385
3385
  "path": "../../plugins/auth-backend-module-google-provider/config.d.ts",
3386
3386
  "value": {
@@ -1,4 +1,4 @@
1
- <!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="color-scheme" content="light dark"/><meta name="description" content="Backstage is an open source framework for building developer portals"/><link rel="manifest" href="/manifest.json" crossorigin="use-credentials"/><link rel="icon" href="/favicon.ico"/><link rel="shortcut icon" href="/favicon.ico"/><link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"/><link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"/><link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"/><link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5"/><title>Techdocs Preview App</title><meta name="backstage-app-mode" content="public"><script defer="defer" src="/static/runtime.ea7e5dfd.js"></script><script defer="defer" src="/static/module-react-aria.e3e38de1.js"></script><script defer="defer" src="/static/module-material-ui.972bd852.js"></script><script defer="defer" src="/static/module-motion-dom.3c999f2a.js"></script><script defer="defer" src="/static/module-lodash.abe41c34.js"></script><script defer="defer" src="/static/module-zod.bc4245f8.js"></script><script defer="defer" src="/static/module-ajv.1cd135f7.js"></script><script defer="defer" src="/static/module-framer-motion.f34ff33a.js"></script><script defer="defer" src="/static/module-mui.9c07ad9e.js"></script><script defer="defer" src="/static/module-react-stately.97fc37eb.js"></script><script defer="defer" src="/static/module-react-aria-components.92fb2156.js"></script><script defer="defer" src="/static/module-micromark-core-commonmark.d049c8fc.js"></script><script defer="defer" src="/static/module-parse5.94980036.js"></script><script defer="defer" src="/static/module-react-dom.c631e87d.js"></script><script defer="defer" src="/static/module-react-hook-form.2803e955.js"></script><script defer="defer" src="/static/module-i18next.c154323c.js"></script><script defer="defer" src="/static/module-remixicon.edbfebd0.js"></script><script defer="defer" src="/static/module-remix-run.0c80eb31.js"></script><script defer="defer" src="/static/vendor.4d868e99.js"></script><script defer="defer" src="/static/main.f7dd34d0.js"></script><link href="/static/main.e154e235.css" rel="stylesheet"><script type="backstage.io/config">[
1
+ <!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="color-scheme" content="light dark"/><meta name="description" content="Backstage is an open source framework for building developer portals"/><link rel="manifest" href="/manifest.json" crossorigin="use-credentials"/><link rel="icon" href="/favicon.ico"/><link rel="shortcut icon" href="/favicon.ico"/><link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"/><link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"/><link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"/><link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5"/><title>Techdocs Preview App</title><meta name="backstage-app-mode" content="public"><script defer="defer" src="/static/runtime.fa22eb34.js"></script><script defer="defer" src="/static/module-react-aria.e3e38de1.js"></script><script defer="defer" src="/static/module-material-ui.972bd852.js"></script><script defer="defer" src="/static/module-motion-dom.3c999f2a.js"></script><script defer="defer" src="/static/module-lodash.abe41c34.js"></script><script defer="defer" src="/static/module-zod.bc4245f8.js"></script><script defer="defer" src="/static/module-ajv.1cd135f7.js"></script><script defer="defer" src="/static/module-framer-motion.f34ff33a.js"></script><script defer="defer" src="/static/module-mui.9c07ad9e.js"></script><script defer="defer" src="/static/module-react-stately.97fc37eb.js"></script><script defer="defer" src="/static/module-react-aria-components.92fb2156.js"></script><script defer="defer" src="/static/module-micromark-core-commonmark.d049c8fc.js"></script><script defer="defer" src="/static/module-parse5.94980036.js"></script><script defer="defer" src="/static/module-react-dom.c631e87d.js"></script><script defer="defer" src="/static/module-react-hook-form.2803e955.js"></script><script defer="defer" src="/static/module-i18next.c154323c.js"></script><script defer="defer" src="/static/module-remixicon.edbfebd0.js"></script><script defer="defer" src="/static/module-remix-run.0c80eb31.js"></script><script defer="defer" src="/static/vendor.4d868e99.js"></script><script defer="defer" src="/static/main.1386fe6b.js"></script><link href="/static/main.e154e235.css" rel="stylesheet"><script type="backstage.io/config">[
2
2
  {
3
3
  "context": "app-config.yaml",
4
4
  "data": {
@@ -43,7 +43,7 @@
43
43
  color="#5bbad5"
44
44
  />
45
45
  <title><%= config.getString('app.title') %></title>
46
- <meta name="backstage-app-mode" content="public"><meta name="backstage-public-path" content="<%= publicPath %>/"><script defer src="<%= publicPath %>/static/runtime.ea7e5dfd.js"></script><script defer src="<%= publicPath %>/static/module-react-aria.e3e38de1.js"></script><script defer src="<%= publicPath %>/static/module-material-ui.972bd852.js"></script><script defer src="<%= publicPath %>/static/module-motion-dom.3c999f2a.js"></script><script defer src="<%= publicPath %>/static/module-lodash.abe41c34.js"></script><script defer src="<%= publicPath %>/static/module-zod.bc4245f8.js"></script><script defer src="<%= publicPath %>/static/module-ajv.1cd135f7.js"></script><script defer src="<%= publicPath %>/static/module-framer-motion.f34ff33a.js"></script><script defer src="<%= publicPath %>/static/module-mui.9c07ad9e.js"></script><script defer src="<%= publicPath %>/static/module-react-stately.97fc37eb.js"></script><script defer src="<%= publicPath %>/static/module-react-aria-components.92fb2156.js"></script><script defer src="<%= publicPath %>/static/module-micromark-core-commonmark.d049c8fc.js"></script><script defer src="<%= publicPath %>/static/module-parse5.94980036.js"></script><script defer src="<%= publicPath %>/static/module-react-dom.c631e87d.js"></script><script defer src="<%= publicPath %>/static/module-react-hook-form.2803e955.js"></script><script defer src="<%= publicPath %>/static/module-i18next.c154323c.js"></script><script defer src="<%= publicPath %>/static/module-remixicon.edbfebd0.js"></script><script defer src="<%= publicPath %>/static/module-remix-run.0c80eb31.js"></script><script defer src="<%= publicPath %>/static/vendor.4d868e99.js"></script><script defer src="<%= publicPath %>/static/main.f7dd34d0.js"></script><link href="<%= publicPath %>/static/main.e154e235.css" rel="stylesheet"></head>
46
+ <meta name="backstage-app-mode" content="public"><meta name="backstage-public-path" content="<%= publicPath %>/"><script defer src="<%= publicPath %>/static/runtime.fa22eb34.js"></script><script defer src="<%= publicPath %>/static/module-react-aria.e3e38de1.js"></script><script defer src="<%= publicPath %>/static/module-material-ui.972bd852.js"></script><script defer src="<%= publicPath %>/static/module-motion-dom.3c999f2a.js"></script><script defer src="<%= publicPath %>/static/module-lodash.abe41c34.js"></script><script defer src="<%= publicPath %>/static/module-zod.bc4245f8.js"></script><script defer src="<%= publicPath %>/static/module-ajv.1cd135f7.js"></script><script defer src="<%= publicPath %>/static/module-framer-motion.f34ff33a.js"></script><script defer src="<%= publicPath %>/static/module-mui.9c07ad9e.js"></script><script defer src="<%= publicPath %>/static/module-react-stately.97fc37eb.js"></script><script defer src="<%= publicPath %>/static/module-react-aria-components.92fb2156.js"></script><script defer src="<%= publicPath %>/static/module-micromark-core-commonmark.d049c8fc.js"></script><script defer src="<%= publicPath %>/static/module-parse5.94980036.js"></script><script defer src="<%= publicPath %>/static/module-react-dom.c631e87d.js"></script><script defer src="<%= publicPath %>/static/module-react-hook-form.2803e955.js"></script><script defer src="<%= publicPath %>/static/module-i18next.c154323c.js"></script><script defer src="<%= publicPath %>/static/module-remixicon.edbfebd0.js"></script><script defer src="<%= publicPath %>/static/module-remix-run.0c80eb31.js"></script><script defer src="<%= publicPath %>/static/vendor.4d868e99.js"></script><script defer src="<%= publicPath %>/static/main.1386fe6b.js"></script><link href="<%= publicPath %>/static/main.e154e235.css" rel="stylesheet"></head>
47
47
  <body>
48
48
  <noscript>You need to enable JavaScript to run this app.</noscript>
49
49
  <div id="root"></div>
@@ -1,2 +1,2 @@
1
- "use strict";(self.webpackChunktechdocs_cli_embedded_app=self.webpackChunktechdocs_cli_embedded_app||[]).push([["123"],{79894(a){a.exports=JSON.parse('{"name":"@backstage/plugin-catalog","version":"0.0.0-nightly-20260526032421","description":"The Backstage plugin for browsing the Backstage catalog","backstage":{"role":"frontend-plugin","pluginId":"catalog","pluginPackages":["@backstage/plugin-catalog","@backstage/plugin-catalog-backend","@backstage/plugin-catalog-common","@backstage/plugin-catalog-node","@backstage/plugin-catalog-react"]},"publishConfig":{"access":"public"},"keywords":["backstage"],"homepage":"https://backstage.io","repository":{"type":"git","url":"https://github.com/backstage/backstage","directory":"plugins/catalog"},"license":"Apache-2.0","sideEffects":false,"exports":{".":"./src/index.ts","./alpha":"./src/alpha/index.ts","./package.json":"./package.json"},"main":"src/index.ts","types":"src/index.ts","typesVersions":{"*":{"alpha":["src/alpha/index.ts"],"package.json":["package.json"]}},"files":["dist","config.d.ts"],"scripts":{"build":"backstage-cli package build","clean":"backstage-cli package clean","lint":"backstage-cli package lint","prepack":"backstage-cli package prepack","postpack":"backstage-cli package postpack","start":"backstage-cli package start","test":"backstage-cli package test"},"dependencies":{"@backstage/catalog-client":"workspace:*","@backstage/catalog-model":"workspace:*","@backstage/core-compat-api":"workspace:*","@backstage/core-components":"workspace:*","@backstage/core-plugin-api":"workspace:*","@backstage/errors":"workspace:*","@backstage/frontend-plugin-api":"workspace:*","@backstage/integration-react":"workspace:*","@backstage/plugin-catalog-common":"workspace:*","@backstage/plugin-catalog-react":"workspace:*","@backstage/plugin-permission-react":"workspace:*","@backstage/plugin-scaffolder-common":"workspace:*","@backstage/plugin-search-common":"workspace:*","@backstage/plugin-search-react":"workspace:*","@backstage/plugin-techdocs-common":"workspace:*","@backstage/plugin-techdocs-react":"workspace:*","@backstage/types":"workspace:*","@backstage/ui":"workspace:*","@backstage/version-bridge":"workspace:*","@material-ui/core":"^4.12.2","@material-ui/icons":"^4.9.1","@material-ui/lab":"4.0.0-alpha.61","@mui/utils":"^5.14.15","@remixicon/react":"^4.6.0","classnames":"^2.3.1","csv-stringify":"^5.6.5","dataloader":"^2.0.0","lodash":"^4.17.21","pluralize":"^8.0.0","react-helmet":"6.1.0","react-use":"^17.2.4","zen-observable":"^0.10.0","zod":"^4.0.0"},"devDependencies":{"@backstage/cli":"workspace:*","@backstage/core-app-api":"workspace:*","@backstage/dev-utils":"workspace:*","@backstage/frontend-test-utils":"workspace:*","@backstage/plugin-permission-common":"workspace:*","@backstage/test-utils":"workspace:*","@testing-library/dom":"^10.0.0","@testing-library/jest-dom":"^6.0.0","@testing-library/react":"^16.0.0","@testing-library/user-event":"^14.0.0","@types/pluralize":"^0.0.33","@types/react":"^18.0.0","react":"^18.0.2","react-dom":"^18.0.2","react-router-dom":"^6.30.2","swr":"^2.2.5"},"peerDependencies":{"@types/react":"^17.0.0 || ^18.0.0","react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","react-router-dom":"^6.30.2"},"peerDependenciesMeta":{"@types/react":{"optional":true}},"configSchema":"config.d.ts"}')}}]);
2
- //# sourceMappingURL=123.6b0beec9.chunk.js.map
1
+ "use strict";(self.webpackChunktechdocs_cli_embedded_app=self.webpackChunktechdocs_cli_embedded_app||[]).push([["123"],{79894(a){a.exports=JSON.parse('{"name":"@backstage/plugin-catalog","version":"0.0.0-nightly-20260527032423","description":"The Backstage plugin for browsing the Backstage catalog","backstage":{"role":"frontend-plugin","pluginId":"catalog","pluginPackages":["@backstage/plugin-catalog","@backstage/plugin-catalog-backend","@backstage/plugin-catalog-common","@backstage/plugin-catalog-node","@backstage/plugin-catalog-react"]},"publishConfig":{"access":"public"},"keywords":["backstage"],"homepage":"https://backstage.io","repository":{"type":"git","url":"https://github.com/backstage/backstage","directory":"plugins/catalog"},"license":"Apache-2.0","sideEffects":false,"exports":{".":"./src/index.ts","./alpha":"./src/alpha/index.ts","./package.json":"./package.json"},"main":"src/index.ts","types":"src/index.ts","typesVersions":{"*":{"alpha":["src/alpha/index.ts"],"package.json":["package.json"]}},"files":["dist","config.d.ts"],"scripts":{"build":"backstage-cli package build","clean":"backstage-cli package clean","lint":"backstage-cli package lint","prepack":"backstage-cli package prepack","postpack":"backstage-cli package postpack","start":"backstage-cli package start","test":"backstage-cli package test"},"dependencies":{"@backstage/catalog-client":"workspace:*","@backstage/catalog-model":"workspace:*","@backstage/core-compat-api":"workspace:*","@backstage/core-components":"workspace:*","@backstage/core-plugin-api":"workspace:*","@backstage/errors":"workspace:*","@backstage/frontend-plugin-api":"workspace:*","@backstage/integration-react":"workspace:*","@backstage/plugin-catalog-common":"workspace:*","@backstage/plugin-catalog-react":"workspace:*","@backstage/plugin-permission-react":"workspace:*","@backstage/plugin-scaffolder-common":"workspace:*","@backstage/plugin-search-common":"workspace:*","@backstage/plugin-search-react":"workspace:*","@backstage/plugin-techdocs-common":"workspace:*","@backstage/plugin-techdocs-react":"workspace:*","@backstage/types":"workspace:*","@backstage/ui":"workspace:*","@backstage/version-bridge":"workspace:*","@material-ui/core":"^4.12.2","@material-ui/icons":"^4.9.1","@material-ui/lab":"4.0.0-alpha.61","@mui/utils":"^5.14.15","@remixicon/react":"^4.6.0","classnames":"^2.3.1","csv-stringify":"^5.6.5","dataloader":"^2.0.0","lodash":"^4.17.21","pluralize":"^8.0.0","react-helmet":"6.1.0","react-use":"^17.2.4","zen-observable":"^0.10.0","zod":"^4.0.0"},"devDependencies":{"@backstage/cli":"workspace:*","@backstage/core-app-api":"workspace:*","@backstage/dev-utils":"workspace:*","@backstage/frontend-test-utils":"workspace:*","@backstage/plugin-permission-common":"workspace:*","@backstage/test-utils":"workspace:*","@testing-library/dom":"^10.0.0","@testing-library/jest-dom":"^6.0.0","@testing-library/react":"^16.0.0","@testing-library/user-event":"^14.0.0","@types/pluralize":"^0.0.33","@types/react":"^18.0.0","react":"^18.0.2","react-dom":"^18.0.2","react-router-dom":"^6.30.2","swr":"^2.2.5"},"peerDependencies":{"@types/react":"^17.0.0 || ^18.0.0","react":"^17.0.0 || ^18.0.0","react-dom":"^17.0.0 || ^18.0.0","react-router-dom":"^6.30.2"},"peerDependenciesMeta":{"@types/react":{"optional":true}},"configSchema":"config.d.ts"}')}}]);
2
+ //# sourceMappingURL=123.d5098c4d.chunk.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"static/123.6b0beec9.chunk.js","sources":["webpack://techdocs-cli-embedded-app/json|/home/runner/work/publishing/publishing/plugins/catalog/package.json"],"sourcesContent":["module.exports = JSON.parse('{\"name\":\"@backstage/plugin-catalog\",\"version\":\"0.0.0-nightly-20260526032421\",\"description\":\"The Backstage plugin for browsing the Backstage catalog\",\"backstage\":{\"role\":\"frontend-plugin\",\"pluginId\":\"catalog\",\"pluginPackages\":[\"@backstage/plugin-catalog\",\"@backstage/plugin-catalog-backend\",\"@backstage/plugin-catalog-common\",\"@backstage/plugin-catalog-node\",\"@backstage/plugin-catalog-react\"]},\"publishConfig\":{\"access\":\"public\"},\"keywords\":[\"backstage\"],\"homepage\":\"https://backstage.io\",\"repository\":{\"type\":\"git\",\"url\":\"https://github.com/backstage/backstage\",\"directory\":\"plugins/catalog\"},\"license\":\"Apache-2.0\",\"sideEffects\":false,\"exports\":{\".\":\"./src/index.ts\",\"./alpha\":\"./src/alpha/index.ts\",\"./package.json\":\"./package.json\"},\"main\":\"src/index.ts\",\"types\":\"src/index.ts\",\"typesVersions\":{\"*\":{\"alpha\":[\"src/alpha/index.ts\"],\"package.json\":[\"package.json\"]}},\"files\":[\"dist\",\"config.d.ts\"],\"scripts\":{\"build\":\"backstage-cli package build\",\"clean\":\"backstage-cli package clean\",\"lint\":\"backstage-cli package lint\",\"prepack\":\"backstage-cli package prepack\",\"postpack\":\"backstage-cli package postpack\",\"start\":\"backstage-cli package start\",\"test\":\"backstage-cli package test\"},\"dependencies\":{\"@backstage/catalog-client\":\"workspace:*\",\"@backstage/catalog-model\":\"workspace:*\",\"@backstage/core-compat-api\":\"workspace:*\",\"@backstage/core-components\":\"workspace:*\",\"@backstage/core-plugin-api\":\"workspace:*\",\"@backstage/errors\":\"workspace:*\",\"@backstage/frontend-plugin-api\":\"workspace:*\",\"@backstage/integration-react\":\"workspace:*\",\"@backstage/plugin-catalog-common\":\"workspace:*\",\"@backstage/plugin-catalog-react\":\"workspace:*\",\"@backstage/plugin-permission-react\":\"workspace:*\",\"@backstage/plugin-scaffolder-common\":\"workspace:*\",\"@backstage/plugin-search-common\":\"workspace:*\",\"@backstage/plugin-search-react\":\"workspace:*\",\"@backstage/plugin-techdocs-common\":\"workspace:*\",\"@backstage/plugin-techdocs-react\":\"workspace:*\",\"@backstage/types\":\"workspace:*\",\"@backstage/ui\":\"workspace:*\",\"@backstage/version-bridge\":\"workspace:*\",\"@material-ui/core\":\"^4.12.2\",\"@material-ui/icons\":\"^4.9.1\",\"@material-ui/lab\":\"4.0.0-alpha.61\",\"@mui/utils\":\"^5.14.15\",\"@remixicon/react\":\"^4.6.0\",\"classnames\":\"^2.3.1\",\"csv-stringify\":\"^5.6.5\",\"dataloader\":\"^2.0.0\",\"lodash\":\"^4.17.21\",\"pluralize\":\"^8.0.0\",\"react-helmet\":\"6.1.0\",\"react-use\":\"^17.2.4\",\"zen-observable\":\"^0.10.0\",\"zod\":\"^4.0.0\"},\"devDependencies\":{\"@backstage/cli\":\"workspace:*\",\"@backstage/core-app-api\":\"workspace:*\",\"@backstage/dev-utils\":\"workspace:*\",\"@backstage/frontend-test-utils\":\"workspace:*\",\"@backstage/plugin-permission-common\":\"workspace:*\",\"@backstage/test-utils\":\"workspace:*\",\"@testing-library/dom\":\"^10.0.0\",\"@testing-library/jest-dom\":\"^6.0.0\",\"@testing-library/react\":\"^16.0.0\",\"@testing-library/user-event\":\"^14.0.0\",\"@types/pluralize\":\"^0.0.33\",\"@types/react\":\"^18.0.0\",\"react\":\"^18.0.2\",\"react-dom\":\"^18.0.2\",\"react-router-dom\":\"^6.30.2\",\"swr\":\"^2.2.5\"},\"peerDependencies\":{\"@types/react\":\"^17.0.0 || ^18.0.0\",\"react\":\"^17.0.0 || ^18.0.0\",\"react-dom\":\"^17.0.0 || ^18.0.0\",\"react-router-dom\":\"^6.30.2\"},\"peerDependenciesMeta\":{\"@types/react\":{\"optional\":true}},\"configSchema\":\"config.d.ts\"}')"],"names":["JSON"],"mappings":"iIAAA,EAAO,OAAO,CAAGA,KAAK,KAAK,CAAC,imG"}
1
+ {"version":3,"file":"static/123.d5098c4d.chunk.js","sources":["webpack://techdocs-cli-embedded-app/json|/home/runner/work/publishing/publishing/plugins/catalog/package.json"],"sourcesContent":["module.exports = JSON.parse('{\"name\":\"@backstage/plugin-catalog\",\"version\":\"0.0.0-nightly-20260527032423\",\"description\":\"The Backstage plugin for browsing the Backstage catalog\",\"backstage\":{\"role\":\"frontend-plugin\",\"pluginId\":\"catalog\",\"pluginPackages\":[\"@backstage/plugin-catalog\",\"@backstage/plugin-catalog-backend\",\"@backstage/plugin-catalog-common\",\"@backstage/plugin-catalog-node\",\"@backstage/plugin-catalog-react\"]},\"publishConfig\":{\"access\":\"public\"},\"keywords\":[\"backstage\"],\"homepage\":\"https://backstage.io\",\"repository\":{\"type\":\"git\",\"url\":\"https://github.com/backstage/backstage\",\"directory\":\"plugins/catalog\"},\"license\":\"Apache-2.0\",\"sideEffects\":false,\"exports\":{\".\":\"./src/index.ts\",\"./alpha\":\"./src/alpha/index.ts\",\"./package.json\":\"./package.json\"},\"main\":\"src/index.ts\",\"types\":\"src/index.ts\",\"typesVersions\":{\"*\":{\"alpha\":[\"src/alpha/index.ts\"],\"package.json\":[\"package.json\"]}},\"files\":[\"dist\",\"config.d.ts\"],\"scripts\":{\"build\":\"backstage-cli package build\",\"clean\":\"backstage-cli package clean\",\"lint\":\"backstage-cli package lint\",\"prepack\":\"backstage-cli package prepack\",\"postpack\":\"backstage-cli package postpack\",\"start\":\"backstage-cli package start\",\"test\":\"backstage-cli package test\"},\"dependencies\":{\"@backstage/catalog-client\":\"workspace:*\",\"@backstage/catalog-model\":\"workspace:*\",\"@backstage/core-compat-api\":\"workspace:*\",\"@backstage/core-components\":\"workspace:*\",\"@backstage/core-plugin-api\":\"workspace:*\",\"@backstage/errors\":\"workspace:*\",\"@backstage/frontend-plugin-api\":\"workspace:*\",\"@backstage/integration-react\":\"workspace:*\",\"@backstage/plugin-catalog-common\":\"workspace:*\",\"@backstage/plugin-catalog-react\":\"workspace:*\",\"@backstage/plugin-permission-react\":\"workspace:*\",\"@backstage/plugin-scaffolder-common\":\"workspace:*\",\"@backstage/plugin-search-common\":\"workspace:*\",\"@backstage/plugin-search-react\":\"workspace:*\",\"@backstage/plugin-techdocs-common\":\"workspace:*\",\"@backstage/plugin-techdocs-react\":\"workspace:*\",\"@backstage/types\":\"workspace:*\",\"@backstage/ui\":\"workspace:*\",\"@backstage/version-bridge\":\"workspace:*\",\"@material-ui/core\":\"^4.12.2\",\"@material-ui/icons\":\"^4.9.1\",\"@material-ui/lab\":\"4.0.0-alpha.61\",\"@mui/utils\":\"^5.14.15\",\"@remixicon/react\":\"^4.6.0\",\"classnames\":\"^2.3.1\",\"csv-stringify\":\"^5.6.5\",\"dataloader\":\"^2.0.0\",\"lodash\":\"^4.17.21\",\"pluralize\":\"^8.0.0\",\"react-helmet\":\"6.1.0\",\"react-use\":\"^17.2.4\",\"zen-observable\":\"^0.10.0\",\"zod\":\"^4.0.0\"},\"devDependencies\":{\"@backstage/cli\":\"workspace:*\",\"@backstage/core-app-api\":\"workspace:*\",\"@backstage/dev-utils\":\"workspace:*\",\"@backstage/frontend-test-utils\":\"workspace:*\",\"@backstage/plugin-permission-common\":\"workspace:*\",\"@backstage/test-utils\":\"workspace:*\",\"@testing-library/dom\":\"^10.0.0\",\"@testing-library/jest-dom\":\"^6.0.0\",\"@testing-library/react\":\"^16.0.0\",\"@testing-library/user-event\":\"^14.0.0\",\"@types/pluralize\":\"^0.0.33\",\"@types/react\":\"^18.0.0\",\"react\":\"^18.0.2\",\"react-dom\":\"^18.0.2\",\"react-router-dom\":\"^6.30.2\",\"swr\":\"^2.2.5\"},\"peerDependencies\":{\"@types/react\":\"^17.0.0 || ^18.0.0\",\"react\":\"^17.0.0 || ^18.0.0\",\"react-dom\":\"^17.0.0 || ^18.0.0\",\"react-router-dom\":\"^6.30.2\"},\"peerDependenciesMeta\":{\"@types/react\":{\"optional\":true}},\"configSchema\":\"config.d.ts\"}')"],"names":["JSON"],"mappings":"iIAAA,EAAO,OAAO,CAAGA,KAAK,KAAK,CAAC,imG"}