Version Packages

This commit is contained in:
github-actions[bot]
2025-04-15 15:36:15 +00:00
parent 2652c6c305
commit 2582af906d
453 changed files with 5647 additions and 1212 deletions
+16
View File
@@ -1,5 +1,21 @@
# @backstage/plugin-techdocs-node
## 1.13.2
### Patch Changes
- 304a422: Update AWS file retrieval logic from storing file in buffer array to piping to res for better memory efficiency.
- 2d7a3b8: Update Azure file retrieval logic from storing file in buffer array to piping to res for better memory efficiency.
- Updated dependencies
- @backstage/backend-plugin-api@1.3.0
- @backstage/integration@1.16.3
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/integration-aws-node@0.1.15
- @backstage/plugin-search-common@1.2.17
- @backstage/plugin-techdocs-common@0.1.0
## 1.13.2-next.2
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-techdocs-node",
"version": "1.13.2-next.2",
"version": "1.13.2",
"description": "Common node.js functionalities for TechDocs, to be shared between techdocs-backend plugin and techdocs-cli",
"backstage": {
"role": "node-library",