@backstage/integration 0.0.0-nightly-202201323044 → 0.0.0-nightly-202201921950
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 +16 -2
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,13 +1,27 @@
|
|
|
1
1
|
# @backstage/integration
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-202201921950
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/config@0.0.0-nightly-202201921950
|
|
9
|
+
|
|
10
|
+
## 0.7.2-next.0
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies
|
|
15
|
+
- @backstage/config@0.1.13-next.0
|
|
16
|
+
|
|
17
|
+
## 0.7.1
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
6
20
|
|
|
7
21
|
- 3b4d8caff6: Adds a new GitHub credentials provider (DefaultGithubCredentialsProvider). It handles multiple app configurations. It looks up the app configuration based on the url.
|
|
8
22
|
- 5333451def: Cleaned up API exports
|
|
9
23
|
- Updated dependencies
|
|
10
|
-
- @backstage/config@0.
|
|
24
|
+
- @backstage/config@0.1.12
|
|
11
25
|
|
|
12
26
|
## 0.7.0
|
|
13
27
|
|
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": "0.0.0-nightly-
|
|
4
|
+
"version": "0.0.0-nightly-202201921950",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"clean": "backstage-cli clean"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@backstage/config": "^0.0.0-nightly-
|
|
33
|
+
"@backstage/config": "^0.0.0-nightly-202201921950",
|
|
34
34
|
"cross-fetch": "^3.0.6",
|
|
35
35
|
"git-url-parse": "^11.6.0",
|
|
36
36
|
"@octokit/rest": "^18.5.3",
|
|
@@ -39,9 +39,9 @@
|
|
|
39
39
|
"lodash": "^4.17.21"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@backstage/cli": "^0.0.0-nightly-
|
|
43
|
-
"@backstage/config-loader": "^0.0.0-nightly-
|
|
44
|
-
"@backstage/test-utils": "^0.0.0-nightly-
|
|
42
|
+
"@backstage/cli": "^0.0.0-nightly-202201921950",
|
|
43
|
+
"@backstage/config-loader": "^0.0.0-nightly-202201921950",
|
|
44
|
+
"@backstage/test-utils": "^0.0.0-nightly-202201921950",
|
|
45
45
|
"@types/jest": "^26.0.7",
|
|
46
46
|
"@types/luxon": "^2.0.4",
|
|
47
47
|
"msw": "^0.35.0"
|