@backstage/plugin-catalog-backend-module-azure 0.3.10-next.2 → 0.3.10

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 +13 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @backstage/plugin-catalog-backend-module-azure
2
2
 
3
+ ## 0.3.10
4
+
5
+ ### Patch Changes
6
+
7
+ - 84443f1: Adds config definitions for Azure Blob Storage.
8
+ - 99fcf98: Removed unused dependencies
9
+ - Updated dependencies
10
+ - @backstage/integration@1.18.1
11
+ - @backstage/config@1.3.5
12
+ - @backstage/backend-plugin-api@1.4.4
13
+ - @backstage/plugin-catalog-common@1.1.6
14
+ - @backstage/plugin-catalog-node@1.19.1
15
+
3
16
  ## 0.3.10-next.2
4
17
 
5
18
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-azure",
3
- "version": "0.3.10-next.2",
3
+ "version": "0.3.10",
4
4
  "description": "A Backstage catalog backend module that helps integrate towards Azure",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -67,16 +67,16 @@
67
67
  "dependencies": {
68
68
  "@azure/identity": "^4.0.0",
69
69
  "@azure/storage-blob": "^12.5.0",
70
- "@backstage/backend-plugin-api": "1.4.4-next.0",
71
- "@backstage/config": "1.3.5-next.0",
72
- "@backstage/integration": "1.18.1-next.1",
73
- "@backstage/plugin-catalog-common": "1.1.6-next.0",
74
- "@backstage/plugin-catalog-node": "1.19.1-next.0",
70
+ "@backstage/backend-plugin-api": "^1.4.4",
71
+ "@backstage/config": "^1.3.5",
72
+ "@backstage/integration": "^1.18.1",
73
+ "@backstage/plugin-catalog-common": "^1.1.6",
74
+ "@backstage/plugin-catalog-node": "^1.19.1",
75
75
  "uuid": "^11.0.0"
76
76
  },
77
77
  "devDependencies": {
78
- "@backstage/backend-test-utils": "1.9.1-next.1",
79
- "@backstage/cli": "0.34.4-next.3",
78
+ "@backstage/backend-test-utils": "^1.9.1",
79
+ "@backstage/cli": "^0.34.4",
80
80
  "msw": "^1.0.0"
81
81
  },
82
82
  "configSchema": "config.d.ts"