@backstage/integration 1.16.0-next.1 → 1.16.1-next.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 +20 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @backstage/integration
2
2
 
3
+ ## 1.16.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/config@1.3.2-next.0
9
+ - @backstage/errors@1.2.7-next.0
10
+
11
+ ## 1.16.0
12
+
13
+ ### Minor Changes
14
+
15
+ - 277092a: Add the integration for Azure blob storage to read the credentials to access the storage account and provide the default credential provider.
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+ - @backstage/errors@1.2.6
21
+ - @backstage/config@1.3.1
22
+
3
23
  ## 1.16.0-next.1
4
24
 
5
25
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/integration",
3
- "version": "1.16.0-next.1",
3
+ "version": "1.16.1-next.0",
4
4
  "description": "Helpers for managing integrations towards external systems",
5
5
  "backstage": {
6
6
  "role": "common-library"
@@ -39,8 +39,8 @@
39
39
  "dependencies": {
40
40
  "@azure/identity": "^4.0.0",
41
41
  "@azure/storage-blob": "^12.5.0",
42
- "@backstage/config": "1.3.1-next.0",
43
- "@backstage/errors": "1.2.6-next.0",
42
+ "@backstage/config": "1.3.2-next.0",
43
+ "@backstage/errors": "1.2.7-next.0",
44
44
  "@octokit/auth-app": "^4.0.0",
45
45
  "@octokit/rest": "^19.0.3",
46
46
  "cross-fetch": "^4.0.0",
@@ -49,8 +49,8 @@
49
49
  "luxon": "^3.0.0"
50
50
  },
51
51
  "devDependencies": {
52
- "@backstage/cli": "0.29.3-next.2",
53
- "@backstage/config-loader": "1.9.3-next.1",
52
+ "@backstage/cli": "0.29.5-next.1",
53
+ "@backstage/config-loader": "1.9.5-next.1",
54
54
  "@types/luxon": "^3.0.0",
55
55
  "msw": "^1.0.0"
56
56
  },