@backstage/plugin-techdocs-node 0.0.0-nightly-20231106021619 → 0.0.0-nightly-20231115021506

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 +25 -8
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,23 +1,40 @@
1
1
  # @backstage/plugin-techdocs-node
2
2
 
3
- ## 0.0.0-nightly-20231106021619
3
+ ## 0.0.0-nightly-20231115021506
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-common@0.0.0-nightly-20231115021506
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20231115021506
10
+
11
+ ## 1.10.0
4
12
 
5
13
  ### Minor Changes
6
14
 
7
- - 67cff7b06fed: Expose an extension point to set a custom build strategy. Also move `DocsBuildStrategy` type to `@backstage/plugin-techdocs-node` and deprecate `ShouldBuildParameters` type.
15
+ - 67cff7b06f: Expose an extension point to set a custom build strategy. Also move `DocsBuildStrategy` type to `@backstage/plugin-techdocs-node` and deprecate `ShouldBuildParameters` type.
8
16
 
9
17
  ### Patch Changes
10
18
 
11
- - e61a975f6136: Switch to `@smithy/node-http-handler` instead of the `@aws-sdk/node-http-handler`
19
+ - e61a975f61: Switch to `@smithy/node-http-handler` instead of the `@aws-sdk/node-http-handler`
20
+ - 3d043526f4: Updated dependency `aws-sdk-client-mock` to `^3.0.0`.
12
21
  - Updated dependencies
13
- - @backstage/integration@0.0.0-nightly-20231106021619
14
- - @backstage/backend-common@0.0.0-nightly-20231106021619
15
- - @backstage/integration-aws-node@0.1.7
16
- - @backstage/backend-plugin-api@0.0.0-nightly-20231106021619
22
+ - @backstage/integration@1.7.2
23
+ - @backstage/backend-common@0.19.9
24
+ - @backstage/backend-plugin-api@0.6.7
25
+ - @backstage/integration-aws-node@0.1.8
17
26
  - @backstage/catalog-model@1.4.3
18
27
  - @backstage/config@1.1.1
19
28
  - @backstage/errors@1.2.3
20
- - @backstage/plugin-search-common@1.2.7
29
+ - @backstage/plugin-search-common@1.2.8
30
+
31
+ ## 1.10.0-next.2
32
+
33
+ ### Patch Changes
34
+
35
+ - Updated dependencies
36
+ - @backstage/backend-plugin-api@0.6.7-next.2
37
+ - @backstage/backend-common@0.19.9-next.2
21
38
 
22
39
  ## 1.10.0-next.1
23
40
 
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": "0.0.0-nightly-20231106021619",
4
+ "version": "0.0.0-nightly-20231115021506",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "publishConfig": {
@@ -45,14 +45,14 @@
45
45
  "@aws-sdk/types": "^3.347.0",
46
46
  "@azure/identity": "^3.2.1",
47
47
  "@azure/storage-blob": "^12.5.0",
48
- "@backstage/backend-common": "^0.0.0-nightly-20231106021619",
49
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20231106021619",
48
+ "@backstage/backend-common": "^0.0.0-nightly-20231115021506",
49
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20231115021506",
50
50
  "@backstage/catalog-model": "^1.4.3",
51
51
  "@backstage/config": "^1.1.1",
52
52
  "@backstage/errors": "^1.2.3",
53
- "@backstage/integration": "^0.0.0-nightly-20231106021619",
54
- "@backstage/integration-aws-node": "^0.1.7",
55
- "@backstage/plugin-search-common": "^1.2.7",
53
+ "@backstage/integration": "^1.7.2",
54
+ "@backstage/integration-aws-node": "^0.1.8",
55
+ "@backstage/plugin-search-common": "^1.2.8",
56
56
  "@google-cloud/storage": "^6.0.0",
57
57
  "@smithy/node-http-handler": "^2.1.7",
58
58
  "@trendyol-js/openstack-swift-sdk": "^0.0.6",
@@ -69,14 +69,14 @@
69
69
  "winston": "^3.2.1"
70
70
  },
71
71
  "devDependencies": {
72
- "@backstage/backend-test-utils": "^0.0.0-nightly-20231106021619",
73
- "@backstage/cli": "^0.0.0-nightly-20231106021619",
72
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20231115021506",
73
+ "@backstage/cli": "^0.24.0",
74
74
  "@types/fs-extra": "^9.0.5",
75
75
  "@types/js-yaml": "^4.0.0",
76
76
  "@types/mime-types": "^2.1.0",
77
77
  "@types/recursive-readdir": "^2.2.0",
78
78
  "@types/supertest": "^2.0.8",
79
- "aws-sdk-client-mock": "^2.0.0",
79
+ "aws-sdk-client-mock": "^3.0.0",
80
80
  "supertest": "^6.1.3"
81
81
  }
82
82
  }