@backstage-community/plugin-tech-insights-backend 0.5.33 → 0.5.34

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,14 @@
1
1
  # @backstage-community/plugin-tech-insights-backend
2
2
 
3
+ ## 0.5.34
4
+
5
+ ### Patch Changes
6
+
7
+ - cbad35a: Updated dependencies.
8
+ - Updated dependencies [cbad35a]
9
+ - @backstage-community/plugin-tech-insights-common@0.2.14
10
+ - @backstage-community/plugin-tech-insights-node@0.6.3
11
+
3
12
  ## 0.5.33
4
13
 
5
14
  ### Patch Changes
package/dist/index.cjs.js CHANGED
@@ -188,7 +188,7 @@ const techdocsFactRetriever = {
188
188
  var __defProp$1 = Object.defineProperty;
189
189
  var __defNormalProp$1 = (obj, key, value) => key in obj ? __defProp$1(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
190
190
  var __publicField$1 = (obj, key, value) => {
191
- __defNormalProp$1(obj, typeof key !== "symbol" ? key + "" : key, value);
191
+ __defNormalProp$1(obj, key + "" , value);
192
192
  return value;
193
193
  };
194
194
  class TechInsightsDatabase {
@@ -585,7 +585,7 @@ class DefaultFactRetrieverEngine {
585
585
  var __defProp = Object.defineProperty;
586
586
  var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
587
587
  var __publicField = (obj, key, value) => {
588
- __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
588
+ __defNormalProp(obj, key + "" , value);
589
589
  return value;
590
590
  };
591
591
  class DefaultFactRetrieverRegistry {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage-community/plugin-tech-insights-backend",
3
- "version": "0.5.33",
3
+ "version": "0.5.34",
4
4
  "backstage": {
5
5
  "role": "backend-plugin"
6
6
  },
@@ -38,13 +38,13 @@
38
38
  "test": "backstage-cli package test"
39
39
  },
40
40
  "dependencies": {
41
- "@backstage-community/plugin-tech-insights-common": "^0.2.13",
42
- "@backstage-community/plugin-tech-insights-node": "^0.6.2",
43
- "@backstage/backend-common": "^0.21.7",
44
- "@backstage/backend-plugin-api": "^0.6.17",
45
- "@backstage/backend-tasks": "^0.5.22",
46
- "@backstage/catalog-client": "^1.6.4",
47
- "@backstage/catalog-model": "^1.4.5",
41
+ "@backstage-community/plugin-tech-insights-common": "^0.2.14",
42
+ "@backstage-community/plugin-tech-insights-node": "^0.6.3",
43
+ "@backstage/backend-common": "^0.22.0",
44
+ "@backstage/backend-plugin-api": "^0.6.18",
45
+ "@backstage/backend-tasks": "^0.5.23",
46
+ "@backstage/catalog-client": "^1.6.5",
47
+ "@backstage/catalog-model": "^1.5.0",
48
48
  "@backstage/config": "^1.2.0",
49
49
  "@backstage/errors": "^1.2.4",
50
50
  "@backstage/types": "^1.1.1",
@@ -60,8 +60,8 @@
60
60
  "yn": "^4.0.0"
61
61
  },
62
62
  "devDependencies": {
63
- "@backstage/backend-test-utils": "^0.3.7",
64
- "@backstage/cli": "^0.26.3",
63
+ "@backstage/backend-test-utils": "^0.3.8",
64
+ "@backstage/cli": "^0.26.6",
65
65
  "@types/lodash": "^4.14.151",
66
66
  "@types/semver": "^7.3.8",
67
67
  "@types/supertest": "^2.0.8",