@techdocs/cli 0.0.0-nightly-20231003021244 → 0.0.0-nightly-20231004021350

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,18 +1,29 @@
1
1
  # @techdocs/cli
2
2
 
3
- ## 0.0.0-nightly-20231003021244
3
+ ## 0.0.0-nightly-20231004021350
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - de42eebaafc5: Bumped dev dependencies `@types/node` and `mock-fs`.
8
8
  - 2b6e5720515c: Restructured tests.
9
9
  - Updated dependencies
10
- - @backstage/cli-common@0.0.0-nightly-20231003021244
11
- - @backstage/backend-common@0.0.0-nightly-20231003021244
12
- - @backstage/plugin-techdocs-node@0.0.0-nightly-20231003021244
10
+ - @backstage/backend-common@0.0.0-nightly-20231004021350
11
+ - @backstage/cli-common@0.0.0-nightly-20231004021350
12
+ - @backstage/plugin-techdocs-node@0.0.0-nightly-20231004021350
13
13
  - @backstage/config@1.1.0
14
14
  - @backstage/catalog-model@1.4.2
15
15
 
16
+ ## 1.5.2-next.1
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies
21
+ - @backstage/backend-common@0.19.7-next.1
22
+ - @backstage/plugin-techdocs-node@1.8.2-next.1
23
+ - @backstage/config@1.1.0
24
+ - @backstage/catalog-model@1.4.2
25
+ - @backstage/cli-common@0.1.13-next.0
26
+
16
27
  ## 1.5.2-next.0
17
28
 
18
29
  ### Patch Changes
@@ -1274,7 +1274,20 @@
1274
1274
  "database",
1275
1275
  "listen"
1276
1276
  ]
1277
- },
1277
+ }
1278
+ },
1279
+ "required": [
1280
+ "app",
1281
+ "backend"
1282
+ ],
1283
+ "$schema": "http://json-schema.org/draft-07/schema#"
1284
+ }
1285
+ },
1286
+ {
1287
+ "path": "../backend-app-api/config.d.ts",
1288
+ "value": {
1289
+ "type": "object",
1290
+ "properties": {
1278
1291
  "discovery": {
1279
1292
  "description": "Discovery options.",
1280
1293
  "type": "object",
@@ -1328,10 +1341,6 @@
1328
1341
  ]
1329
1342
  }
1330
1343
  },
1331
- "required": [
1332
- "app",
1333
- "backend"
1334
- ],
1335
1344
  "$schema": "http://json-schema.org/draft-07/schema#"
1336
1345
  }
1337
1346
  },
package/dist/index.cjs.js CHANGED
@@ -209,7 +209,7 @@ function lazy(getActionFunc) {
209
209
  };
210
210
  }
211
211
 
212
- var version = "1.5.2-next.0";
212
+ var version = "1.5.2-next.1";
213
213
 
214
214
  const main = (argv) => {
215
215
  commander.program.name("techdocs-cli").version(version);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@techdocs/cli",
3
3
  "description": "Utility CLI for managing TechDocs sites in Backstage.",
4
- "version": "0.0.0-nightly-20231003021244",
4
+ "version": "0.0.0-nightly-20231004021350",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -35,7 +35,7 @@
35
35
  "techdocs-cli": "bin/techdocs-cli"
36
36
  },
37
37
  "devDependencies": {
38
- "@backstage/cli": "^0.0.0-nightly-20231003021244",
38
+ "@backstage/cli": "^0.0.0-nightly-20231004021350",
39
39
  "@types/commander": "^2.12.2",
40
40
  "@types/fs-extra": "^9.0.6",
41
41
  "@types/http-proxy": "^1.17.4",
@@ -57,11 +57,11 @@
57
57
  "ext": "ts"
58
58
  },
59
59
  "dependencies": {
60
- "@backstage/backend-common": "^0.0.0-nightly-20231003021244",
60
+ "@backstage/backend-common": "^0.0.0-nightly-20231004021350",
61
61
  "@backstage/catalog-model": "^1.4.2",
62
- "@backstage/cli-common": "^0.0.0-nightly-20231003021244",
62
+ "@backstage/cli-common": "^0.0.0-nightly-20231004021350",
63
63
  "@backstage/config": "^1.1.0",
64
- "@backstage/plugin-techdocs-node": "^0.0.0-nightly-20231003021244",
64
+ "@backstage/plugin-techdocs-node": "^0.0.0-nightly-20231004021350",
65
65
  "@types/dockerode": "^3.3.0",
66
66
  "commander": "^9.1.0",
67
67
  "dockerode": "^3.3.1",