@backstage/plugin-techdocs-node 0.0.0-nightly-20240702021736 → 0.0.0-nightly-20240705021713

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 +20 -4
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,21 +1,37 @@
1
1
  # @backstage/plugin-techdocs-node
2
2
 
3
- ## 0.0.0-nightly-20240702021736
3
+ ## 0.0.0-nightly-20240705021713
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 9ecf5fd: Adds extension point for publishers to the techdocs backend
8
8
  - 4c4d077: Bumps default version of techdocs docker image to latest
9
9
  - Updated dependencies
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20240702021736
11
- - @backstage/backend-common@0.0.0-nightly-20240702021736
12
- - @backstage/integration@0.0.0-nightly-20240702021736
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240705021713
11
+ - @backstage/backend-common@0.0.0-nightly-20240705021713
12
+ - @backstage/integration@0.0.0-nightly-20240705021713
13
13
  - @backstage/catalog-model@1.5.0
14
14
  - @backstage/config@1.2.0
15
15
  - @backstage/errors@1.2.4
16
16
  - @backstage/integration-aws-node@0.1.12
17
17
  - @backstage/plugin-search-common@1.2.12
18
18
 
19
+ ## 1.12.8-next.1
20
+
21
+ ### Patch Changes
22
+
23
+ - 9ecf5fd: Adds extension point for publishers to the techdocs backend
24
+ - 4c4d077: Bumps default version of techdocs docker image to latest
25
+ - Updated dependencies
26
+ - @backstage/backend-common@0.23.3-next.1
27
+ - @backstage/backend-plugin-api@0.6.22-next.1
28
+ - @backstage/catalog-model@1.5.0
29
+ - @backstage/config@1.2.0
30
+ - @backstage/errors@1.2.4
31
+ - @backstage/integration@1.13.0-next.0
32
+ - @backstage/integration-aws-node@0.1.12
33
+ - @backstage/plugin-search-common@1.2.12
34
+
19
35
  ## 1.12.7-next.0
20
36
 
21
37
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs-node",
3
- "version": "0.0.0-nightly-20240702021736",
3
+ "version": "0.0.0-nightly-20240705021713",
4
4
  "description": "Common node.js functionalities for TechDocs, to be shared between techdocs-backend plugin and techdocs-cli",
5
5
  "backstage": {
6
6
  "role": "node-library",
@@ -52,12 +52,12 @@
52
52
  "@aws-sdk/types": "^3.347.0",
53
53
  "@azure/identity": "^4.0.0",
54
54
  "@azure/storage-blob": "^12.5.0",
55
- "@backstage/backend-common": "^0.0.0-nightly-20240702021736",
56
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240702021736",
55
+ "@backstage/backend-common": "^0.0.0-nightly-20240705021713",
56
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240705021713",
57
57
  "@backstage/catalog-model": "^1.5.0",
58
58
  "@backstage/config": "^1.2.0",
59
59
  "@backstage/errors": "^1.2.4",
60
- "@backstage/integration": "^0.0.0-nightly-20240702021736",
60
+ "@backstage/integration": "^0.0.0-nightly-20240705021713",
61
61
  "@backstage/integration-aws-node": "^0.1.12",
62
62
  "@backstage/plugin-search-common": "^1.2.12",
63
63
  "@google-cloud/storage": "^7.0.0",
@@ -77,8 +77,8 @@
77
77
  "winston": "^3.2.1"
78
78
  },
79
79
  "devDependencies": {
80
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240702021736",
81
- "@backstage/cli": "^0.0.0-nightly-20240702021736",
80
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240705021713",
81
+ "@backstage/cli": "^0.0.0-nightly-20240705021713",
82
82
  "@types/fs-extra": "^11.0.0",
83
83
  "@types/js-yaml": "^4.0.0",
84
84
  "@types/mime-types": "^2.1.0",