@backstage/integration 0.0.0-nightly-20220621024649 → 0.0.0-nightly-20220622024934

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 +7 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,12 @@
1
1
  # @backstage/integration
2
2
 
3
- ## 0.0.0-nightly-20220621024649
3
+ ## 0.0.0-nightly-20220622024934
4
+
5
+ ### Patch Changes
6
+
7
+ - 8829e175f2: Allow frontend visibility for `integrations` itself.
8
+
9
+ ## 1.2.2-next.0
4
10
 
5
11
  ### Patch Changes
6
12
 
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-20220621024649",
4
+ "version": "0.0.0-nightly-20220622024934",
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
  "lodash": "^4.17.21"
44
44
  },
45
45
  "devDependencies": {
46
- "@backstage/cli": "^0.0.0-nightly-20220621024649",
46
+ "@backstage/cli": "^0.0.0-nightly-20220622024934",
47
47
  "@backstage/config-loader": "^1.1.2",
48
- "@backstage/test-utils": "^1.1.1",
48
+ "@backstage/test-utils": "^0.0.0-nightly-20220622024934",
49
49
  "@types/jest": "^26.0.7",
50
50
  "@types/luxon": "^2.0.4",
51
51
  "msw": "^0.42.0"