@backstage/plugin-techdocs-node 1.4.3-next.1 → 1.4.3-next.2
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 +13 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @backstage/plugin-techdocs-node
|
|
2
2
|
|
|
3
|
+
## 1.4.3-next.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/backend-common@0.17.0-next.2
|
|
9
|
+
- @backstage/plugin-search-common@1.2.0-next.2
|
|
10
|
+
- @backstage/catalog-model@1.1.4-next.1
|
|
11
|
+
- @backstage/config@1.0.5-next.1
|
|
12
|
+
- @backstage/errors@1.1.4-next.1
|
|
13
|
+
- @backstage/integration@1.4.1-next.1
|
|
14
|
+
|
|
3
15
|
## 1.4.3-next.1
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -1170,7 +1182,7 @@
|
|
|
1170
1182
|
|
|
1171
1183
|
### Minor Changes
|
|
1172
1184
|
|
|
1173
|
-
- bc9d62f4f: Move the
|
|
1185
|
+
- bc9d62f4f: Move the confidence checks of the publisher configurations to a dedicated `PublisherBase#getReadiness()` method instead of throwing an error when doing `Publisher.fromConfig(...)`.
|
|
1174
1186
|
You should include the check when your backend to get early feedback about a potential misconfiguration:
|
|
1175
1187
|
|
|
1176
1188
|
```diff
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-techdocs-node",
|
|
3
3
|
"description": "Common node.js functionalities for TechDocs, to be shared between techdocs-backend plugin and techdocs-cli",
|
|
4
|
-
"version": "1.4.3-next.
|
|
4
|
+
"version": "1.4.3-next.2",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"publishConfig": {
|
|
@@ -45,12 +45,12 @@
|
|
|
45
45
|
"@aws-sdk/types": "^3.208.0",
|
|
46
46
|
"@azure/identity": "^2.1.0",
|
|
47
47
|
"@azure/storage-blob": "^12.5.0",
|
|
48
|
-
"@backstage/backend-common": "^0.17.0-next.
|
|
48
|
+
"@backstage/backend-common": "^0.17.0-next.2",
|
|
49
49
|
"@backstage/catalog-model": "^1.1.4-next.1",
|
|
50
50
|
"@backstage/config": "^1.0.5-next.1",
|
|
51
51
|
"@backstage/errors": "^1.1.4-next.1",
|
|
52
52
|
"@backstage/integration": "^1.4.1-next.1",
|
|
53
|
-
"@backstage/plugin-search-common": "^1.
|
|
53
|
+
"@backstage/plugin-search-common": "^1.2.0-next.2",
|
|
54
54
|
"@google-cloud/storage": "^6.0.0",
|
|
55
55
|
"@trendyol-js/openstack-swift-sdk": "^0.0.5",
|
|
56
56
|
"@types/express": "^4.17.6",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"winston": "^3.2.1"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
|
-
"@backstage/cli": "^0.21.2-next.
|
|
69
|
+
"@backstage/cli": "^0.21.2-next.2",
|
|
70
70
|
"@types/fs-extra": "^9.0.5",
|
|
71
71
|
"@types/js-yaml": "^4.0.0",
|
|
72
72
|
"@types/mime-types": "^2.1.0",
|