@techdocs/cli 0.0.0-nightly-20251129024107 → 0.0.0-nightly-20251201025645
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,13 +1,13 @@
|
|
|
1
1
|
# @techdocs/cli
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20251201025645
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- Updated dependencies
|
|
8
|
-
- @backstage/backend-defaults@0.0.0-nightly-
|
|
9
|
-
- @backstage/cli-common@0.0.0-nightly-
|
|
10
|
-
- @backstage/plugin-techdocs-node@0.0.0-nightly-
|
|
8
|
+
- @backstage/backend-defaults@0.0.0-nightly-20251201025645
|
|
9
|
+
- @backstage/cli-common@0.0.0-nightly-20251201025645
|
|
10
|
+
- @backstage/plugin-techdocs-node@0.0.0-nightly-20251201025645
|
|
11
11
|
- @backstage/config@1.3.6
|
|
12
12
|
- @backstage/catalog-model@1.7.6
|
|
13
13
|
|
|
@@ -106,31 +106,6 @@
|
|
|
106
106
|
},
|
|
107
107
|
"path": "../cli/package.json"
|
|
108
108
|
},
|
|
109
|
-
{
|
|
110
|
-
"path": "../../plugins/permission-common/config.d.ts",
|
|
111
|
-
"value": {
|
|
112
|
-
"type": "object",
|
|
113
|
-
"properties": {
|
|
114
|
-
"permission": {
|
|
115
|
-
"description": "Configuration options for Backstage permissions and authorization",
|
|
116
|
-
"type": "object",
|
|
117
|
-
"properties": {
|
|
118
|
-
"enabled": {
|
|
119
|
-
"description": "Whether authorization is enabled in Backstage. Defaults to false, which means authorization\nrequests will be automatically allowed without invoking the authorization policy.",
|
|
120
|
-
"visibility": "frontend",
|
|
121
|
-
"type": "boolean"
|
|
122
|
-
},
|
|
123
|
-
"EXPERIMENTAL_enableBatchedRequests": {
|
|
124
|
-
"visibility": "frontend",
|
|
125
|
-
"type": "boolean"
|
|
126
|
-
}
|
|
127
|
-
}
|
|
128
|
-
}
|
|
129
|
-
},
|
|
130
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
131
|
-
},
|
|
132
|
-
"packageName": "@backstage/plugin-permission-common"
|
|
133
|
-
},
|
|
134
109
|
{
|
|
135
110
|
"path": "../core-components/config.d.ts",
|
|
136
111
|
"value": {
|
|
@@ -1258,6 +1233,31 @@
|
|
|
1258
1233
|
},
|
|
1259
1234
|
"packageName": "@backstage/plugin-catalog"
|
|
1260
1235
|
},
|
|
1236
|
+
{
|
|
1237
|
+
"path": "../../plugins/permission-common/config.d.ts",
|
|
1238
|
+
"value": {
|
|
1239
|
+
"type": "object",
|
|
1240
|
+
"properties": {
|
|
1241
|
+
"permission": {
|
|
1242
|
+
"description": "Configuration options for Backstage permissions and authorization",
|
|
1243
|
+
"type": "object",
|
|
1244
|
+
"properties": {
|
|
1245
|
+
"enabled": {
|
|
1246
|
+
"description": "Whether authorization is enabled in Backstage. Defaults to false, which means authorization\nrequests will be automatically allowed without invoking the authorization policy.",
|
|
1247
|
+
"visibility": "frontend",
|
|
1248
|
+
"type": "boolean"
|
|
1249
|
+
},
|
|
1250
|
+
"EXPERIMENTAL_enableBatchedRequests": {
|
|
1251
|
+
"visibility": "frontend",
|
|
1252
|
+
"type": "boolean"
|
|
1253
|
+
}
|
|
1254
|
+
}
|
|
1255
|
+
}
|
|
1256
|
+
},
|
|
1257
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1258
|
+
},
|
|
1259
|
+
"packageName": "@backstage/plugin-permission-common"
|
|
1260
|
+
},
|
|
1261
1261
|
{
|
|
1262
1262
|
"path": "../backend-plugin-api/config.d.ts",
|
|
1263
1263
|
"value": {
|
package/dist/package.json.cjs.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@techdocs/cli",
|
|
3
|
-
"version": "0.0.0-nightly-
|
|
3
|
+
"version": "0.0.0-nightly-20251201025645",
|
|
4
4
|
"description": "Utility CLI for managing TechDocs sites in Backstage.",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "cli"
|
|
@@ -44,11 +44,11 @@
|
|
|
44
44
|
"watch": "./src"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@backstage/backend-defaults": "0.0.0-nightly-
|
|
47
|
+
"@backstage/backend-defaults": "0.0.0-nightly-20251201025645",
|
|
48
48
|
"@backstage/catalog-model": "1.7.6",
|
|
49
|
-
"@backstage/cli-common": "0.0.0-nightly-
|
|
49
|
+
"@backstage/cli-common": "0.0.0-nightly-20251201025645",
|
|
50
50
|
"@backstage/config": "1.3.6",
|
|
51
|
-
"@backstage/plugin-techdocs-node": "0.0.0-nightly-
|
|
51
|
+
"@backstage/plugin-techdocs-node": "0.0.0-nightly-20251201025645",
|
|
52
52
|
"commander": "^12.0.0",
|
|
53
53
|
"fs-extra": "^11.0.0",
|
|
54
54
|
"global-agent": "^3.0.0",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"winston": "^3.2.1"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
|
-
"@backstage/cli": "0.0.0-nightly-
|
|
61
|
+
"@backstage/cli": "0.0.0-nightly-20251201025645",
|
|
62
62
|
"@types/commander": "^2.12.2",
|
|
63
63
|
"@types/fs-extra": "^11.0.0",
|
|
64
64
|
"@types/http-proxy": "^1.17.4",
|