@backstage/plugin-techdocs-node 0.0.0-nightly-20240813022007 → 0.0.0-nightly-20240814021923

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 +23 -7
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-techdocs-node
2
2
 
3
- ## 0.0.0-nightly-20240813022007
3
+ ## 0.0.0-nightly-20240814021923
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -8,16 +8,32 @@
8
8
  - 949083d: Update `patchMkdocsYmlPrebuild` to modify `repo_url` and `edit_uri` independently.
9
9
  - 5cedd9f: Fix TechDocs Edit URL for nested docs
10
10
  - Updated dependencies
11
- - @backstage/backend-plugin-api@0.0.0-nightly-20240813022007
12
- - @backstage/backend-common@0.0.0-nightly-20240813022007
13
- - @backstage/plugin-search-common@0.0.0-nightly-20240813022007
14
- - @backstage/integration@0.0.0-nightly-20240813022007
15
- - @backstage/plugin-techdocs-common@0.0.0-nightly-20240813022007
16
- - @backstage/catalog-model@0.0.0-nightly-20240813022007
11
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240814021923
12
+ - @backstage/backend-common@0.0.0-nightly-20240814021923
13
+ - @backstage/plugin-search-common@0.0.0-nightly-20240814021923
14
+ - @backstage/integration@0.0.0-nightly-20240814021923
15
+ - @backstage/plugin-techdocs-common@0.0.0-nightly-20240814021923
16
+ - @backstage/catalog-model@0.0.0-nightly-20240814021923
17
17
  - @backstage/config@1.2.0
18
18
  - @backstage/errors@1.2.4
19
19
  - @backstage/integration-aws-node@0.1.12
20
20
 
21
+ ## 1.12.9-next.3
22
+
23
+ ### Patch Changes
24
+
25
+ - 5cedd9f: Fix TechDocs Edit URL for nested docs
26
+ - Updated dependencies
27
+ - @backstage/backend-plugin-api@0.8.0-next.3
28
+ - @backstage/backend-common@0.23.4-next.3
29
+ - @backstage/catalog-model@1.6.0-next.0
30
+ - @backstage/config@1.2.0
31
+ - @backstage/errors@1.2.4
32
+ - @backstage/integration@1.14.0-next.0
33
+ - @backstage/integration-aws-node@0.1.12
34
+ - @backstage/plugin-search-common@1.2.14-next.1
35
+ - @backstage/plugin-techdocs-common@0.1.0-next.0
36
+
21
37
  ## 1.12.9-next.2
22
38
 
23
39
  ### 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-20240813022007",
3
+ "version": "0.0.0-nightly-20240814021923",
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",
@@ -53,15 +53,15 @@
53
53
  "@aws-sdk/types": "^3.347.0",
54
54
  "@azure/identity": "^4.0.0",
55
55
  "@azure/storage-blob": "^12.5.0",
56
- "@backstage/backend-common": "^0.0.0-nightly-20240813022007",
57
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240813022007",
58
- "@backstage/catalog-model": "^0.0.0-nightly-20240813022007",
56
+ "@backstage/backend-common": "^0.0.0-nightly-20240814021923",
57
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240814021923",
58
+ "@backstage/catalog-model": "^0.0.0-nightly-20240814021923",
59
59
  "@backstage/config": "^1.2.0",
60
60
  "@backstage/errors": "^1.2.4",
61
- "@backstage/integration": "^0.0.0-nightly-20240813022007",
61
+ "@backstage/integration": "^0.0.0-nightly-20240814021923",
62
62
  "@backstage/integration-aws-node": "^0.1.12",
63
- "@backstage/plugin-search-common": "^0.0.0-nightly-20240813022007",
64
- "@backstage/plugin-techdocs-common": "^0.0.0-nightly-20240813022007",
63
+ "@backstage/plugin-search-common": "^0.0.0-nightly-20240814021923",
64
+ "@backstage/plugin-techdocs-common": "^0.0.0-nightly-20240814021923",
65
65
  "@google-cloud/storage": "^7.0.0",
66
66
  "@smithy/node-http-handler": "^2.1.7",
67
67
  "@trendyol-js/openstack-swift-sdk": "^0.0.7",
@@ -79,8 +79,8 @@
79
79
  "winston": "^3.2.1"
80
80
  },
81
81
  "devDependencies": {
82
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240813022007",
83
- "@backstage/cli": "^0.0.0-nightly-20240813022007",
82
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240814021923",
83
+ "@backstage/cli": "^0.0.0-nightly-20240814021923",
84
84
  "@types/fs-extra": "^11.0.0",
85
85
  "@types/js-yaml": "^4.0.0",
86
86
  "@types/mime-types": "^2.1.0",