@backstage/plugin-techdocs-node 1.10.0-next.1 → 1.10.0

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 +28 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # @backstage/plugin-techdocs-node
2
2
 
3
+ ## 1.10.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 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
+
9
+ ### Patch Changes
10
+
11
+ - e61a975f61: Switch to `@smithy/node-http-handler` instead of the `@aws-sdk/node-http-handler`
12
+ - 3d043526f4: Updated dependency `aws-sdk-client-mock` to `^3.0.0`.
13
+ - Updated dependencies
14
+ - @backstage/integration@1.7.2
15
+ - @backstage/backend-common@0.19.9
16
+ - @backstage/backend-plugin-api@0.6.7
17
+ - @backstage/integration-aws-node@0.1.8
18
+ - @backstage/catalog-model@1.4.3
19
+ - @backstage/config@1.1.1
20
+ - @backstage/errors@1.2.3
21
+ - @backstage/plugin-search-common@1.2.8
22
+
23
+ ## 1.10.0-next.2
24
+
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies
28
+ - @backstage/backend-plugin-api@0.6.7-next.2
29
+ - @backstage/backend-common@0.19.9-next.2
30
+
3
31
  ## 1.10.0-next.1
4
32
 
5
33
  ### Minor Changes
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": "1.10.0-next.1",
4
+ "version": "1.10.0",
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.19.9-next.1",
49
- "@backstage/backend-plugin-api": "^0.6.7-next.1",
48
+ "@backstage/backend-common": "^0.19.9",
49
+ "@backstage/backend-plugin-api": "^0.6.7",
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": "^1.7.2-next.0",
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.2.8-next.1",
73
- "@backstage/cli": "^0.24.0-next.1",
72
+ "@backstage/backend-test-utils": "^0.2.8",
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
  }