@backstage/plugin-techdocs-node 0.0.0-nightly-20240615021640 → 0.0.0-nightly-20240616021858

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 +5 -5
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-techdocs-node
2
2
 
3
- ## 0.0.0-nightly-20240615021640
3
+ ## 0.0.0-nightly-20240616021858
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -8,10 +8,10 @@
8
8
  - d44a20a: Added additional plugin metadata to `package.json`.
9
9
  - 5db7536: Updated `getRepoUrlFromLocationAnnotation` to check for Harness SCM integration
10
10
  - Updated dependencies
11
- - @backstage/backend-plugin-api@0.0.0-nightly-20240615021640
12
- - @backstage/backend-common@0.0.0-nightly-20240615021640
13
- - @backstage/integration@0.0.0-nightly-20240615021640
14
- - @backstage/plugin-search-common@0.0.0-nightly-20240615021640
11
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240616021858
12
+ - @backstage/backend-common@0.0.0-nightly-20240616021858
13
+ - @backstage/integration@0.0.0-nightly-20240616021858
14
+ - @backstage/plugin-search-common@0.0.0-nightly-20240616021858
15
15
  - @backstage/catalog-model@1.5.0
16
16
  - @backstage/config@1.2.0
17
17
  - @backstage/errors@1.2.4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs-node",
3
- "version": "0.0.0-nightly-20240615021640",
3
+ "version": "0.0.0-nightly-20240616021858",
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,14 +52,14 @@
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-20240615021640",
56
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240615021640",
55
+ "@backstage/backend-common": "^0.0.0-nightly-20240616021858",
56
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240616021858",
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-20240615021640",
60
+ "@backstage/integration": "^0.0.0-nightly-20240616021858",
61
61
  "@backstage/integration-aws-node": "^0.1.12",
62
- "@backstage/plugin-search-common": "^0.0.0-nightly-20240615021640",
62
+ "@backstage/plugin-search-common": "^0.0.0-nightly-20240616021858",
63
63
  "@google-cloud/storage": "^7.0.0",
64
64
  "@smithy/node-http-handler": "^2.1.7",
65
65
  "@trendyol-js/openstack-swift-sdk": "^0.0.7",
@@ -76,8 +76,8 @@
76
76
  "winston": "^3.2.1"
77
77
  },
78
78
  "devDependencies": {
79
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240615021640",
80
- "@backstage/cli": "^0.0.0-nightly-20240615021640",
79
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240616021858",
80
+ "@backstage/cli": "^0.0.0-nightly-20240616021858",
81
81
  "@types/fs-extra": "^11.0.0",
82
82
  "@types/js-yaml": "^4.0.0",
83
83
  "@types/mime-types": "^2.1.0",