@techdocs/cli 0.0.0-nightly-20260728031313 → 0.0.0-nightly-20260730031533
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 +5 -3
- package/dist/embedded-app/.config-schema.json +187 -187
- package/dist/embedded-app/index.html +1 -1
- package/dist/embedded-app/index.html.tmpl +1 -1
- package/dist/embedded-app/static/{123.17ba74344cfb.chunk.js → 123.995fa69eb76d.chunk.js} +2 -2
- package/dist/embedded-app/static/{123.17ba74344cfb.chunk.js.map → 123.995fa69eb76d.chunk.js.map} +1 -1
- package/dist/embedded-app/static/{1659.7703569164e7.chunk.js → 1659.7d10db9fe737.chunk.js} +2 -2
- package/dist/embedded-app/static/{1659.7703569164e7.chunk.js.map → 1659.7d10db9fe737.chunk.js.map} +1 -1
- package/dist/embedded-app/static/{4587.a32560fdf4bd.chunk.js → 4587.1f3b5f420860.chunk.js} +2 -2
- package/dist/embedded-app/static/{4587.a32560fdf4bd.chunk.js.map → 4587.1f3b5f420860.chunk.js.map} +1 -1
- package/dist/embedded-app/static/7632.3917bed33d55.chunk.js +2 -0
- package/dist/embedded-app/static/7632.3917bed33d55.chunk.js.map +1 -0
- package/dist/embedded-app/static/main.5ded75a20080.js +523 -0
- package/dist/embedded-app/static/main.5ded75a20080.js.map +1 -0
- package/dist/embedded-app/static/{runtime.5df310fca0d4.js → runtime.80b59a22bc25.js} +2 -2
- package/dist/embedded-app/static/{runtime.5df310fca0d4.js.map → runtime.80b59a22bc25.js.map} +1 -1
- package/dist/package.json.cjs.js +1 -1
- package/package.json +4 -4
- package/dist/embedded-app/static/7632.d2fd37a3ce88.chunk.js +0 -2
- package/dist/embedded-app/static/7632.d2fd37a3ce88.chunk.js.map +0 -1
- package/dist/embedded-app/static/main.003afd0d9660.js +0 -523
- package/dist/embedded-app/static/main.003afd0d9660.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
# @techdocs/cli
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20260730031533
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- Updated dependencies
|
|
8
|
-
- @backstage/backend-defaults@0.0.0-nightly-
|
|
9
|
-
- @backstage/plugin-techdocs-node@0.0.0-nightly-
|
|
8
|
+
- @backstage/backend-defaults@0.0.0-nightly-20260730031533
|
|
9
|
+
- @backstage/plugin-techdocs-node@0.0.0-nightly-20260730031533
|
|
10
|
+
- @backstage/catalog-model@1.9.0
|
|
11
|
+
- @backstage/cli-common@0.3.0
|
|
10
12
|
- @backstage/config@1.3.8
|
|
11
13
|
|
|
12
14
|
## 1.11.3-next.0
|
|
@@ -131,52 +131,6 @@
|
|
|
131
131
|
},
|
|
132
132
|
"packageName": "@backstage/plugin-permission-common"
|
|
133
133
|
},
|
|
134
|
-
{
|
|
135
|
-
"path": "../core-components/config.d.ts",
|
|
136
|
-
"value": {
|
|
137
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
138
|
-
"type": "object",
|
|
139
|
-
"properties": {
|
|
140
|
-
"auth": {
|
|
141
|
-
"type": "object",
|
|
142
|
-
"properties": {
|
|
143
|
-
"autologout": {
|
|
144
|
-
"type": "object",
|
|
145
|
-
"properties": {
|
|
146
|
-
"enabled": {
|
|
147
|
-
"type": "boolean",
|
|
148
|
-
"description": "Enable or disable the autologout feature",
|
|
149
|
-
"visibility": "frontend"
|
|
150
|
-
},
|
|
151
|
-
"idleTimeoutMinutes": {
|
|
152
|
-
"type": "number",
|
|
153
|
-
"description": "Number of minutes after which the inactive user is logged out automatically. Default is 60 minutes (1 hour)",
|
|
154
|
-
"visibility": "frontend"
|
|
155
|
-
},
|
|
156
|
-
"promptBeforeIdleSeconds": {
|
|
157
|
-
"type": "number",
|
|
158
|
-
"description": "Number of seconds before the idle timeout where the user will be asked if it's still active. A dialog will be shown. Default is 10 seconds. Set to 0 seconds to disable the prompt.",
|
|
159
|
-
"visibility": "frontend"
|
|
160
|
-
},
|
|
161
|
-
"useWorkerTimers": {
|
|
162
|
-
"type": "boolean",
|
|
163
|
-
"description": "Enable/disable the usage of worker thread timers instead of main thread timers. Default is true. If you experience some browser incompatibility, you may try to set this to false.",
|
|
164
|
-
"visibility": "frontend"
|
|
165
|
-
},
|
|
166
|
-
"logoutIfDisconnected": {
|
|
167
|
-
"type": "boolean",
|
|
168
|
-
"description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open. Default is true.",
|
|
169
|
-
"visibility": "frontend"
|
|
170
|
-
}
|
|
171
|
-
},
|
|
172
|
-
"description": "Autologout feature configuration"
|
|
173
|
-
}
|
|
174
|
-
}
|
|
175
|
-
}
|
|
176
|
-
}
|
|
177
|
-
},
|
|
178
|
-
"packageName": "@backstage/core-components"
|
|
179
|
-
},
|
|
180
134
|
{
|
|
181
135
|
"path": "../core-app-api/config.d.ts",
|
|
182
136
|
"value": {
|
|
@@ -465,6 +419,52 @@
|
|
|
465
419
|
},
|
|
466
420
|
"packageName": "@backstage/plugin-techdocs"
|
|
467
421
|
},
|
|
422
|
+
{
|
|
423
|
+
"path": "../core-components/config.d.ts",
|
|
424
|
+
"value": {
|
|
425
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
426
|
+
"type": "object",
|
|
427
|
+
"properties": {
|
|
428
|
+
"auth": {
|
|
429
|
+
"type": "object",
|
|
430
|
+
"properties": {
|
|
431
|
+
"autologout": {
|
|
432
|
+
"type": "object",
|
|
433
|
+
"properties": {
|
|
434
|
+
"enabled": {
|
|
435
|
+
"type": "boolean",
|
|
436
|
+
"description": "Enable or disable the autologout feature",
|
|
437
|
+
"visibility": "frontend"
|
|
438
|
+
},
|
|
439
|
+
"idleTimeoutMinutes": {
|
|
440
|
+
"type": "number",
|
|
441
|
+
"description": "Number of minutes after which the inactive user is logged out automatically. Default is 60 minutes (1 hour)",
|
|
442
|
+
"visibility": "frontend"
|
|
443
|
+
},
|
|
444
|
+
"promptBeforeIdleSeconds": {
|
|
445
|
+
"type": "number",
|
|
446
|
+
"description": "Number of seconds before the idle timeout where the user will be asked if it's still active. A dialog will be shown. Default is 10 seconds. Set to 0 seconds to disable the prompt.",
|
|
447
|
+
"visibility": "frontend"
|
|
448
|
+
},
|
|
449
|
+
"useWorkerTimers": {
|
|
450
|
+
"type": "boolean",
|
|
451
|
+
"description": "Enable/disable the usage of worker thread timers instead of main thread timers. Default is true. If you experience some browser incompatibility, you may try to set this to false.",
|
|
452
|
+
"visibility": "frontend"
|
|
453
|
+
},
|
|
454
|
+
"logoutIfDisconnected": {
|
|
455
|
+
"type": "boolean",
|
|
456
|
+
"description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open. Default is true.",
|
|
457
|
+
"visibility": "frontend"
|
|
458
|
+
}
|
|
459
|
+
},
|
|
460
|
+
"description": "Autologout feature configuration"
|
|
461
|
+
}
|
|
462
|
+
}
|
|
463
|
+
}
|
|
464
|
+
}
|
|
465
|
+
},
|
|
466
|
+
"packageName": "@backstage/core-components"
|
|
467
|
+
},
|
|
468
468
|
{
|
|
469
469
|
"path": "../integration/config.d.ts",
|
|
470
470
|
"value": {
|
|
@@ -1214,6 +1214,52 @@
|
|
|
1214
1214
|
},
|
|
1215
1215
|
"packageName": "@backstage/backend-plugin-api"
|
|
1216
1216
|
},
|
|
1217
|
+
{
|
|
1218
|
+
"path": "../../plugins/auth-backend-module-guest-provider/config.d.ts",
|
|
1219
|
+
"value": {
|
|
1220
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
1221
|
+
"type": "object",
|
|
1222
|
+
"properties": {
|
|
1223
|
+
"auth": {
|
|
1224
|
+
"type": "object",
|
|
1225
|
+
"properties": {
|
|
1226
|
+
"providers": {
|
|
1227
|
+
"type": "object",
|
|
1228
|
+
"properties": {
|
|
1229
|
+
"guest": {
|
|
1230
|
+
"type": "object",
|
|
1231
|
+
"properties": {
|
|
1232
|
+
"userEntityRef": {
|
|
1233
|
+
"type": "string",
|
|
1234
|
+
"description": "The entity reference to use for the guest user.",
|
|
1235
|
+
"default": "user:development/guest"
|
|
1236
|
+
},
|
|
1237
|
+
"ownershipEntityRefs": {
|
|
1238
|
+
"type": "array",
|
|
1239
|
+
"items": {
|
|
1240
|
+
"type": "string"
|
|
1241
|
+
},
|
|
1242
|
+
"description": "A list of entity references to user for ownership of the guest user if the user is not found in the catalog.",
|
|
1243
|
+
"default": "[userEntityRef]"
|
|
1244
|
+
},
|
|
1245
|
+
"dangerouslyAllowOutsideDevelopment": {
|
|
1246
|
+
"type": "boolean",
|
|
1247
|
+
"description": "Allow users to sign in with the guest provider outside of their development environments."
|
|
1248
|
+
}
|
|
1249
|
+
}
|
|
1250
|
+
}
|
|
1251
|
+
}
|
|
1252
|
+
}
|
|
1253
|
+
},
|
|
1254
|
+
"required": [
|
|
1255
|
+
"providers"
|
|
1256
|
+
],
|
|
1257
|
+
"description": "Configuration options for the auth plugin"
|
|
1258
|
+
}
|
|
1259
|
+
}
|
|
1260
|
+
},
|
|
1261
|
+
"packageName": "@backstage/plugin-auth-backend-module-guest-provider"
|
|
1262
|
+
},
|
|
1217
1263
|
{
|
|
1218
1264
|
"path": "../../plugins/auth-backend/config.d.ts",
|
|
1219
1265
|
"value": {
|
|
@@ -1587,149 +1633,28 @@
|
|
|
1587
1633
|
"packageName": "@backstage/plugin-auth-backend"
|
|
1588
1634
|
},
|
|
1589
1635
|
{
|
|
1590
|
-
"path": "../../plugins/
|
|
1591
|
-
"value": {
|
|
1592
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
1593
|
-
"type": "object",
|
|
1594
|
-
"properties": {
|
|
1595
|
-
"auth": {
|
|
1596
|
-
"type": "object",
|
|
1597
|
-
"properties": {
|
|
1598
|
-
"providers": {
|
|
1599
|
-
"type": "object",
|
|
1600
|
-
"properties": {
|
|
1601
|
-
"guest": {
|
|
1602
|
-
"type": "object",
|
|
1603
|
-
"properties": {
|
|
1604
|
-
"userEntityRef": {
|
|
1605
|
-
"type": "string",
|
|
1606
|
-
"description": "The entity reference to use for the guest user.",
|
|
1607
|
-
"default": "user:development/guest"
|
|
1608
|
-
},
|
|
1609
|
-
"ownershipEntityRefs": {
|
|
1610
|
-
"type": "array",
|
|
1611
|
-
"items": {
|
|
1612
|
-
"type": "string"
|
|
1613
|
-
},
|
|
1614
|
-
"description": "A list of entity references to user for ownership of the guest user if the user is not found in the catalog.",
|
|
1615
|
-
"default": "[userEntityRef]"
|
|
1616
|
-
},
|
|
1617
|
-
"dangerouslyAllowOutsideDevelopment": {
|
|
1618
|
-
"type": "boolean",
|
|
1619
|
-
"description": "Allow users to sign in with the guest provider outside of their development environments."
|
|
1620
|
-
}
|
|
1621
|
-
}
|
|
1622
|
-
}
|
|
1623
|
-
}
|
|
1624
|
-
}
|
|
1625
|
-
},
|
|
1626
|
-
"required": [
|
|
1627
|
-
"providers"
|
|
1628
|
-
],
|
|
1629
|
-
"description": "Configuration options for the auth plugin"
|
|
1630
|
-
}
|
|
1631
|
-
}
|
|
1632
|
-
},
|
|
1633
|
-
"packageName": "@backstage/plugin-auth-backend-module-guest-provider"
|
|
1634
|
-
},
|
|
1635
|
-
{
|
|
1636
|
-
"path": "../backend-app-api/config.d.ts",
|
|
1636
|
+
"path": "../../plugins/events-node/config.d.ts",
|
|
1637
1637
|
"value": {
|
|
1638
1638
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
1639
1639
|
"type": "object",
|
|
1640
1640
|
"properties": {
|
|
1641
|
-
"
|
|
1641
|
+
"events": {
|
|
1642
1642
|
"type": "object",
|
|
1643
1643
|
"properties": {
|
|
1644
|
-
"
|
|
1645
|
-
"
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
{
|
|
1651
|
-
"type": "object",
|
|
1652
|
-
"properties": {
|
|
1653
|
-
"include": {
|
|
1654
|
-
"type": "array",
|
|
1655
|
-
"items": {
|
|
1656
|
-
"type": "string"
|
|
1657
|
-
}
|
|
1658
|
-
},
|
|
1659
|
-
"exclude": {
|
|
1660
|
-
"type": "array",
|
|
1661
|
-
"items": {
|
|
1662
|
-
"type": "string"
|
|
1663
|
-
}
|
|
1664
|
-
}
|
|
1665
|
-
}
|
|
1666
|
-
}
|
|
1644
|
+
"useEventBus": {
|
|
1645
|
+
"type": "string",
|
|
1646
|
+
"enum": [
|
|
1647
|
+
"never",
|
|
1648
|
+
"always",
|
|
1649
|
+
"auto"
|
|
1667
1650
|
],
|
|
1668
|
-
"description": "
|
|
1669
|
-
},
|
|
1670
|
-
"startup": {
|
|
1671
|
-
"type": "object",
|
|
1672
|
-
"properties": {
|
|
1673
|
-
"default": {
|
|
1674
|
-
"type": "object",
|
|
1675
|
-
"properties": {
|
|
1676
|
-
"onPluginBootFailure": {
|
|
1677
|
-
"type": "string",
|
|
1678
|
-
"enum": [
|
|
1679
|
-
"continue",
|
|
1680
|
-
"abort"
|
|
1681
|
-
],
|
|
1682
|
-
"description": "The default value for `onPluginBootFailure` if not specified for a particular plugin. This defaults to 'abort', which means `onPluginBootFailure: continue` must be specified for backend startup to continue on plugin boot failure. This can also be set to 'continue', which flips the logic for individual plugins so that they must be set to `onPluginBootFailure: abort` to be required."
|
|
1683
|
-
},
|
|
1684
|
-
"onPluginModuleBootFailure": {
|
|
1685
|
-
"type": "string",
|
|
1686
|
-
"enum": [
|
|
1687
|
-
"continue",
|
|
1688
|
-
"abort"
|
|
1689
|
-
],
|
|
1690
|
-
"description": "The default value for `onPluginModuleBootFailure` if not specified for a particular plugin module. This defaults to 'abort', which means `onPluginModuleBootFailure: continue` must be specified for backend startup to continue on plugin module boot failure. This can also be set to 'continue', which flips the logic for individual plugin modules so that they must be set to `onPluginModuleBootFailure: abort` to be required."
|
|
1691
|
-
}
|
|
1692
|
-
}
|
|
1693
|
-
},
|
|
1694
|
-
"plugins": {
|
|
1695
|
-
"type": "object",
|
|
1696
|
-
"additionalProperties": {
|
|
1697
|
-
"type": "object",
|
|
1698
|
-
"properties": {
|
|
1699
|
-
"onPluginBootFailure": {
|
|
1700
|
-
"type": "string",
|
|
1701
|
-
"enum": [
|
|
1702
|
-
"continue",
|
|
1703
|
-
"abort"
|
|
1704
|
-
],
|
|
1705
|
-
"description": "Used to control backend startup behavior when this plugin fails to boot up. Setting this to `continue` allows the backend to continue starting up, even if this plugin fails. This can enable leaving a crashing plugin installed, but still permit backend startup, which may help troubleshoot data-dependent issues. Plugin failures for plugins set to `abort` are fatal (this is the default unless overridden by the `default` setting)."
|
|
1706
|
-
},
|
|
1707
|
-
"modules": {
|
|
1708
|
-
"type": "object",
|
|
1709
|
-
"additionalProperties": {
|
|
1710
|
-
"type": "object",
|
|
1711
|
-
"properties": {
|
|
1712
|
-
"onPluginModuleBootFailure": {
|
|
1713
|
-
"type": "string",
|
|
1714
|
-
"enum": [
|
|
1715
|
-
"continue",
|
|
1716
|
-
"abort"
|
|
1717
|
-
],
|
|
1718
|
-
"description": "Used to control backend startup behavior when this plugin module fails to boot up. Setting this to `continue` allows the backend to continue starting up, even if this plugin module fails. This can enable leaving a crashing plugin installed, but still permit backend startup, which may help troubleshoot data-dependent issues. Plugin module failures for plugin modules set to `abort` are fatal (this is the default unless overridden by the `default` setting)."
|
|
1719
|
-
}
|
|
1720
|
-
}
|
|
1721
|
-
}
|
|
1722
|
-
}
|
|
1723
|
-
}
|
|
1724
|
-
}
|
|
1725
|
-
}
|
|
1726
|
-
}
|
|
1651
|
+
"description": "Whether to use the event bus API in the events plugin backend to distribute events across multiple instances when publishing and subscribing to events.\n\nThe default is 'auto', which means means that the event bus API will be used if it's available, but will be disabled if the events backend returns a 404.\n\nIf set to 'never', the events service will only ever publish events locally to the same instance, while if set to 'always', the event bus API will never be disabled, even if the events backend returns a 404."
|
|
1727
1652
|
}
|
|
1728
1653
|
}
|
|
1729
1654
|
}
|
|
1730
1655
|
}
|
|
1731
1656
|
},
|
|
1732
|
-
"packageName": "@backstage/
|
|
1657
|
+
"packageName": "@backstage/plugin-events-node"
|
|
1733
1658
|
},
|
|
1734
1659
|
{
|
|
1735
1660
|
"path": "../backend-defaults/config.d.ts",
|
|
@@ -4151,28 +4076,103 @@
|
|
|
4151
4076
|
"packageName": "@backstage/backend-defaults"
|
|
4152
4077
|
},
|
|
4153
4078
|
{
|
|
4154
|
-
"path": "
|
|
4079
|
+
"path": "../backend-app-api/config.d.ts",
|
|
4155
4080
|
"value": {
|
|
4156
4081
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
4157
4082
|
"type": "object",
|
|
4158
4083
|
"properties": {
|
|
4159
|
-
"
|
|
4084
|
+
"backend": {
|
|
4160
4085
|
"type": "object",
|
|
4161
4086
|
"properties": {
|
|
4162
|
-
"
|
|
4163
|
-
"
|
|
4164
|
-
|
|
4165
|
-
|
|
4166
|
-
|
|
4167
|
-
|
|
4087
|
+
"packages": {
|
|
4088
|
+
"anyOf": [
|
|
4089
|
+
{
|
|
4090
|
+
"type": "string",
|
|
4091
|
+
"const": "all"
|
|
4092
|
+
},
|
|
4093
|
+
{
|
|
4094
|
+
"type": "object",
|
|
4095
|
+
"properties": {
|
|
4096
|
+
"include": {
|
|
4097
|
+
"type": "array",
|
|
4098
|
+
"items": {
|
|
4099
|
+
"type": "string"
|
|
4100
|
+
}
|
|
4101
|
+
},
|
|
4102
|
+
"exclude": {
|
|
4103
|
+
"type": "array",
|
|
4104
|
+
"items": {
|
|
4105
|
+
"type": "string"
|
|
4106
|
+
}
|
|
4107
|
+
}
|
|
4108
|
+
}
|
|
4109
|
+
}
|
|
4168
4110
|
],
|
|
4169
|
-
"description": "
|
|
4111
|
+
"description": "Used by the feature discovery service"
|
|
4112
|
+
},
|
|
4113
|
+
"startup": {
|
|
4114
|
+
"type": "object",
|
|
4115
|
+
"properties": {
|
|
4116
|
+
"default": {
|
|
4117
|
+
"type": "object",
|
|
4118
|
+
"properties": {
|
|
4119
|
+
"onPluginBootFailure": {
|
|
4120
|
+
"type": "string",
|
|
4121
|
+
"enum": [
|
|
4122
|
+
"continue",
|
|
4123
|
+
"abort"
|
|
4124
|
+
],
|
|
4125
|
+
"description": "The default value for `onPluginBootFailure` if not specified for a particular plugin. This defaults to 'abort', which means `onPluginBootFailure: continue` must be specified for backend startup to continue on plugin boot failure. This can also be set to 'continue', which flips the logic for individual plugins so that they must be set to `onPluginBootFailure: abort` to be required."
|
|
4126
|
+
},
|
|
4127
|
+
"onPluginModuleBootFailure": {
|
|
4128
|
+
"type": "string",
|
|
4129
|
+
"enum": [
|
|
4130
|
+
"continue",
|
|
4131
|
+
"abort"
|
|
4132
|
+
],
|
|
4133
|
+
"description": "The default value for `onPluginModuleBootFailure` if not specified for a particular plugin module. This defaults to 'abort', which means `onPluginModuleBootFailure: continue` must be specified for backend startup to continue on plugin module boot failure. This can also be set to 'continue', which flips the logic for individual plugin modules so that they must be set to `onPluginModuleBootFailure: abort` to be required."
|
|
4134
|
+
}
|
|
4135
|
+
}
|
|
4136
|
+
},
|
|
4137
|
+
"plugins": {
|
|
4138
|
+
"type": "object",
|
|
4139
|
+
"additionalProperties": {
|
|
4140
|
+
"type": "object",
|
|
4141
|
+
"properties": {
|
|
4142
|
+
"onPluginBootFailure": {
|
|
4143
|
+
"type": "string",
|
|
4144
|
+
"enum": [
|
|
4145
|
+
"continue",
|
|
4146
|
+
"abort"
|
|
4147
|
+
],
|
|
4148
|
+
"description": "Used to control backend startup behavior when this plugin fails to boot up. Setting this to `continue` allows the backend to continue starting up, even if this plugin fails. This can enable leaving a crashing plugin installed, but still permit backend startup, which may help troubleshoot data-dependent issues. Plugin failures for plugins set to `abort` are fatal (this is the default unless overridden by the `default` setting)."
|
|
4149
|
+
},
|
|
4150
|
+
"modules": {
|
|
4151
|
+
"type": "object",
|
|
4152
|
+
"additionalProperties": {
|
|
4153
|
+
"type": "object",
|
|
4154
|
+
"properties": {
|
|
4155
|
+
"onPluginModuleBootFailure": {
|
|
4156
|
+
"type": "string",
|
|
4157
|
+
"enum": [
|
|
4158
|
+
"continue",
|
|
4159
|
+
"abort"
|
|
4160
|
+
],
|
|
4161
|
+
"description": "Used to control backend startup behavior when this plugin module fails to boot up. Setting this to `continue` allows the backend to continue starting up, even if this plugin module fails. This can enable leaving a crashing plugin installed, but still permit backend startup, which may help troubleshoot data-dependent issues. Plugin module failures for plugin modules set to `abort` are fatal (this is the default unless overridden by the `default` setting)."
|
|
4162
|
+
}
|
|
4163
|
+
}
|
|
4164
|
+
}
|
|
4165
|
+
}
|
|
4166
|
+
}
|
|
4167
|
+
}
|
|
4168
|
+
}
|
|
4169
|
+
}
|
|
4170
4170
|
}
|
|
4171
4171
|
}
|
|
4172
4172
|
}
|
|
4173
4173
|
}
|
|
4174
4174
|
},
|
|
4175
|
-
"packageName": "@backstage/
|
|
4175
|
+
"packageName": "@backstage/backend-app-api"
|
|
4176
4176
|
},
|
|
4177
4177
|
{
|
|
4178
4178
|
"path": "../../plugins/auth-backend-module-google-provider/config.d.ts",
|
|
@@ -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.
|
|
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.80b59a22bc25.js"></script><script defer="defer" src="/static/module-react-aria.84a78dd1e874.js"></script><script defer="defer" src="/static/module-material-ui.0bea4977e580.js"></script><script defer="defer" src="/static/module-motion-dom.3c999f2a9b4e.js"></script><script defer="defer" src="/static/module-lodash.abe41c34b13d.js"></script><script defer="defer" src="/static/module-zod.bc4245f82c69.js"></script><script defer="defer" src="/static/module-ajv.1cd135f79aa8.js"></script><script defer="defer" src="/static/module-framer-motion.f34ff33a9d5f.js"></script><script defer="defer" src="/static/module-mui.9c07ad9e010f.js"></script><script defer="defer" src="/static/module-react-stately.3db88231cc18.js"></script><script defer="defer" src="/static/module-react-aria-components.edebf589ec05.js"></script><script defer="defer" src="/static/module-micromark-core-commonmark.d049c8fc059e.js"></script><script defer="defer" src="/static/module-parse5.94980036c2b0.js"></script><script defer="defer" src="/static/module-react-dom.c631e87dd2a2.js"></script><script defer="defer" src="/static/module-react-hook-form.2803e955e58c.js"></script><script defer="defer" src="/static/module-i18next.c154323c180d.js"></script><script defer="defer" src="/static/module-dompurify.d7a7bc89aacb.js"></script><script defer="defer" src="/static/module-remixicon.4e40b5b6bde1.js"></script><script defer="defer" src="/static/module-remix-run.0c80eb31316a.js"></script><script defer="defer" src="/static/vendor.b20c39624bca.js"></script><script defer="defer" src="/static/main.5ded75a20080.js"></script><link href="/static/main.24d2ac7d6fef.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.
|
|
46
|
+
<meta name="backstage-app-mode" content="public"><meta name="backstage-public-path" content="<%= publicPath %>/"><script defer src="<%= publicPath %>/static/runtime.80b59a22bc25.js"></script><script defer src="<%= publicPath %>/static/module-react-aria.84a78dd1e874.js"></script><script defer src="<%= publicPath %>/static/module-material-ui.0bea4977e580.js"></script><script defer src="<%= publicPath %>/static/module-motion-dom.3c999f2a9b4e.js"></script><script defer src="<%= publicPath %>/static/module-lodash.abe41c34b13d.js"></script><script defer src="<%= publicPath %>/static/module-zod.bc4245f82c69.js"></script><script defer src="<%= publicPath %>/static/module-ajv.1cd135f79aa8.js"></script><script defer src="<%= publicPath %>/static/module-framer-motion.f34ff33a9d5f.js"></script><script defer src="<%= publicPath %>/static/module-mui.9c07ad9e010f.js"></script><script defer src="<%= publicPath %>/static/module-react-stately.3db88231cc18.js"></script><script defer src="<%= publicPath %>/static/module-react-aria-components.edebf589ec05.js"></script><script defer src="<%= publicPath %>/static/module-micromark-core-commonmark.d049c8fc059e.js"></script><script defer src="<%= publicPath %>/static/module-parse5.94980036c2b0.js"></script><script defer src="<%= publicPath %>/static/module-react-dom.c631e87dd2a2.js"></script><script defer src="<%= publicPath %>/static/module-react-hook-form.2803e955e58c.js"></script><script defer src="<%= publicPath %>/static/module-i18next.c154323c180d.js"></script><script defer src="<%= publicPath %>/static/module-dompurify.d7a7bc89aacb.js"></script><script defer src="<%= publicPath %>/static/module-remixicon.4e40b5b6bde1.js"></script><script defer src="<%= publicPath %>/static/module-remix-run.0c80eb31316a.js"></script><script defer src="<%= publicPath %>/static/vendor.b20c39624bca.js"></script><script defer src="<%= publicPath %>/static/main.5ded75a20080.js"></script><link href="<%= publicPath %>/static/main.24d2ac7d6fef.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-
|
|
2
|
-
//# sourceMappingURL=123.
|
|
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-20260730031533","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.995fa69eb76d.chunk.js.map
|
package/dist/embedded-app/static/{123.17ba74344cfb.chunk.js.map → 123.995fa69eb76d.chunk.js.map}
RENAMED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"static/123.
|
|
1
|
+
{"version":3,"file":"static/123.995fa69eb76d.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-20260730031533\",\"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,2 +1,2 @@
|
|
|
1
|
-
"use strict";(self.webpackChunktechdocs_cli_embedded_app=self.webpackChunktechdocs_cli_embedded_app||[]).push([["1659"],{23494(e){e.exports=JSON.parse('{"name":"@backstage/plugin-techdocs","version":"0.0.0-nightly-
|
|
2
|
-
//# sourceMappingURL=1659.
|
|
1
|
+
"use strict";(self.webpackChunktechdocs_cli_embedded_app=self.webpackChunktechdocs_cli_embedded_app||[]).push([["1659"],{23494(e){e.exports=JSON.parse('{"name":"@backstage/plugin-techdocs","version":"0.0.0-nightly-20260730031533","description":"The Backstage plugin that renders technical documentation for your components","backstage":{"role":"frontend-plugin","pluginId":"techdocs","pluginPackages":["@backstage/plugin-techdocs","@backstage/plugin-techdocs-backend","@backstage/plugin-techdocs-common","@backstage/plugin-techdocs-node","@backstage/plugin-techdocs-react"]},"publishConfig":{"access":"public"},"keywords":["backstage","techdocs"],"homepage":"https://backstage.io","repository":{"type":"git","url":"https://github.com/backstage/backstage","directory":"plugins/techdocs"},"license":"Apache-2.0","sideEffects":false,"exports":{".":"./src/index.ts","./alpha":"./src/alpha/index.tsx","./package.json":"./package.json"},"main":"src/index.ts","types":"src/index.ts","typesVersions":{"*":{"alpha":["src/alpha/index.tsx"],"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/config":"workspace:*","@backstage/core-components":"workspace:*","@backstage/core-plugin-api":"workspace:*","@backstage/errors":"workspace:*","@backstage/frontend-plugin-api":"workspace:*","@backstage/integration":"workspace:*","@backstage/integration-react":"workspace:*","@backstage/plugin-auth-react":"workspace:*","@backstage/plugin-catalog-react":"workspace:*","@backstage/plugin-search-common":"workspace:*","@backstage/plugin-search-react":"workspace:*","@backstage/plugin-techdocs-common":"workspace:*","@backstage/plugin-techdocs-react":"workspace:*","@backstage/theme":"workspace:*","@backstage/ui":"workspace:*","@material-ui/core":"^4.12.2","@material-ui/icons":"^4.9.1","@material-ui/lab":"4.0.0-alpha.61","@material-ui/styles":"^4.10.0","@microsoft/fetch-event-source":"^2.0.1","@remixicon/react":">=4.6.0 <4.9.0","dompurify":"^3.4.12","git-url-parse":"^15.0.0","lodash":"^4.17.21","react-helmet":"6.1.0","react-use":"^17.2.4","zod":"^4.0.0"},"devDependencies":{"@backstage/cli":"workspace:*","@backstage/core-app-api":"workspace:*","@backstage/dev-utils":"workspace:*","@backstage/plugin-catalog":"workspace:*","@backstage/plugin-techdocs-module-addons-contrib":"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/dompurify":"^3.0.0","@types/react":"^18.0.0","react":"^18.0.2","react-dom":"^18.0.2","react-router-dom":"^6.30.2"},"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=1659.7d10db9fe737.chunk.js.map
|
package/dist/embedded-app/static/{1659.7703569164e7.chunk.js.map → 1659.7d10db9fe737.chunk.js.map}
RENAMED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"static/1659.
|
|
1
|
+
{"version":3,"file":"static/1659.7d10db9fe737.chunk.js","sources":["webpack://techdocs-cli-embedded-app/json|/home/runner/work/publishing/publishing/plugins/techdocs/package.json"],"sourcesContent":["module.exports = JSON.parse('{\"name\":\"@backstage/plugin-techdocs\",\"version\":\"0.0.0-nightly-20260730031533\",\"description\":\"The Backstage plugin that renders technical documentation for your components\",\"backstage\":{\"role\":\"frontend-plugin\",\"pluginId\":\"techdocs\",\"pluginPackages\":[\"@backstage/plugin-techdocs\",\"@backstage/plugin-techdocs-backend\",\"@backstage/plugin-techdocs-common\",\"@backstage/plugin-techdocs-node\",\"@backstage/plugin-techdocs-react\"]},\"publishConfig\":{\"access\":\"public\"},\"keywords\":[\"backstage\",\"techdocs\"],\"homepage\":\"https://backstage.io\",\"repository\":{\"type\":\"git\",\"url\":\"https://github.com/backstage/backstage\",\"directory\":\"plugins/techdocs\"},\"license\":\"Apache-2.0\",\"sideEffects\":false,\"exports\":{\".\":\"./src/index.ts\",\"./alpha\":\"./src/alpha/index.tsx\",\"./package.json\":\"./package.json\"},\"main\":\"src/index.ts\",\"types\":\"src/index.ts\",\"typesVersions\":{\"*\":{\"alpha\":[\"src/alpha/index.tsx\"],\"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/config\":\"workspace:*\",\"@backstage/core-components\":\"workspace:*\",\"@backstage/core-plugin-api\":\"workspace:*\",\"@backstage/errors\":\"workspace:*\",\"@backstage/frontend-plugin-api\":\"workspace:*\",\"@backstage/integration\":\"workspace:*\",\"@backstage/integration-react\":\"workspace:*\",\"@backstage/plugin-auth-react\":\"workspace:*\",\"@backstage/plugin-catalog-react\":\"workspace:*\",\"@backstage/plugin-search-common\":\"workspace:*\",\"@backstage/plugin-search-react\":\"workspace:*\",\"@backstage/plugin-techdocs-common\":\"workspace:*\",\"@backstage/plugin-techdocs-react\":\"workspace:*\",\"@backstage/theme\":\"workspace:*\",\"@backstage/ui\":\"workspace:*\",\"@material-ui/core\":\"^4.12.2\",\"@material-ui/icons\":\"^4.9.1\",\"@material-ui/lab\":\"4.0.0-alpha.61\",\"@material-ui/styles\":\"^4.10.0\",\"@microsoft/fetch-event-source\":\"^2.0.1\",\"@remixicon/react\":\">=4.6.0 <4.9.0\",\"dompurify\":\"^3.4.12\",\"git-url-parse\":\"^15.0.0\",\"lodash\":\"^4.17.21\",\"react-helmet\":\"6.1.0\",\"react-use\":\"^17.2.4\",\"zod\":\"^4.0.0\"},\"devDependencies\":{\"@backstage/cli\":\"workspace:*\",\"@backstage/core-app-api\":\"workspace:*\",\"@backstage/dev-utils\":\"workspace:*\",\"@backstage/plugin-catalog\":\"workspace:*\",\"@backstage/plugin-techdocs-module-addons-contrib\":\"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/dompurify\":\"^3.0.0\",\"@types/react\":\"^18.0.0\",\"react\":\"^18.0.2\",\"react-dom\":\"^18.0.2\",\"react-router-dom\":\"^6.30.2\"},\"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":"kIAAA,EAAO,OAAO,CAAGA,KAAK,KAAK,CAAC,igG"}
|