@backstage/plugin-techdocs-backend 0.13.1 → 0.13.3

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +43 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,48 @@
1
1
  # @backstage/plugin-techdocs-backend
2
2
 
3
+ ## 0.13.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 2441d1cf59: chore(deps): bump `knex` from 0.95.6 to 1.0.2
8
+
9
+ This also replaces `sqlite3` with `@vscode/sqlite3` 5.0.7
10
+
11
+ - Updated dependencies
12
+ - @backstage/catalog-client@0.6.0
13
+ - @backstage/backend-common@0.10.7
14
+ - @backstage/techdocs-common@0.11.7
15
+
16
+ ## 0.13.3-next.0
17
+
18
+ ### Patch Changes
19
+
20
+ - 2441d1cf59: chore(deps): bump `knex` from 0.95.6 to 1.0.2
21
+
22
+ This also replaces `sqlite3` with `@vscode/sqlite3` 5.0.7
23
+
24
+ - Updated dependencies
25
+ - @backstage/backend-common@0.10.7-next.0
26
+ - @backstage/techdocs-common@0.11.7-next.0
27
+
28
+ ## 0.13.2
29
+
30
+ ### Patch Changes
31
+
32
+ - Updated dependencies
33
+ - @backstage/plugin-catalog-common@0.1.2
34
+ - @backstage/backend-common@0.10.6
35
+ - @backstage/techdocs-common@0.11.6
36
+
37
+ ## 0.13.2-next.0
38
+
39
+ ### Patch Changes
40
+
41
+ - Updated dependencies
42
+ - @backstage/plugin-catalog-common@0.1.2-next.0
43
+ - @backstage/backend-common@0.10.6-next.0
44
+ - @backstage/techdocs-common@0.11.6-next.0
45
+
3
46
  ## 0.13.1
4
47
 
5
48
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs-backend",
3
3
  "description": "The Backstage backend plugin that renders technical documentation for your components",
4
- "version": "0.13.1",
4
+ "version": "0.13.3",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -31,30 +31,30 @@
31
31
  "clean": "backstage-cli clean"
32
32
  },
33
33
  "dependencies": {
34
- "@backstage/backend-common": "^0.10.5",
35
- "@backstage/catalog-client": "^0.5.5",
34
+ "@backstage/backend-common": "^0.10.7",
35
+ "@backstage/catalog-client": "^0.6.0",
36
36
  "@backstage/catalog-model": "^0.9.10",
37
37
  "@backstage/config": "^0.1.13",
38
38
  "@backstage/errors": "^0.2.0",
39
39
  "@backstage/integration": "^0.7.2",
40
- "@backstage/plugin-catalog-common": "^0.1.1-next.0",
40
+ "@backstage/plugin-catalog-common": "^0.1.2",
41
41
  "@backstage/search-common": "^0.2.2",
42
- "@backstage/techdocs-common": "^0.11.5",
42
+ "@backstage/techdocs-common": "^0.11.7",
43
43
  "@types/express": "^4.17.6",
44
44
  "cross-fetch": "^3.0.6",
45
45
  "dockerode": "^3.3.1",
46
46
  "express": "^4.17.1",
47
47
  "express-promise-router": "^4.1.0",
48
48
  "fs-extra": "9.1.0",
49
- "knex": "^0.95.1",
49
+ "knex": "^1.0.2",
50
50
  "lodash": "^4.17.21",
51
51
  "node-fetch": "^2.6.1",
52
52
  "p-limit": "^3.1.0",
53
53
  "winston": "^3.2.1"
54
54
  },
55
55
  "devDependencies": {
56
- "@backstage/cli": "^0.13.0",
57
- "@backstage/test-utils": "^0.2.3",
56
+ "@backstage/cli": "^0.13.2",
57
+ "@backstage/test-utils": "^0.2.4",
58
58
  "@types/dockerode": "^3.3.0",
59
59
  "msw": "^0.35.0",
60
60
  "supertest": "^6.1.3"
@@ -64,5 +64,5 @@
64
64
  "config.d.ts"
65
65
  ],
66
66
  "configSchema": "config.d.ts",
67
- "gitHead": "493394603a2c47ea1d141159af9bc7bb84fac9e5"
67
+ "gitHead": "4f4bc77a4152d372b10a4e8d97d92f00e23f3b56"
68
68
  }