@backstage/integration 1.2.1-next.2 → 1.2.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.
- package/CHANGELOG.md +8 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @backstage/integration
|
|
2
2
|
|
|
3
|
+
## 1.2.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 72dfcbc8bf: Gerrit Integration: Handle absolute paths in `resolveUrl` properly.
|
|
8
|
+
- 8f7b1835df: Updated dependency `msw` to `^0.41.0`.
|
|
9
|
+
- e37c71b5a4: Updated to support deployments of Azure DevOps Server under TFS or similar sub path
|
|
10
|
+
|
|
3
11
|
## 1.2.1-next.2
|
|
4
12
|
|
|
5
13
|
### 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.2.1
|
|
4
|
+
"version": "1.2.1",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -43,9 +43,9 @@
|
|
|
43
43
|
"luxon": "^2.0.2"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@backstage/cli": "^0.17.2
|
|
47
|
-
"@backstage/config-loader": "^1.1.2
|
|
48
|
-
"@backstage/test-utils": "^1.1.1
|
|
46
|
+
"@backstage/cli": "^0.17.2",
|
|
47
|
+
"@backstage/config-loader": "^1.1.2",
|
|
48
|
+
"@backstage/test-utils": "^1.1.1",
|
|
49
49
|
"@types/jest": "^26.0.7",
|
|
50
50
|
"@types/luxon": "^2.0.4",
|
|
51
51
|
"msw": "^0.42.0"
|
|
@@ -55,6 +55,6 @@
|
|
|
55
55
|
"config.d.ts"
|
|
56
56
|
],
|
|
57
57
|
"configSchema": "config.d.ts",
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "e42cb3887e41f756c16380d757d93feda27f40ee",
|
|
59
59
|
"module": "dist/index.esm.js"
|
|
60
60
|
}
|