@techdocs/cli 1.9.7 → 1.9.8-next.0
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 -2
- package/dist/embedded-app/.config-schema.json +46 -46
- package/dist/embedded-app/index.html +1 -1
- package/dist/embedded-app/index.html.tmpl +1 -1
- package/dist/embedded-app/static/{main.1ee3a29b.js → main.9ead869c.js} +2 -2
- package/dist/embedded-app/static/{main.1ee3a29b.js.map → main.9ead869c.js.map} +1 -1
- package/dist/embedded-app/static/{runtime.1ee3a29b.js → runtime.9ead869c.js} +1 -1
- package/dist/embedded-app/static/{runtime.1ee3a29b.js.map → runtime.9ead869c.js.map} +1 -1
- package/dist/embedded-app/static/{vendor.1ee3a29b.js → vendor.9ead869c.js} +1 -1
- package/dist/embedded-app/static/{vendor.1ee3a29b.js.map → vendor.9ead869c.js.map} +1 -1
- package/dist/package.json.cjs.js +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
# @techdocs/cli
|
|
2
2
|
|
|
3
|
-
## 1.9.
|
|
3
|
+
## 1.9.8-next.0
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
7
|
+
- db63208: Fixed an issue where `@techdocs/cli serve` command did not pick up the latest changes to TechDocs.
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @backstage/backend-defaults@0.12.1-next.0
|
|
10
|
+
- @backstage/plugin-techdocs-node@1.13.7-next.0
|
|
8
11
|
|
|
9
12
|
## 1.9.6
|
|
10
13
|
|
|
@@ -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
|
+
"type": "object",
|
|
1221
|
+
"properties": {
|
|
1222
|
+
"auth": {
|
|
1223
|
+
"description": "Configuration options for the auth plugin",
|
|
1224
|
+
"type": "object",
|
|
1225
|
+
"properties": {
|
|
1226
|
+
"providers": {
|
|
1227
|
+
"type": "object",
|
|
1228
|
+
"properties": {
|
|
1229
|
+
"guest": {
|
|
1230
|
+
"type": "object",
|
|
1231
|
+
"properties": {
|
|
1232
|
+
"userEntityRef": {
|
|
1233
|
+
"description": "The entity reference to use for the guest user.",
|
|
1234
|
+
"default": "user:development/guest",
|
|
1235
|
+
"type": "string"
|
|
1236
|
+
},
|
|
1237
|
+
"ownershipEntityRefs": {
|
|
1238
|
+
"description": "A list of entity references to user for ownership of the guest user if the user\n is not found in the catalog.",
|
|
1239
|
+
"default": "[userEntityRef]",
|
|
1240
|
+
"type": "array",
|
|
1241
|
+
"items": {
|
|
1242
|
+
"type": "string"
|
|
1243
|
+
}
|
|
1244
|
+
},
|
|
1245
|
+
"dangerouslyAllowOutsideDevelopment": {
|
|
1246
|
+
"description": "Allow users to sign in with the guest provider outside of their development environments.",
|
|
1247
|
+
"type": "boolean"
|
|
1248
|
+
}
|
|
1249
|
+
}
|
|
1250
|
+
}
|
|
1251
|
+
}
|
|
1252
|
+
}
|
|
1253
|
+
},
|
|
1254
|
+
"required": [
|
|
1255
|
+
"providers"
|
|
1256
|
+
]
|
|
1257
|
+
}
|
|
1258
|
+
},
|
|
1259
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
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": {
|
|
@@ -1349,52 +1395,6 @@
|
|
|
1349
1395
|
},
|
|
1350
1396
|
"packageName": "@backstage/plugin-auth-backend"
|
|
1351
1397
|
},
|
|
1352
|
-
{
|
|
1353
|
-
"path": "../../plugins/auth-backend-module-guest-provider/config.d.ts",
|
|
1354
|
-
"value": {
|
|
1355
|
-
"type": "object",
|
|
1356
|
-
"properties": {
|
|
1357
|
-
"auth": {
|
|
1358
|
-
"description": "Configuration options for the auth plugin",
|
|
1359
|
-
"type": "object",
|
|
1360
|
-
"properties": {
|
|
1361
|
-
"providers": {
|
|
1362
|
-
"type": "object",
|
|
1363
|
-
"properties": {
|
|
1364
|
-
"guest": {
|
|
1365
|
-
"type": "object",
|
|
1366
|
-
"properties": {
|
|
1367
|
-
"userEntityRef": {
|
|
1368
|
-
"description": "The entity reference to use for the guest user.",
|
|
1369
|
-
"default": "user:development/guest",
|
|
1370
|
-
"type": "string"
|
|
1371
|
-
},
|
|
1372
|
-
"ownershipEntityRefs": {
|
|
1373
|
-
"description": "A list of entity references to user for ownership of the guest user if the user\n is not found in the catalog.",
|
|
1374
|
-
"default": "[userEntityRef]",
|
|
1375
|
-
"type": "array",
|
|
1376
|
-
"items": {
|
|
1377
|
-
"type": "string"
|
|
1378
|
-
}
|
|
1379
|
-
},
|
|
1380
|
-
"dangerouslyAllowOutsideDevelopment": {
|
|
1381
|
-
"description": "Allow users to sign in with the guest provider outside of their development environments.",
|
|
1382
|
-
"type": "boolean"
|
|
1383
|
-
}
|
|
1384
|
-
}
|
|
1385
|
-
}
|
|
1386
|
-
}
|
|
1387
|
-
}
|
|
1388
|
-
},
|
|
1389
|
-
"required": [
|
|
1390
|
-
"providers"
|
|
1391
|
-
]
|
|
1392
|
-
}
|
|
1393
|
-
},
|
|
1394
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1395
|
-
},
|
|
1396
|
-
"packageName": "@backstage/plugin-auth-backend-module-guest-provider"
|
|
1397
|
-
},
|
|
1398
1398
|
{
|
|
1399
1399
|
"path": "../backend-app-api/config.d.ts",
|
|
1400
1400
|
"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="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="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.9ead869c.js"></script><script defer="defer" src="/static/module-material-ui.27b8440e.js"></script><script defer="defer" src="/static/module-lodash.9a2c3bdd.js"></script><script defer="defer" src="/static/module-date-fns.eb783be6.js"></script><script defer="defer" src="/static/module-mui.0878525e.js"></script><script defer="defer" src="/static/module-material-table.82bde846.js"></script><script defer="defer" src="/static/module-zod.c6ca20cb.js"></script><script defer="defer" src="/static/module-react-dom.71e2a3dc.js"></script><script defer="defer" src="/static/module-i18next.668ff997.js"></script><script defer="defer" src="/static/module-react-beautiful-dnd.d3a32da9.js"></script><script defer="defer" src="/static/module-remix-run.825b4274.js"></script><script defer="defer" src="/static/vendor.9ead869c.js"></script><script defer="defer" src="/static/main.9ead869c.js"></script><script type="backstage.io/config">[
|
|
2
2
|
{
|
|
3
3
|
"context": "app-config.yaml",
|
|
4
4
|
"data": {
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
color="#5bbad5"
|
|
43
43
|
/>
|
|
44
44
|
<title><%= config.getString('app.title') %></title>
|
|
45
|
-
<meta name="backstage-app-mode" content="public"><meta name="backstage-public-path" content="<%= publicPath %>/"><script defer src="<%= publicPath %>/static/runtime.
|
|
45
|
+
<meta name="backstage-app-mode" content="public"><meta name="backstage-public-path" content="<%= publicPath %>/"><script defer src="<%= publicPath %>/static/runtime.9ead869c.js"></script><script defer src="<%= publicPath %>/static/module-material-ui.27b8440e.js"></script><script defer src="<%= publicPath %>/static/module-lodash.9a2c3bdd.js"></script><script defer src="<%= publicPath %>/static/module-date-fns.eb783be6.js"></script><script defer src="<%= publicPath %>/static/module-mui.0878525e.js"></script><script defer src="<%= publicPath %>/static/module-material-table.82bde846.js"></script><script defer src="<%= publicPath %>/static/module-zod.c6ca20cb.js"></script><script defer src="<%= publicPath %>/static/module-react-dom.71e2a3dc.js"></script><script defer src="<%= publicPath %>/static/module-i18next.668ff997.js"></script><script defer src="<%= publicPath %>/static/module-react-beautiful-dnd.d3a32da9.js"></script><script defer src="<%= publicPath %>/static/module-remix-run.825b4274.js"></script><script defer src="<%= publicPath %>/static/vendor.9ead869c.js"></script><script defer src="<%= publicPath %>/static/main.9ead869c.js"></script></head>
|
|
46
46
|
<body>
|
|
47
47
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
48
48
|
<div id="root"></div>
|