@techdocs/cli 0.0.0-nightly-20230820020928 → 0.0.0-nightly-20230822021041
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 +3 -3
- package/dist/embedded-app/.config-schema.json +43 -0
- package/dist/embedded-app/index.html +1 -1
- package/dist/embedded-app/static/main.f5589e23.js +522 -0
- package/dist/embedded-app/static/main.f5589e23.js.map +1 -0
- package/dist/embedded-app/static/{runtime.fa75d817.js → runtime.f5589e23.js} +1 -1
- package/dist/embedded-app/static/{runtime.fa75d817.js.map → runtime.f5589e23.js.map} +1 -1
- package/dist/embedded-app/static/{vendor.fa75d817.js → vendor.f5589e23.js} +1 -1
- package/dist/embedded-app/static/{vendor.fa75d817.js.map → vendor.f5589e23.js.map} +1 -1
- package/package.json +4 -4
- package/dist/embedded-app/static/main.fa75d817.js +0 -522
- package/dist/embedded-app/static/main.fa75d817.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
# @techdocs/cli
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20230822021041
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- Updated dependencies
|
|
8
|
-
- @backstage/backend-common@0.0.0-nightly-
|
|
8
|
+
- @backstage/backend-common@0.0.0-nightly-20230822021041
|
|
9
9
|
- @backstage/catalog-model@1.4.1
|
|
10
10
|
- @backstage/cli-common@0.1.12
|
|
11
11
|
- @backstage/config@1.0.8
|
|
12
|
-
- @backstage/plugin-techdocs-node@0.0.0-nightly-
|
|
12
|
+
- @backstage/plugin-techdocs-node@0.0.0-nightly-20230822021041
|
|
13
13
|
|
|
14
14
|
## 1.4.5
|
|
15
15
|
|
|
@@ -395,7 +395,50 @@
|
|
|
395
395
|
"token": {
|
|
396
396
|
"description": "Token used to authenticate requests.",
|
|
397
397
|
"visibility": "secret",
|
|
398
|
+
"deprecated": "Use `credentials` instead.",
|
|
398
399
|
"type": "string"
|
|
400
|
+
},
|
|
401
|
+
"credential": {
|
|
402
|
+
"description": "The credential to use for requests.\n\nIf no credential is specified anonymous access is used.",
|
|
403
|
+
"visibility": "secret",
|
|
404
|
+
"deprecated": "Use `credentials` instead.",
|
|
405
|
+
"type": "object",
|
|
406
|
+
"properties": {
|
|
407
|
+
"clientId": {
|
|
408
|
+
"type": "string"
|
|
409
|
+
},
|
|
410
|
+
"clientSecret": {
|
|
411
|
+
"type": "string"
|
|
412
|
+
},
|
|
413
|
+
"tenantId": {
|
|
414
|
+
"type": "string"
|
|
415
|
+
},
|
|
416
|
+
"personalAccessToken": {
|
|
417
|
+
"type": "string"
|
|
418
|
+
}
|
|
419
|
+
}
|
|
420
|
+
},
|
|
421
|
+
"credentials": {
|
|
422
|
+
"description": "The credentials to use for requests. If multiple credentials are specified the first one that matches the organization is used.\nIf not organization matches the first credential without an organization is used.\n\nIf no credentials are specified at all, either a default credential (for Azure DevOps) or anonymous access (for Azure DevOps Server) is used.",
|
|
423
|
+
"visibility": "secret",
|
|
424
|
+
"type": "array",
|
|
425
|
+
"items": {
|
|
426
|
+
"type": "object",
|
|
427
|
+
"properties": {
|
|
428
|
+
"clientId": {
|
|
429
|
+
"type": "string"
|
|
430
|
+
},
|
|
431
|
+
"clientSecret": {
|
|
432
|
+
"type": "string"
|
|
433
|
+
},
|
|
434
|
+
"tenantId": {
|
|
435
|
+
"type": "string"
|
|
436
|
+
},
|
|
437
|
+
"personalAccessToken": {
|
|
438
|
+
"type": "string"
|
|
439
|
+
}
|
|
440
|
+
}
|
|
441
|
+
}
|
|
399
442
|
}
|
|
400
443
|
},
|
|
401
444
|
"required": [
|
|
@@ -1 +1 @@
|
|
|
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 platform for building developer portals"/><link rel="apple-touch-icon" href="/logo192.png"/><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><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 platform for building developer portals"/><link rel="apple-touch-icon" href="/logo192.png"/><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><script defer="defer" src="/static/runtime.f5589e23.js"></script><script defer="defer" src="/static/module-material-ui.1afbaa53.js"></script><script defer="defer" src="/static/module-lodash.4c9a1319.js"></script><script defer="defer" src="/static/module-date-fns.b8b6c380.js"></script><script defer="defer" src="/static/module-yaml.aace0584.js"></script><script defer="defer" src="/static/module-ajv.be583887.js"></script><script defer="defer" src="/static/module-material-table.1d463a12.js"></script><script defer="defer" src="/static/module-luxon.a1854eb9.js"></script><script defer="defer" src="/static/module-octokit.7416db07.js"></script><script defer="defer" src="/static/module-react-dom.bd3fd0c6.js"></script><script defer="defer" src="/static/module-react-router.d2e96318.js"></script><script defer="defer" src="/static/module-react-router-dom.ef191c8f.js"></script><script defer="defer" src="/static/module-zod.49079951.js"></script><script defer="defer" src="/static/module-react-beautiful-dnd.ad887878.js"></script><script defer="defer" src="/static/vendor.f5589e23.js"></script><script defer="defer" src="/static/main.f5589e23.js"></script></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
|