@techdocs/cli 0.0.0-nightly-20230921021021 → 0.0.0-nightly-20230923020926
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 +4 -4
- package/dist/embedded-app/.config-schema.json +2 -2
- package/dist/embedded-app/index.html +1 -1
- package/dist/embedded-app/static/{main.04af2edd.js → main.85574e21.js} +2 -2
- package/dist/embedded-app/static/main.85574e21.js.map +1 -0
- package/dist/embedded-app/static/{runtime.04af2edd.js → runtime.85574e21.js} +1 -1
- package/dist/embedded-app/static/{runtime.04af2edd.js.map → runtime.85574e21.js.map} +1 -1
- package/dist/embedded-app/static/{vendor.04af2edd.js → vendor.85574e21.js} +1 -1
- package/dist/embedded-app/static/{vendor.04af2edd.js.map → vendor.85574e21.js.map} +1 -1
- package/package.json +5 -5
- package/dist/embedded-app/static/main.04af2edd.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
# @techdocs/cli
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20230923020926
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- de42eebaafc5: Bumped dev dependencies `@types/node` and `mock-fs`.
|
|
8
8
|
- Updated dependencies
|
|
9
|
-
- @backstage/cli-common@0.0.0-nightly-
|
|
10
|
-
- @backstage/backend-common@0.0.0-nightly-
|
|
9
|
+
- @backstage/cli-common@0.0.0-nightly-20230923020926
|
|
10
|
+
- @backstage/backend-common@0.0.0-nightly-20230923020926
|
|
11
|
+
- @backstage/plugin-techdocs-node@0.0.0-nightly-20230923020926
|
|
11
12
|
- @backstage/catalog-model@1.4.2
|
|
12
13
|
- @backstage/config@1.1.0
|
|
13
|
-
- @backstage/plugin-techdocs-node@0.0.0-nightly-20230921021021
|
|
14
14
|
|
|
15
15
|
## 1.5.0
|
|
16
16
|
|
|
@@ -445,7 +445,7 @@
|
|
|
445
445
|
},
|
|
446
446
|
"credential": {
|
|
447
447
|
"description": "The credential to use for requests.\n\nIf no credential is specified anonymous access is used.",
|
|
448
|
-
"
|
|
448
|
+
"deepVisibility": "secret",
|
|
449
449
|
"deprecated": "Use `credentials` instead.",
|
|
450
450
|
"type": "object",
|
|
451
451
|
"properties": {
|
|
@@ -465,7 +465,7 @@
|
|
|
465
465
|
},
|
|
466
466
|
"credentials": {
|
|
467
467
|
"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.",
|
|
468
|
-
"
|
|
468
|
+
"deepVisibility": "secret",
|
|
469
469
|
"type": "array",
|
|
470
470
|
"items": {
|
|
471
471
|
"type": "object",
|
|
@@ -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="
|
|
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="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.85574e21.js"></script><script defer="defer" src="/static/module-material-ui.1b712255.js"></script><script defer="defer" src="/static/module-lodash.8166f005.js"></script><script defer="defer" src="/static/module-date-fns.b8b6c380.js"></script><script defer="defer" src="/static/module-material-table.0f5635dd.js"></script><script defer="defer" src="/static/module-react-dom.07625e59.js"></script><script defer="defer" src="/static/module-react-router.8e9755f1.js"></script><script defer="defer" src="/static/module-react-router-dom.a0f835fd.js"></script><script defer="defer" src="/static/module-zod.c74c6842.js"></script><script defer="defer" src="/static/module-i18next.db8a27ed.js"></script><script defer="defer" src="/static/module-react-beautiful-dnd.62627182.js"></script><script defer="defer" src="/static/vendor.85574e21.js"></script><script defer="defer" src="/static/main.85574e21.js"></script></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
|