@backstage/plugin-bitbucket-cloud-common 0.0.0-nightly-20220601025619 → 0.0.0-nightly-20220602024936

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 +2 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-bitbucket-cloud-common
2
2
 
3
- ## 0.0.0-nightly-20220601025619
3
+ ## 0.0.0-nightly-20220602024936
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -14,7 +14,7 @@
14
14
  ### Patch Changes
15
15
 
16
16
  - Updated dependencies
17
- - @backstage/integration@0.0.0-nightly-20220601025619
17
+ - @backstage/integration@0.0.0-nightly-20220602024936
18
18
 
19
19
  ## 0.1.0-next.0
20
20
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-bitbucket-cloud-common",
3
3
  "description": "Common functionalities for bitbucket-cloud plugins",
4
- "version": "0.0.0-nightly-20220601025619",
4
+ "version": "0.0.0-nightly-20220602024936",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -28,11 +28,11 @@
28
28
  "update-models": "yarn refresh-schema && yarn generate-models && yarn reduce-models"
29
29
  },
30
30
  "dependencies": {
31
- "@backstage/integration": "^0.0.0-nightly-20220601025619",
31
+ "@backstage/integration": "^0.0.0-nightly-20220602024936",
32
32
  "cross-fetch": "^3.1.5"
33
33
  },
34
34
  "devDependencies": {
35
- "@backstage/cli": "^0.0.0-nightly-20220601025619",
35
+ "@backstage/cli": "^0.0.0-nightly-20220602024936",
36
36
  "@openapitools/openapi-generator-cli": "^2.4.26",
37
37
  "msw": "^0.35.0",
38
38
  "ts-morph": "^15.0.0"