@drodil/backstage-plugin-search-backend-module-qeta 1.24.3 → 1.24.4

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/dist/index.cjs.js CHANGED
@@ -179,6 +179,6 @@ const searchModuleQetaCollator = backendPluginApi.createBackendModule({
179
179
  });
180
180
 
181
181
  exports.DefaultQetaCollatorFactory = DefaultQetaCollatorFactory;
182
- exports["default"] = searchModuleQetaCollator;
182
+ exports.default = searchModuleQetaCollator;
183
183
  exports.searchModuleQetaCollator = searchModuleQetaCollator;
184
184
  //# sourceMappingURL=index.cjs.js.map
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "search",
8
8
  "backstage.io"
9
9
  ],
10
- "version": "1.24.3",
10
+ "version": "1.24.4",
11
11
  "main": "dist/index.cjs.js",
12
12
  "types": "dist/index.d.ts",
13
13
  "prepublishOnly": "yarn tsc && yarn build",
@@ -39,19 +39,19 @@
39
39
  "tsc": "tsc"
40
40
  },
41
41
  "dependencies": {
42
- "@backstage/backend-common": "^0.21.4",
43
- "@backstage/backend-plugin-api": "^0.6.14",
44
- "@backstage/backend-tasks": "^0.5.19",
42
+ "@backstage/backend-common": "^0.21.6",
43
+ "@backstage/backend-plugin-api": "^0.6.16",
44
+ "@backstage/backend-tasks": "^0.5.21",
45
45
  "@backstage/config": "^1.2.0",
46
46
  "@backstage/core-plugin-api": "^1.9.1",
47
47
  "@backstage/errors": "^1.2.4",
48
- "@backstage/plugin-search-backend-node": "^1.2.18",
48
+ "@backstage/plugin-search-backend-node": "^1.2.20",
49
49
  "@backstage/plugin-search-common": "^1.2.11",
50
- "@drodil/backstage-plugin-qeta-common": "^1.24.3"
50
+ "@drodil/backstage-plugin-qeta-common": "^1.24.4"
51
51
  },
52
52
  "devDependencies": {
53
- "@backstage/backend-test-utils": "^0.3.4",
54
- "@backstage/cli": "^0.26.0",
53
+ "@backstage/backend-test-utils": "^0.3.6",
54
+ "@backstage/cli": "^0.26.2",
55
55
  "msw": "^1.2.1"
56
56
  },
57
57
  "files": [