@backstage/integration 1.7.1-next.0 → 1.7.1

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 +17 -0
  2. package/package.json +4 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @backstage/integration
2
2
 
3
+ ## 1.7.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 3963d0b885: Ensure that all relevant config fields are properly marked as secret
8
+ - 0b55f773a7: Removed some unused dependencies
9
+ - Updated dependencies
10
+ - @backstage/config@1.1.1
11
+
12
+ ## 1.7.1-next.1
13
+
14
+ ### Patch Changes
15
+
16
+ - 0b55f773a7: Removed some unused dependencies
17
+ - Updated dependencies
18
+ - @backstage/config@1.1.1-next.0
19
+
3
20
  ## 1.7.1-next.0
4
21
 
5
22
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/integration",
3
3
  "description": "Helpers for managing integrations towards external systems",
4
- "version": "1.7.1-next.0",
4
+ "version": "1.7.1",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -34,8 +34,7 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "@azure/identity": "^3.2.1",
37
- "@backstage/config": "^1.1.0",
38
- "@backstage/errors": "^1.2.2",
37
+ "@backstage/config": "^1.1.1",
39
38
  "@octokit/auth-app": "^4.0.0",
40
39
  "@octokit/rest": "^19.0.3",
41
40
  "cross-fetch": "^3.1.5",
@@ -44,8 +43,8 @@
44
43
  "luxon": "^3.0.0"
45
44
  },
46
45
  "devDependencies": {
47
- "@backstage/cli": "^0.23.0-next.0",
48
- "@backstage/config-loader": "^1.5.1-next.0",
46
+ "@backstage/cli": "^0.23.0",
47
+ "@backstage/config-loader": "^1.5.1",
49
48
  "@types/luxon": "^3.0.0",
50
49
  "msw": "^1.0.0"
51
50
  },