@techdocs/cli 0.0.0-nightly-20251022024054 → 0.0.0-nightly-20251023023850

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-20251022024054
3
+ ## 0.0.0-nightly-20251023023850
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - c2a2017: Fix for missing styles due to move to BUI.
8
8
  - Updated dependencies
9
- - @backstage/backend-defaults@0.0.0-nightly-20251022024054
10
- - @backstage/plugin-techdocs-node@0.0.0-nightly-20251022024054
11
- - @backstage/config@0.0.0-nightly-20251022024054
12
- - @backstage/catalog-model@0.0.0-nightly-20251022024054
9
+ - @backstage/backend-defaults@0.0.0-nightly-20251023023850
10
+ - @backstage/plugin-techdocs-node@0.0.0-nightly-20251023023850
11
+ - @backstage/config@0.0.0-nightly-20251023023850
12
+ - @backstage/catalog-model@0.0.0-nightly-20251023023850
13
13
  - @backstage/cli-common@0.1.15
14
14
 
15
15
  ## 1.10.1-next.0
@@ -1275,52 +1275,6 @@
1275
1275
  },
1276
1276
  "packageName": "@backstage/backend-plugin-api"
1277
1277
  },
1278
- {
1279
- "path": "../../plugins/auth-backend-module-guest-provider/config.d.ts",
1280
- "value": {
1281
- "type": "object",
1282
- "properties": {
1283
- "auth": {
1284
- "description": "Configuration options for the auth plugin",
1285
- "type": "object",
1286
- "properties": {
1287
- "providers": {
1288
- "type": "object",
1289
- "properties": {
1290
- "guest": {
1291
- "type": "object",
1292
- "properties": {
1293
- "userEntityRef": {
1294
- "description": "The entity reference to use for the guest user.",
1295
- "default": "user:development/guest",
1296
- "type": "string"
1297
- },
1298
- "ownershipEntityRefs": {
1299
- "description": "A list of entity references to user for ownership of the guest user if the user\n is not found in the catalog.",
1300
- "default": "[userEntityRef]",
1301
- "type": "array",
1302
- "items": {
1303
- "type": "string"
1304
- }
1305
- },
1306
- "dangerouslyAllowOutsideDevelopment": {
1307
- "description": "Allow users to sign in with the guest provider outside of their development environments.",
1308
- "type": "boolean"
1309
- }
1310
- }
1311
- }
1312
- }
1313
- }
1314
- },
1315
- "required": [
1316
- "providers"
1317
- ]
1318
- }
1319
- },
1320
- "$schema": "http://json-schema.org/draft-07/schema#"
1321
- },
1322
- "packageName": "@backstage/plugin-auth-backend-module-guest-provider"
1323
- },
1324
1278
  {
1325
1279
  "path": "../../plugins/auth-backend/config.d.ts",
1326
1280
  "value": {
@@ -1456,6 +1410,52 @@
1456
1410
  },
1457
1411
  "packageName": "@backstage/plugin-auth-backend"
1458
1412
  },
1413
+ {
1414
+ "path": "../../plugins/auth-backend-module-guest-provider/config.d.ts",
1415
+ "value": {
1416
+ "type": "object",
1417
+ "properties": {
1418
+ "auth": {
1419
+ "description": "Configuration options for the auth plugin",
1420
+ "type": "object",
1421
+ "properties": {
1422
+ "providers": {
1423
+ "type": "object",
1424
+ "properties": {
1425
+ "guest": {
1426
+ "type": "object",
1427
+ "properties": {
1428
+ "userEntityRef": {
1429
+ "description": "The entity reference to use for the guest user.",
1430
+ "default": "user:development/guest",
1431
+ "type": "string"
1432
+ },
1433
+ "ownershipEntityRefs": {
1434
+ "description": "A list of entity references to user for ownership of the guest user if the user\n is not found in the catalog.",
1435
+ "default": "[userEntityRef]",
1436
+ "type": "array",
1437
+ "items": {
1438
+ "type": "string"
1439
+ }
1440
+ },
1441
+ "dangerouslyAllowOutsideDevelopment": {
1442
+ "description": "Allow users to sign in with the guest provider outside of their development environments.",
1443
+ "type": "boolean"
1444
+ }
1445
+ }
1446
+ }
1447
+ }
1448
+ }
1449
+ },
1450
+ "required": [
1451
+ "providers"
1452
+ ]
1453
+ }
1454
+ },
1455
+ "$schema": "http://json-schema.org/draft-07/schema#"
1456
+ },
1457
+ "packageName": "@backstage/plugin-auth-backend-module-guest-provider"
1458
+ },
1459
1459
  {
1460
1460
  "path": "../backend-app-api/config.d.ts",
1461
1461
  "value": {
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var version = "0.0.0-nightly-20251022024054";
3
+ var version = "0.0.0-nightly-20251023023850";
4
4
 
5
5
  exports.version = version;
6
6
  //# sourceMappingURL=package.json.cjs.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@techdocs/cli",
3
- "version": "0.0.0-nightly-20251022024054",
3
+ "version": "0.0.0-nightly-20251023023850",
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-20251022024054",
48
- "@backstage/catalog-model": "0.0.0-nightly-20251022024054",
47
+ "@backstage/backend-defaults": "0.0.0-nightly-20251023023850",
48
+ "@backstage/catalog-model": "0.0.0-nightly-20251023023850",
49
49
  "@backstage/cli-common": "0.1.15",
50
- "@backstage/config": "0.0.0-nightly-20251022024054",
51
- "@backstage/plugin-techdocs-node": "0.0.0-nightly-20251022024054",
50
+ "@backstage/config": "0.0.0-nightly-20251023023850",
51
+ "@backstage/plugin-techdocs-node": "0.0.0-nightly-20251023023850",
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-20251022024054",
61
+ "@backstage/cli": "0.0.0-nightly-20251023023850",
62
62
  "@types/commander": "^2.12.2",
63
63
  "@types/fs-extra": "^11.0.0",
64
64
  "@types/http-proxy": "^1.17.4",