@backstage/plugin-techdocs-backend 1.10.4 → 1.10.5-next.0

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,5 +1,22 @@
1
1
  # @backstage/plugin-techdocs-backend
2
2
 
3
+ ## 1.10.5-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/catalog-model@1.5.0-next.0
9
+ - @backstage/backend-common@0.21.8-next.0
10
+ - @backstage/backend-plugin-api@0.6.18-next.0
11
+ - @backstage/catalog-client@1.6.5-next.0
12
+ - @backstage/plugin-catalog-common@1.0.23-next.0
13
+ - @backstage/plugin-search-backend-module-techdocs@0.1.23-next.0
14
+ - @backstage/plugin-techdocs-node@1.12.4-next.0
15
+ - @backstage/config@1.2.0
16
+ - @backstage/errors@1.2.4
17
+ - @backstage/integration@1.10.0
18
+ - @backstage/plugin-permission-common@0.7.13
19
+
3
20
  ## 1.10.4
4
21
 
5
22
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs-backend",
3
- "version": "1.10.4",
3
+ "version": "1.10.5-next.0",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
package/dist/index.cjs.js CHANGED
@@ -561,7 +561,7 @@ class CachedEntityLoader {
561
561
  var __defProp$1 = Object.defineProperty;
562
562
  var __defNormalProp$1 = (obj, key, value) => key in obj ? __defProp$1(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
563
563
  var __publicField$1 = (obj, key, value) => {
564
- __defNormalProp$1(obj, typeof key !== "symbol" ? key + "" : key, value);
564
+ __defNormalProp$1(obj, key + "" , value);
565
565
  return value;
566
566
  };
567
567
  class DefaultDocsBuildStrategy {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs-backend",
3
- "version": "1.10.4",
3
+ "version": "1.10.5-next.0",
4
4
  "description": "The Backstage backend plugin that renders technical documentation for your components",
5
5
  "backstage": {
6
6
  "role": "backend-plugin"
@@ -49,17 +49,17 @@
49
49
  "test": "backstage-cli package test"
50
50
  },
51
51
  "dependencies": {
52
- "@backstage/backend-common": "^0.21.7",
53
- "@backstage/backend-plugin-api": "^0.6.17",
54
- "@backstage/catalog-client": "^1.6.4",
55
- "@backstage/catalog-model": "^1.4.5",
52
+ "@backstage/backend-common": "^0.21.8-next.0",
53
+ "@backstage/backend-plugin-api": "^0.6.18-next.0",
54
+ "@backstage/catalog-client": "^1.6.5-next.0",
55
+ "@backstage/catalog-model": "^1.5.0-next.0",
56
56
  "@backstage/config": "^1.2.0",
57
57
  "@backstage/errors": "^1.2.4",
58
58
  "@backstage/integration": "^1.10.0",
59
- "@backstage/plugin-catalog-common": "^1.0.22",
59
+ "@backstage/plugin-catalog-common": "^1.0.23-next.0",
60
60
  "@backstage/plugin-permission-common": "^0.7.13",
61
- "@backstage/plugin-search-backend-module-techdocs": "^0.1.22",
62
- "@backstage/plugin-techdocs-node": "^1.12.3",
61
+ "@backstage/plugin-search-backend-module-techdocs": "^0.1.23-next.0",
62
+ "@backstage/plugin-techdocs-node": "^1.12.4-next.0",
63
63
  "@types/express": "^4.17.6",
64
64
  "dockerode": "^4.0.0",
65
65
  "express": "^4.17.1",
@@ -72,8 +72,8 @@
72
72
  "winston": "^3.2.1"
73
73
  },
74
74
  "devDependencies": {
75
- "@backstage/backend-test-utils": "^0.3.7",
76
- "@backstage/cli": "^0.26.3",
75
+ "@backstage/backend-test-utils": "^0.3.8-next.0",
76
+ "@backstage/cli": "^0.26.5-next.0",
77
77
  "@types/dockerode": "^3.3.0",
78
78
  "msw": "^1.0.0",
79
79
  "supertest": "^6.1.3"