@techdocs/cli 0.0.0-nightly-20250928024223 → 0.0.0-nightly-20250930023828

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-20250928024223
3
+ ## 0.0.0-nightly-20250930023828
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-defaults@0.0.0-nightly-20250928024223
9
- - @backstage/config@0.0.0-nightly-20250928024223
10
- - @backstage/plugin-techdocs-node@0.0.0-nightly-20250928024223
8
+ - @backstage/backend-defaults@0.0.0-nightly-20250930023828
9
+ - @backstage/config@0.0.0-nightly-20250930023828
10
+ - @backstage/plugin-techdocs-node@0.0.0-nightly-20250930023828
11
11
  - @backstage/catalog-model@1.7.5
12
12
  - @backstage/cli-common@0.1.15
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-app-api/config.d.ts",
136
111
  "value": {
@@ -358,6 +333,31 @@
358
333
  },
359
334
  "packageName": "@backstage/core-app-api"
360
335
  },
336
+ {
337
+ "path": "../../plugins/permission-common/config.d.ts",
338
+ "value": {
339
+ "type": "object",
340
+ "properties": {
341
+ "permission": {
342
+ "description": "Configuration options for Backstage permissions and authorization",
343
+ "type": "object",
344
+ "properties": {
345
+ "enabled": {
346
+ "description": "Whether authorization is enabled in Backstage. Defaults to false, which means authorization\nrequests will be automatically allowed without invoking the authorization policy.",
347
+ "visibility": "frontend",
348
+ "type": "boolean"
349
+ },
350
+ "EXPERIMENTAL_enableBatchedRequests": {
351
+ "visibility": "frontend",
352
+ "type": "boolean"
353
+ }
354
+ }
355
+ }
356
+ },
357
+ "$schema": "http://json-schema.org/draft-07/schema#"
358
+ },
359
+ "packageName": "@backstage/plugin-permission-common"
360
+ },
361
361
  {
362
362
  "path": "../core-components/config.d.ts",
363
363
  "value": {
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var version = "0.0.0-nightly-20250928024223";
3
+ var version = "0.0.0-nightly-20250930023828";
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-20250928024223",
3
+ "version": "0.0.0-nightly-20250930023828",
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-20250928024223",
47
+ "@backstage/backend-defaults": "0.0.0-nightly-20250930023828",
48
48
  "@backstage/catalog-model": "1.7.5",
49
49
  "@backstage/cli-common": "0.1.15",
50
- "@backstage/config": "0.0.0-nightly-20250928024223",
51
- "@backstage/plugin-techdocs-node": "0.0.0-nightly-20250928024223",
50
+ "@backstage/config": "0.0.0-nightly-20250930023828",
51
+ "@backstage/plugin-techdocs-node": "0.0.0-nightly-20250930023828",
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-20250928024223",
61
+ "@backstage/cli": "0.0.0-nightly-20250930023828",
62
62
  "@types/commander": "^2.12.2",
63
63
  "@types/fs-extra": "^11.0.0",
64
64
  "@types/http-proxy": "^1.17.4",