@backstage/integration 1.8.0-next.0 → 1.8.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.
- package/CHANGELOG.md +20 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @backstage/integration
|
|
2
2
|
|
|
3
|
+
## 1.8.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 870db76: Implemented `readTree` for Gitea provider to support TechDocs functionality
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- 99fb541: Updated dependency `@azure/identity` to `^4.0.0`.
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
- @backstage/config@1.1.1
|
|
14
|
+
|
|
15
|
+
## 1.8.0-next.1
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- 99fb54183b: Updated dependency `@azure/identity` to `^4.0.0`.
|
|
20
|
+
- Updated dependencies
|
|
21
|
+
- @backstage/config@1.1.1
|
|
22
|
+
|
|
3
23
|
## 1.8.0-next.0
|
|
4
24
|
|
|
5
25
|
### Minor 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.8.0
|
|
4
|
+
"version": "1.8.0",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"clean": "backstage-cli package clean"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@azure/identity": "^
|
|
36
|
+
"@azure/identity": "^4.0.0",
|
|
37
37
|
"@backstage/config": "^1.1.1",
|
|
38
38
|
"@octokit/auth-app": "^4.0.0",
|
|
39
39
|
"@octokit/rest": "^19.0.3",
|
|
@@ -43,8 +43,8 @@
|
|
|
43
43
|
"luxon": "^3.0.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@backstage/cli": "^0.
|
|
47
|
-
"@backstage/config-loader": "^1.
|
|
46
|
+
"@backstage/cli": "^0.25.0",
|
|
47
|
+
"@backstage/config-loader": "^1.6.0",
|
|
48
48
|
"@types/luxon": "^3.0.0",
|
|
49
49
|
"msw": "^1.0.0"
|
|
50
50
|
},
|