@techdocs/cli 0.0.0-nightly-20260102024955 → 0.0.0-nightly-20260103024419
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,15 +1,15 @@
|
|
|
1
1
|
# @techdocs/cli
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20260103024419
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- Updated dependencies
|
|
8
|
-
- @backstage/backend-defaults@0.0.0-nightly-
|
|
8
|
+
- @backstage/backend-defaults@0.0.0-nightly-20260103024419
|
|
9
9
|
- @backstage/catalog-model@1.7.6
|
|
10
10
|
- @backstage/cli-common@0.1.16
|
|
11
11
|
- @backstage/config@1.3.6
|
|
12
|
-
- @backstage/plugin-techdocs-node@0.0.0-nightly-
|
|
12
|
+
- @backstage/plugin-techdocs-node@0.0.0-nightly-20260103024419
|
|
13
13
|
|
|
14
14
|
## 1.10.4-next.1
|
|
15
15
|
|
|
@@ -1291,6 +1291,52 @@
|
|
|
1291
1291
|
},
|
|
1292
1292
|
"packageName": "@backstage/backend-plugin-api"
|
|
1293
1293
|
},
|
|
1294
|
+
{
|
|
1295
|
+
"path": "../../plugins/auth-backend-module-guest-provider/config.d.ts",
|
|
1296
|
+
"value": {
|
|
1297
|
+
"type": "object",
|
|
1298
|
+
"properties": {
|
|
1299
|
+
"auth": {
|
|
1300
|
+
"description": "Configuration options for the auth plugin",
|
|
1301
|
+
"type": "object",
|
|
1302
|
+
"properties": {
|
|
1303
|
+
"providers": {
|
|
1304
|
+
"type": "object",
|
|
1305
|
+
"properties": {
|
|
1306
|
+
"guest": {
|
|
1307
|
+
"type": "object",
|
|
1308
|
+
"properties": {
|
|
1309
|
+
"userEntityRef": {
|
|
1310
|
+
"description": "The entity reference to use for the guest user.",
|
|
1311
|
+
"default": "user:development/guest",
|
|
1312
|
+
"type": "string"
|
|
1313
|
+
},
|
|
1314
|
+
"ownershipEntityRefs": {
|
|
1315
|
+
"description": "A list of entity references to user for ownership of the guest user if the user\n is not found in the catalog.",
|
|
1316
|
+
"default": "[userEntityRef]",
|
|
1317
|
+
"type": "array",
|
|
1318
|
+
"items": {
|
|
1319
|
+
"type": "string"
|
|
1320
|
+
}
|
|
1321
|
+
},
|
|
1322
|
+
"dangerouslyAllowOutsideDevelopment": {
|
|
1323
|
+
"description": "Allow users to sign in with the guest provider outside of their development environments.",
|
|
1324
|
+
"type": "boolean"
|
|
1325
|
+
}
|
|
1326
|
+
}
|
|
1327
|
+
}
|
|
1328
|
+
}
|
|
1329
|
+
}
|
|
1330
|
+
},
|
|
1331
|
+
"required": [
|
|
1332
|
+
"providers"
|
|
1333
|
+
]
|
|
1334
|
+
}
|
|
1335
|
+
},
|
|
1336
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1337
|
+
},
|
|
1338
|
+
"packageName": "@backstage/plugin-auth-backend-module-guest-provider"
|
|
1339
|
+
},
|
|
1294
1340
|
{
|
|
1295
1341
|
"path": "../../plugins/auth-backend/config.d.ts",
|
|
1296
1342
|
"value": {
|
|
@@ -1446,52 +1492,6 @@
|
|
|
1446
1492
|
},
|
|
1447
1493
|
"packageName": "@backstage/plugin-auth-backend"
|
|
1448
1494
|
},
|
|
1449
|
-
{
|
|
1450
|
-
"path": "../../plugins/auth-backend-module-guest-provider/config.d.ts",
|
|
1451
|
-
"value": {
|
|
1452
|
-
"type": "object",
|
|
1453
|
-
"properties": {
|
|
1454
|
-
"auth": {
|
|
1455
|
-
"description": "Configuration options for the auth plugin",
|
|
1456
|
-
"type": "object",
|
|
1457
|
-
"properties": {
|
|
1458
|
-
"providers": {
|
|
1459
|
-
"type": "object",
|
|
1460
|
-
"properties": {
|
|
1461
|
-
"guest": {
|
|
1462
|
-
"type": "object",
|
|
1463
|
-
"properties": {
|
|
1464
|
-
"userEntityRef": {
|
|
1465
|
-
"description": "The entity reference to use for the guest user.",
|
|
1466
|
-
"default": "user:development/guest",
|
|
1467
|
-
"type": "string"
|
|
1468
|
-
},
|
|
1469
|
-
"ownershipEntityRefs": {
|
|
1470
|
-
"description": "A list of entity references to user for ownership of the guest user if the user\n is not found in the catalog.",
|
|
1471
|
-
"default": "[userEntityRef]",
|
|
1472
|
-
"type": "array",
|
|
1473
|
-
"items": {
|
|
1474
|
-
"type": "string"
|
|
1475
|
-
}
|
|
1476
|
-
},
|
|
1477
|
-
"dangerouslyAllowOutsideDevelopment": {
|
|
1478
|
-
"description": "Allow users to sign in with the guest provider outside of their development environments.",
|
|
1479
|
-
"type": "boolean"
|
|
1480
|
-
}
|
|
1481
|
-
}
|
|
1482
|
-
}
|
|
1483
|
-
}
|
|
1484
|
-
}
|
|
1485
|
-
},
|
|
1486
|
-
"required": [
|
|
1487
|
-
"providers"
|
|
1488
|
-
]
|
|
1489
|
-
}
|
|
1490
|
-
},
|
|
1491
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1492
|
-
},
|
|
1493
|
-
"packageName": "@backstage/plugin-auth-backend-module-guest-provider"
|
|
1494
|
-
},
|
|
1495
1495
|
{
|
|
1496
1496
|
"path": "../backend-app-api/config.d.ts",
|
|
1497
1497
|
"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-20260103024419",
|
|
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-20260103024419",
|
|
48
48
|
"@backstage/catalog-model": "1.7.6",
|
|
49
49
|
"@backstage/cli-common": "0.1.16",
|
|
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-20260103024419",
|
|
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-20260103024419",
|
|
62
62
|
"@types/commander": "^2.12.2",
|
|
63
63
|
"@types/fs-extra": "^11.0.0",
|
|
64
64
|
"@types/http-proxy": "^1.17.4",
|