@backstage/plugin-search-backend-module-catalog 0.3.1-next.3 → 0.3.2-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.
Files changed (2) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # @backstage/plugin-search-backend-module-catalog
2
2
 
3
+ ## 0.3.2-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-search-backend-node@1.3.9-next.0
9
+ - @backstage/backend-plugin-api@1.2.1-next.0
10
+ - @backstage/plugin-catalog-node@1.16.1-next.0
11
+
12
+ ## 0.3.1
13
+
14
+ ### Patch Changes
15
+
16
+ - 8699b79: Removed unused dependencies
17
+ - eee8d76: Modified the logic for generating the location URL by encoding the entity property values with `encodeURIComponent`. This enhancement improves the safety and reliability of the URL.
18
+ - Updated dependencies
19
+ - @backstage/backend-plugin-api@1.2.0
20
+ - @backstage/plugin-catalog-node@1.16.0
21
+ - @backstage/plugin-search-backend-node@1.3.8
22
+ - @backstage/catalog-client@1.9.1
23
+ - @backstage/catalog-model@1.7.3
24
+ - @backstage/config@1.3.2
25
+ - @backstage/errors@1.2.7
26
+ - @backstage/plugin-catalog-common@1.1.3
27
+ - @backstage/plugin-permission-common@0.8.4
28
+ - @backstage/plugin-search-common@1.2.17
29
+
3
30
  ## 0.3.1-next.3
4
31
 
5
32
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-backend-module-catalog",
3
- "version": "0.3.1-next.3",
3
+ "version": "0.3.2-next.0",
4
4
  "description": "A module for the search backend that exports catalog modules",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -38,20 +38,20 @@
38
38
  "test": "backstage-cli package test"
39
39
  },
40
40
  "dependencies": {
41
- "@backstage/backend-plugin-api": "1.2.0-next.2",
41
+ "@backstage/backend-plugin-api": "1.2.1-next.0",
42
42
  "@backstage/catalog-client": "1.9.1",
43
43
  "@backstage/catalog-model": "1.7.3",
44
44
  "@backstage/config": "1.3.2",
45
45
  "@backstage/errors": "1.2.7",
46
46
  "@backstage/plugin-catalog-common": "1.1.3",
47
- "@backstage/plugin-catalog-node": "1.16.0-next.3",
47
+ "@backstage/plugin-catalog-node": "1.16.1-next.0",
48
48
  "@backstage/plugin-permission-common": "0.8.4",
49
- "@backstage/plugin-search-backend-node": "1.3.8-next.2",
49
+ "@backstage/plugin-search-backend-node": "1.3.9-next.0",
50
50
  "@backstage/plugin-search-common": "1.2.17"
51
51
  },
52
52
  "devDependencies": {
53
- "@backstage/backend-test-utils": "1.3.0-next.3",
54
- "@backstage/cli": "0.30.0-next.3"
53
+ "@backstage/backend-test-utils": "1.3.1-next.0",
54
+ "@backstage/cli": "0.30.0"
55
55
  },
56
56
  "configSchema": "config.d.ts",
57
57
  "typesVersions": {