@techdocs/cli 0.0.0-nightly-20240129021015 → 0.0.0-nightly-20240130021056

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 CHANGED
@@ -1,14 +1,14 @@
1
1
  # @techdocs/cli
2
2
 
3
- ## 0.0.0-nightly-20240129021015
3
+ ## 0.0.0-nightly-20240130021056
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - d8d243c: fix: mkdocs parameter casing
8
8
  - Updated dependencies
9
- - @backstage/backend-common@0.0.0-nightly-20240129021015
10
- - @backstage/catalog-model@0.0.0-nightly-20240129021015
11
- - @backstage/plugin-techdocs-node@0.0.0-nightly-20240129021015
9
+ - @backstage/backend-common@0.0.0-nightly-20240130021056
10
+ - @backstage/catalog-model@0.0.0-nightly-20240130021056
11
+ - @backstage/plugin-techdocs-node@0.0.0-nightly-20240130021056
12
12
  - @backstage/cli-common@0.1.13
13
13
  - @backstage/config@1.1.1
14
14
 
@@ -95,6 +95,26 @@
95
95
  },
96
96
  "path": "../cli/package.json"
97
97
  },
98
+ {
99
+ "path": "../../plugins/permission-common/config.d.ts",
100
+ "value": {
101
+ "type": "object",
102
+ "properties": {
103
+ "permission": {
104
+ "description": "Configuration options for Backstage permissions and authorization",
105
+ "type": "object",
106
+ "properties": {
107
+ "enabled": {
108
+ "description": "Whether authorization is enabled in Backstage. Defaults to false, which means authorization\nrequests will be automatically allowed without invoking the authorization policy.",
109
+ "visibility": "frontend",
110
+ "type": "boolean"
111
+ }
112
+ }
113
+ }
114
+ },
115
+ "$schema": "http://json-schema.org/draft-07/schema#"
116
+ }
117
+ },
98
118
  {
99
119
  "path": "../core-app-api/config.d.ts",
100
120
  "value": {
@@ -303,26 +323,6 @@
303
323
  "$schema": "http://json-schema.org/draft-07/schema#"
304
324
  }
305
325
  },
306
- {
307
- "path": "../../plugins/permission-common/config.d.ts",
308
- "value": {
309
- "type": "object",
310
- "properties": {
311
- "permission": {
312
- "description": "Configuration options for Backstage permissions and authorization",
313
- "type": "object",
314
- "properties": {
315
- "enabled": {
316
- "description": "Whether authorization is enabled in Backstage. Defaults to false, which means authorization\nrequests will be automatically allowed without invoking the authorization policy.",
317
- "visibility": "frontend",
318
- "type": "boolean"
319
- }
320
- }
321
- }
322
- },
323
- "$schema": "http://json-schema.org/draft-07/schema#"
324
- }
325
- },
326
326
  {
327
327
  "path": "../core-components/config.d.ts",
328
328
  "value": {
@@ -962,52 +962,52 @@
962
962
  }
963
963
  },
964
964
  {
965
- "path": "../../node_modules/@oriflame/backstage-plugin-score-card/config.d.ts",
965
+ "path": "../../plugins/stackstorm/config.d.ts",
966
966
  "value": {
967
967
  "type": "object",
968
968
  "properties": {
969
- "scorecards": {
970
- "description": "Extra configuration for score card plugin",
969
+ "stackstorm": {
971
970
  "type": "object",
972
971
  "properties": {
973
- "jsonDataUrl": {
974
- "description": "The public absolute root URL with json file defining the score card entries.",
975
- "visibility": "frontend",
976
- "type": "string"
977
- },
978
- "wikiLinkTemplate": {
979
- "description": "The template for the link to the wiki, e.g. \"https://TBD/XXX/_wiki/wikis/XXX.wiki/{id}\"",
972
+ "webUrl": {
973
+ "description": "StackStorm Web UI url\nUsed in links to StackStorm web UI",
980
974
  "visibility": "frontend",
981
975
  "type": "string"
982
976
  }
983
- }
977
+ },
978
+ "required": [
979
+ "webUrl"
980
+ ]
984
981
  }
985
982
  },
986
- "required": [
987
- "scorecards"
988
- ],
989
983
  "$schema": "http://json-schema.org/draft-07/schema#"
990
984
  }
991
985
  },
992
986
  {
993
- "path": "../../plugins/stackstorm/config.d.ts",
987
+ "path": "../../node_modules/@oriflame/backstage-plugin-score-card/config.d.ts",
994
988
  "value": {
995
989
  "type": "object",
996
990
  "properties": {
997
- "stackstorm": {
991
+ "scorecards": {
992
+ "description": "Extra configuration for score card plugin",
998
993
  "type": "object",
999
994
  "properties": {
1000
- "webUrl": {
1001
- "description": "StackStorm Web UI url\nUsed in links to StackStorm web UI",
995
+ "jsonDataUrl": {
996
+ "description": "The public absolute root URL with json file defining the score card entries.",
997
+ "visibility": "frontend",
998
+ "type": "string"
999
+ },
1000
+ "wikiLinkTemplate": {
1001
+ "description": "The template for the link to the wiki, e.g. \"https://TBD/XXX/_wiki/wikis/XXX.wiki/{id}\"",
1002
1002
  "visibility": "frontend",
1003
1003
  "type": "string"
1004
1004
  }
1005
- },
1006
- "required": [
1007
- "webUrl"
1008
- ]
1005
+ }
1009
1006
  }
1010
1007
  },
1008
+ "required": [
1009
+ "scorecards"
1010
+ ],
1011
1011
  "$schema": "http://json-schema.org/draft-07/schema#"
1012
1012
  }
1013
1013
  },
@@ -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="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.8231481f.js"></script><script defer="defer" src="/static/module-material-ui.e26d0f76.js"></script><script defer="defer" src="/static/module-lodash.fa492ce2.js"></script><script defer="defer" src="/static/module-date-fns.b8b6c380.js"></script><script defer="defer" src="/static/module-material-table.dc2e7a78.js"></script><script defer="defer" src="/static/module-react-dom.c3454ade.js"></script><script defer="defer" src="/static/module-react-router.fc2430de.js"></script><script defer="defer" src="/static/module-react-router-dom.6a4a6115.js"></script><script defer="defer" src="/static/module-react-beautiful-dnd.d66821d2.js"></script><script defer="defer" src="/static/module-zod.9e0f365e.js"></script><script defer="defer" src="/static/module-i18next.db8a27ed.js"></script><script defer="defer" src="/static/vendor.8231481f.js"></script><script defer="defer" src="/static/main.8231481f.js"></script></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
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.ec04683d.js"></script><script defer="defer" src="/static/module-material-ui.e26d0f76.js"></script><script defer="defer" src="/static/module-lodash.fa492ce2.js"></script><script defer="defer" src="/static/module-date-fns.b8b6c380.js"></script><script defer="defer" src="/static/module-material-table.dc2e7a78.js"></script><script defer="defer" src="/static/module-react-dom.c3454ade.js"></script><script defer="defer" src="/static/module-react-router.fc2430de.js"></script><script defer="defer" src="/static/module-react-router-dom.6a4a6115.js"></script><script defer="defer" src="/static/module-react-beautiful-dnd.d66821d2.js"></script><script defer="defer" src="/static/module-zod.9e0f365e.js"></script><script defer="defer" src="/static/module-i18next.db8a27ed.js"></script><script defer="defer" src="/static/vendor.ec04683d.js"></script><script defer="defer" src="/static/main.ec04683d.js"></script></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>