@backstage/plugin-techdocs-node 0.0.0-nightly-20240611021715 → 0.0.0-nightly-20240612021718

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 +21 -5
  2. package/package.json +15 -8
package/CHANGELOG.md CHANGED
@@ -1,19 +1,35 @@
1
1
  # @backstage/plugin-techdocs-node
2
2
 
3
- ## 0.0.0-nightly-20240611021715
3
+ ## 0.0.0-nightly-20240612021718
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - e64bfb2: Allow defining custom build log transport for techdocs builder
8
+ - d44a20a: Added additional plugin metadata to `package.json`.
8
9
  - Updated dependencies
9
- - @backstage/backend-common@0.0.0-nightly-20240611021715
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20240611021715
11
- - @backstage/integration@0.0.0-nightly-20240611021715
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240612021718
11
+ - @backstage/backend-common@0.0.0-nightly-20240612021718
12
+ - @backstage/integration@0.0.0-nightly-20240612021718
13
+ - @backstage/plugin-search-common@0.0.0-nightly-20240612021718
14
+ - @backstage/catalog-model@1.5.0
15
+ - @backstage/config@1.2.0
16
+ - @backstage/errors@1.2.4
17
+ - @backstage/integration-aws-node@0.1.12
18
+
19
+ ## 1.12.5-next.3
20
+
21
+ ### Patch Changes
22
+
23
+ - d44a20a: Added additional plugin metadata to `package.json`.
24
+ - Updated dependencies
25
+ - @backstage/backend-plugin-api@0.6.19-next.3
26
+ - @backstage/integration@1.12.0-next.1
27
+ - @backstage/plugin-search-common@1.2.12-next.0
28
+ - @backstage/backend-common@0.23.0-next.3
12
29
  - @backstage/catalog-model@1.5.0
13
30
  - @backstage/config@1.2.0
14
31
  - @backstage/errors@1.2.4
15
32
  - @backstage/integration-aws-node@0.1.12
16
- - @backstage/plugin-search-common@1.2.11
17
33
 
18
34
  ## 1.12.5-next.2
19
35
 
package/package.json CHANGED
@@ -1,9 +1,16 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs-node",
3
- "version": "0.0.0-nightly-20240611021715",
3
+ "version": "0.0.0-nightly-20240612021718",
4
4
  "description": "Common node.js functionalities for TechDocs, to be shared between techdocs-backend plugin and techdocs-cli",
5
5
  "backstage": {
6
- "role": "node-library"
6
+ "role": "node-library",
7
+ "pluginId": "techdocs",
8
+ "pluginPackages": [
9
+ "@backstage/plugin-techdocs",
10
+ "@backstage/plugin-techdocs-backend",
11
+ "@backstage/plugin-techdocs-node",
12
+ "@backstage/plugin-techdocs-react"
13
+ ]
7
14
  },
8
15
  "publishConfig": {
9
16
  "access": "public",
@@ -45,14 +52,14 @@
45
52
  "@aws-sdk/types": "^3.347.0",
46
53
  "@azure/identity": "^4.0.0",
47
54
  "@azure/storage-blob": "^12.5.0",
48
- "@backstage/backend-common": "^0.0.0-nightly-20240611021715",
49
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240611021715",
55
+ "@backstage/backend-common": "^0.0.0-nightly-20240612021718",
56
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240612021718",
50
57
  "@backstage/catalog-model": "^1.5.0",
51
58
  "@backstage/config": "^1.2.0",
52
59
  "@backstage/errors": "^1.2.4",
53
- "@backstage/integration": "^0.0.0-nightly-20240611021715",
60
+ "@backstage/integration": "^0.0.0-nightly-20240612021718",
54
61
  "@backstage/integration-aws-node": "^0.1.12",
55
- "@backstage/plugin-search-common": "^1.2.11",
62
+ "@backstage/plugin-search-common": "^0.0.0-nightly-20240612021718",
56
63
  "@google-cloud/storage": "^7.0.0",
57
64
  "@smithy/node-http-handler": "^2.1.7",
58
65
  "@trendyol-js/openstack-swift-sdk": "^0.0.7",
@@ -69,8 +76,8 @@
69
76
  "winston": "^3.2.1"
70
77
  },
71
78
  "devDependencies": {
72
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240611021715",
73
- "@backstage/cli": "^0.0.0-nightly-20240611021715",
79
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240612021718",
80
+ "@backstage/cli": "^0.0.0-nightly-20240612021718",
74
81
  "@types/fs-extra": "^11.0.0",
75
82
  "@types/js-yaml": "^4.0.0",
76
83
  "@types/mime-types": "^2.1.0",