@backstage/plugin-techdocs-node 0.0.0-nightly-20240910023018 → 0.0.0-nightly-20240912022955
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 +21 -3
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +164 -165
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,17 +1,35 @@
|
|
|
1
1
|
# @backstage/plugin-techdocs-node
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20240912022955
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
+
- f715f5c: Move `TechdocsContainerRunner` from `publish` to `generate`.
|
|
7
8
|
- 4417dd4: Fix typo and unify TechDocs casing in doc strings
|
|
8
9
|
- 57da51f: Add support for mapping custom tags in the techdocs yaml parser that validates the mkdocs.yaml file
|
|
9
10
|
- c2b63ab: Updated dependency `supertest` to `^7.0.0`.
|
|
10
11
|
- 3606843: Internal fixes to match `testcontainers` update
|
|
11
12
|
- 33ebb28: As the `@backstage/backend-common` package is deprecated, we have updated the `techdocs-node` package to stop depending on it.
|
|
12
13
|
- Updated dependencies
|
|
13
|
-
- @backstage/backend-plugin-api@0.0.0-nightly-
|
|
14
|
-
- @backstage/integration@0.0.0-nightly-
|
|
14
|
+
- @backstage/backend-plugin-api@0.0.0-nightly-20240912022955
|
|
15
|
+
- @backstage/integration@0.0.0-nightly-20240912022955
|
|
16
|
+
- @backstage/catalog-model@1.6.0
|
|
17
|
+
- @backstage/config@1.2.0
|
|
18
|
+
- @backstage/errors@1.2.4
|
|
19
|
+
- @backstage/integration-aws-node@0.1.12
|
|
20
|
+
- @backstage/plugin-search-common@1.2.14
|
|
21
|
+
- @backstage/plugin-techdocs-common@0.1.0
|
|
22
|
+
|
|
23
|
+
## 1.12.11-next.2
|
|
24
|
+
|
|
25
|
+
### Patch Changes
|
|
26
|
+
|
|
27
|
+
- 57da51f: Add support for mapping custom tags in the techdocs yaml parser that validates the mkdocs.yaml file
|
|
28
|
+
- c2b63ab: Updated dependency `supertest` to `^7.0.0`.
|
|
29
|
+
- 3606843: Internal fixes to match `testcontainers` update
|
|
30
|
+
- Updated dependencies
|
|
31
|
+
- @backstage/backend-plugin-api@1.0.0-next.2
|
|
32
|
+
- @backstage/integration@1.15.0-next.0
|
|
15
33
|
- @backstage/catalog-model@1.6.0
|
|
16
34
|
- @backstage/config@1.2.0
|
|
17
35
|
- @backstage/errors@1.2.4
|