@backstage/plugin-techdocs-node 0.0.0-nightly-20240801022222 → 0.0.0-nightly-20240803021741

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 +6 -6
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,21 +1,21 @@
1
1
  # @backstage/plugin-techdocs-node
2
2
 
3
- ## 0.0.0-nightly-20240801022222
3
+ ## 0.0.0-nightly-20240803021741
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 69bd940: Use annotation constants from new techdocs-common package.
8
8
  - 949083d: Update `patchMkdocsYmlPrebuild` to modify `repo_url` and `edit_uri` independently.
9
9
  - Updated dependencies
10
- - @backstage/backend-common@0.0.0-nightly-20240801022222
11
- - @backstage/integration@0.0.0-nightly-20240801022222
12
- - @backstage/plugin-techdocs-common@0.0.0-nightly-20240801022222
13
- - @backstage/backend-plugin-api@0.0.0-nightly-20240801022222
10
+ - @backstage/backend-common@0.0.0-nightly-20240803021741
11
+ - @backstage/plugin-search-common@0.0.0-nightly-20240803021741
12
+ - @backstage/integration@0.0.0-nightly-20240803021741
13
+ - @backstage/plugin-techdocs-common@0.0.0-nightly-20240803021741
14
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240803021741
14
15
  - @backstage/catalog-model@1.5.0
15
16
  - @backstage/config@1.2.0
16
17
  - @backstage/errors@1.2.4
17
18
  - @backstage/integration-aws-node@0.1.12
18
- - @backstage/plugin-search-common@0.0.0-nightly-20240801022222
19
19
 
20
20
  ## 1.12.9-next.1
21
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs-node",
3
- "version": "0.0.0-nightly-20240801022222",
3
+ "version": "0.0.0-nightly-20240803021741",
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-20240801022222",
57
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240801022222",
56
+ "@backstage/backend-common": "^0.0.0-nightly-20240803021741",
57
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240803021741",
58
58
  "@backstage/catalog-model": "^1.5.0",
59
59
  "@backstage/config": "^1.2.0",
60
60
  "@backstage/errors": "^1.2.4",
61
- "@backstage/integration": "^0.0.0-nightly-20240801022222",
61
+ "@backstage/integration": "^0.0.0-nightly-20240803021741",
62
62
  "@backstage/integration-aws-node": "^0.1.12",
63
- "@backstage/plugin-search-common": "^0.0.0-nightly-20240801022222",
64
- "@backstage/plugin-techdocs-common": "^0.0.0-nightly-20240801022222",
63
+ "@backstage/plugin-search-common": "^0.0.0-nightly-20240803021741",
64
+ "@backstage/plugin-techdocs-common": "^0.0.0-nightly-20240803021741",
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-20240801022222",
83
- "@backstage/cli": "^0.0.0-nightly-20240801022222",
82
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240803021741",
83
+ "@backstage/cli": "^0.0.0-nightly-20240803021741",
84
84
  "@types/fs-extra": "^11.0.0",
85
85
  "@types/js-yaml": "^4.0.0",
86
86
  "@types/mime-types": "^2.1.0",