@techdocs/cli 0.0.0-nightly-20250201023026 → 0.0.0-nightly-20250202023016

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,6 +1,6 @@
1
1
  # @techdocs/cli
2
2
 
3
- ## 0.0.0-nightly-20250201023026
3
+ ## 0.0.0-nightly-20250202023016
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -10,8 +10,8 @@
10
10
 
11
11
  - 69f84ac: Internal update to work with dynamic imports.
12
12
  - Updated dependencies
13
- - @backstage/backend-defaults@0.0.0-nightly-20250201023026
14
- - @backstage/plugin-techdocs-node@0.0.0-nightly-20250201023026
13
+ - @backstage/backend-defaults@0.0.0-nightly-20250202023016
14
+ - @backstage/plugin-techdocs-node@0.0.0-nightly-20250202023016
15
15
  - @backstage/catalog-model@1.7.3
16
16
  - @backstage/cli-common@0.1.15
17
17
  - @backstage/config@1.3.2
@@ -1135,6 +1135,52 @@
1135
1135
  },
1136
1136
  "packageName": "@backstage/backend-plugin-api"
1137
1137
  },
1138
+ {
1139
+ "path": "../../plugins/auth-backend-module-guest-provider/config.d.ts",
1140
+ "value": {
1141
+ "type": "object",
1142
+ "properties": {
1143
+ "auth": {
1144
+ "description": "Configuration options for the auth plugin",
1145
+ "type": "object",
1146
+ "properties": {
1147
+ "providers": {
1148
+ "type": "object",
1149
+ "properties": {
1150
+ "guest": {
1151
+ "type": "object",
1152
+ "properties": {
1153
+ "userEntityRef": {
1154
+ "description": "The entity reference to use for the guest user.",
1155
+ "default": "user:development/guest",
1156
+ "type": "string"
1157
+ },
1158
+ "ownershipEntityRefs": {
1159
+ "description": "A list of entity references to user for ownership of the guest user if the user\n is not found in the catalog.",
1160
+ "default": "[userEntityRef]",
1161
+ "type": "array",
1162
+ "items": {
1163
+ "type": "string"
1164
+ }
1165
+ },
1166
+ "dangerouslyAllowOutsideDevelopment": {
1167
+ "description": "Allow users to sign in with the guest provider outside of their development environments.",
1168
+ "type": "boolean"
1169
+ }
1170
+ }
1171
+ }
1172
+ }
1173
+ }
1174
+ },
1175
+ "required": [
1176
+ "providers"
1177
+ ]
1178
+ }
1179
+ },
1180
+ "$schema": "http://json-schema.org/draft-07/schema#"
1181
+ },
1182
+ "packageName": "@backstage/plugin-auth-backend-module-guest-provider"
1183
+ },
1138
1184
  {
1139
1185
  "path": "../../plugins/auth-backend/config.d.ts",
1140
1186
  "value": {
@@ -1393,52 +1439,6 @@
1393
1439
  },
1394
1440
  "packageName": "@backstage/plugin-auth-backend"
1395
1441
  },
1396
- {
1397
- "path": "../../plugins/auth-backend-module-guest-provider/config.d.ts",
1398
- "value": {
1399
- "type": "object",
1400
- "properties": {
1401
- "auth": {
1402
- "description": "Configuration options for the auth plugin",
1403
- "type": "object",
1404
- "properties": {
1405
- "providers": {
1406
- "type": "object",
1407
- "properties": {
1408
- "guest": {
1409
- "type": "object",
1410
- "properties": {
1411
- "userEntityRef": {
1412
- "description": "The entity reference to use for the guest user.",
1413
- "default": "user:development/guest",
1414
- "type": "string"
1415
- },
1416
- "ownershipEntityRefs": {
1417
- "description": "A list of entity references to user for ownership of the guest user if the user\n is not found in the catalog.",
1418
- "default": "[userEntityRef]",
1419
- "type": "array",
1420
- "items": {
1421
- "type": "string"
1422
- }
1423
- },
1424
- "dangerouslyAllowOutsideDevelopment": {
1425
- "description": "Allow users to sign in with the guest provider outside of their development environments.",
1426
- "type": "boolean"
1427
- }
1428
- }
1429
- }
1430
- }
1431
- }
1432
- },
1433
- "required": [
1434
- "providers"
1435
- ]
1436
- }
1437
- },
1438
- "$schema": "http://json-schema.org/draft-07/schema#"
1439
- },
1440
- "packageName": "@backstage/plugin-auth-backend-module-guest-provider"
1441
- },
1442
1442
  {
1443
1443
  "path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/core-components/config.d.ts",
1444
1444
  "value": {
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var version = "0.0.0-nightly-20250201023026";
3
+ var version = "0.0.0-nightly-20250202023016";
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-20250201023026",
3
+ "version": "0.0.0-nightly-20250202023016",
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-20250201023026",
47
+ "@backstage/backend-defaults": "0.0.0-nightly-20250202023016",
48
48
  "@backstage/catalog-model": "1.7.3",
49
49
  "@backstage/cli-common": "0.1.15",
50
50
  "@backstage/config": "1.3.2",
51
- "@backstage/plugin-techdocs-node": "0.0.0-nightly-20250201023026",
51
+ "@backstage/plugin-techdocs-node": "0.0.0-nightly-20250202023016",
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-20250201023026",
61
+ "@backstage/cli": "0.0.0-nightly-20250202023016",
62
62
  "@types/commander": "^2.12.2",
63
63
  "@types/fs-extra": "^11.0.0",
64
64
  "@types/http-proxy": "^1.17.4",