@backstage/plugin-catalog-backend-module-bitbucket-server 0.1.26 → 0.1.27-next.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 CHANGED
@@ -1,34 +1,34 @@
1
1
  # @backstage/plugin-catalog-backend-module-bitbucket-server
2
2
 
3
- ## 0.1.26
3
+ ## 0.1.27-next.1
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-common@0.21.3
9
- - @backstage/backend-tasks@0.5.18
10
- - @backstage/plugin-catalog-node@1.7.3
11
- - @backstage/backend-plugin-api@0.6.13
8
+ - @backstage/config@1.2.0-next.1
9
+ - @backstage/backend-common@0.21.4-next.1
10
+ - @backstage/backend-plugin-api@0.6.14-next.1
11
+ - @backstage/backend-tasks@0.5.19-next.1
12
+ - @backstage/integration@1.9.1-next.1
13
+ - @backstage/catalog-model@1.4.5-next.0
14
+ - @backstage/errors@1.2.4-next.0
15
+ - @backstage/plugin-catalog-node@1.8.0-next.1
12
16
 
13
- ## 0.1.25
17
+ ## 0.1.26-next.0
14
18
 
15
19
  ### Patch Changes
16
20
 
21
+ - 0fb419b: Updated dependency `uuid` to `^9.0.0`.
22
+ Updated dependency `@types/uuid` to `^9.0.0`.
17
23
  - Updated dependencies
18
- - @backstage/backend-common@0.21.2
19
- - @backstage/backend-tasks@0.5.17
20
- - @backstage/backend-plugin-api@0.6.12
21
- - @backstage/plugin-catalog-node@1.7.2
22
-
23
- ## 0.1.24
24
-
25
- ### Patch Changes
26
-
27
- - Updated dependencies
28
- - @backstage/backend-common@0.21.1
29
- - @backstage/backend-tasks@0.5.16
30
- - @backstage/backend-plugin-api@0.6.11
31
- - @backstage/plugin-catalog-node@1.7.1
24
+ - @backstage/backend-common@0.21.3-next.0
25
+ - @backstage/errors@1.2.4-next.0
26
+ - @backstage/backend-plugin-api@0.6.13-next.0
27
+ - @backstage/plugin-catalog-node@1.8.0-next.0
28
+ - @backstage/backend-tasks@0.5.18-next.0
29
+ - @backstage/catalog-model@1.4.5-next.0
30
+ - @backstage/config@1.1.2-next.0
31
+ - @backstage/integration@1.9.1-next.0
32
32
 
33
33
  ## 0.1.23
34
34
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-bitbucket-server",
3
- "version": "0.1.26",
3
+ "version": "0.1.27-next.1",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-bitbucket-server",
3
- "version": "0.1.26",
3
+ "version": "0.1.27-next.1",
4
4
  "main": "./dist/index.cjs.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -42,22 +42,22 @@
42
42
  "clean": "backstage-cli package clean"
43
43
  },
44
44
  "dependencies": {
45
- "@backstage/backend-common": "^0.21.3",
46
- "@backstage/backend-plugin-api": "^0.6.13",
47
- "@backstage/backend-tasks": "^0.5.18",
48
- "@backstage/catalog-model": "^1.4.4",
49
- "@backstage/config": "^1.1.1",
50
- "@backstage/errors": "^1.2.3",
51
- "@backstage/integration": "^1.9.0",
52
- "@backstage/plugin-catalog-node": "^1.7.3",
45
+ "@backstage/backend-common": "^0.21.4-next.1",
46
+ "@backstage/backend-plugin-api": "^0.6.14-next.1",
47
+ "@backstage/backend-tasks": "^0.5.19-next.1",
48
+ "@backstage/catalog-model": "^1.4.5-next.0",
49
+ "@backstage/config": "^1.2.0-next.1",
50
+ "@backstage/errors": "^1.2.4-next.0",
51
+ "@backstage/integration": "^1.9.1-next.1",
52
+ "@backstage/plugin-catalog-node": "^1.8.0-next.1",
53
53
  "@types/node-fetch": "^2.5.12",
54
54
  "node-fetch": "^2.6.7",
55
- "uuid": "^8.0.0",
55
+ "uuid": "^9.0.0",
56
56
  "winston": "^3.2.1"
57
57
  },
58
58
  "devDependencies": {
59
- "@backstage/backend-test-utils": "^0.3.3",
60
- "@backstage/cli": "^0.25.2",
59
+ "@backstage/backend-test-utils": "^0.3.4-next.1",
60
+ "@backstage/cli": "^0.25.3-next.1",
61
61
  "luxon": "^3.0.0",
62
62
  "msw": "^1.0.0"
63
63
  },