@backstage/plugin-catalog-backend 1.26.1-next.0 → 1.26.1

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,25 +1,10 @@
1
1
  # @backstage/plugin-catalog-backend
2
2
 
3
- ## 1.26.1-next.0
3
+ ## 1.26.1
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - 094eaa3: Remove references to in-repo backend-common
8
- - Updated dependencies
9
- - @backstage/plugin-search-backend-module-catalog@0.2.3-next.0
10
- - @backstage/plugin-permission-node@0.8.4-next.0
11
- - @backstage/plugin-events-node@0.4.1-next.0
12
- - @backstage/backend-openapi-utils@0.1.19-next.0
13
- - @backstage/backend-plugin-api@1.0.1-next.0
14
- - @backstage/catalog-client@1.7.0
15
- - @backstage/catalog-model@1.7.0
16
- - @backstage/config@1.2.0
17
- - @backstage/errors@1.2.4
18
- - @backstage/integration@1.15.0
19
- - @backstage/types@1.1.1
20
- - @backstage/plugin-catalog-common@1.1.0
21
- - @backstage/plugin-catalog-node@1.13.1-next.0
22
- - @backstage/plugin-permission-common@0.8.1
7
+ - 4c35456: Fix a bug where etags were expiring too soon in the URL reader
23
8
 
24
9
  ## 1.26.0
25
10
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend__alpha",
3
- "version": "1.26.1-next.0",
3
+ "version": "1.26.1",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
package/dist/alpha.cjs.js CHANGED
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  var alpha = require('@backstage/plugin-catalog-common/alpha');
6
6
  var pluginPermissionNode = require('@backstage/plugin-permission-node');
7
- var CatalogBuilder = require('./cjs/CatalogBuilder-CGSl8LEN.cjs.js');
7
+ var CatalogBuilder = require('./cjs/CatalogBuilder-BfM2XvsE.cjs.js');
8
8
  var backendPluginApi = require('@backstage/backend-plugin-api');
9
9
  var pluginEventsNode = require('@backstage/plugin-events-node');
10
10
  var alpha$1 = require('@backstage/plugin-catalog-node/alpha');
@@ -655,6 +655,7 @@ class UrlReaderProcessor {
655
655
  emit(parseResult);
656
656
  }
657
657
  emit(pluginCatalogNode.processingResult.refresh(`${location.type}:${location.target}`));
658
+ await cache.set(CACHE_KEY, cacheItem);
658
659
  } else if (error.name === "NotFoundError") {
659
660
  if (!optional) {
660
661
  emit(pluginCatalogNode.processingResult.notFoundError(location, message));
@@ -7372,4 +7373,4 @@ exports.createCatalogPermissionRule = createCatalogPermissionRule;
7372
7373
  exports.createRandomProcessingInterval = createRandomProcessingInterval;
7373
7374
  exports.parseEntityYaml = parseEntityYaml;
7374
7375
  exports.permissionRules = permissionRules;
7375
- //# sourceMappingURL=CatalogBuilder-CGSl8LEN.cjs.js.map
7376
+ //# sourceMappingURL=CatalogBuilder-BfM2XvsE.cjs.js.map