@backstage/plugin-catalog-backend-module-bitbucket-server 0.1.3 → 0.1.4-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,5 +1,36 @@
1
1
  # @backstage/plugin-catalog-backend-module-bitbucket-server
2
2
 
3
+ ## 0.1.4-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-common@0.17.0-next.1
9
+ - @backstage/plugin-catalog-backend@1.6.0-next.1
10
+ - @backstage/backend-tasks@0.4.0-next.1
11
+ - @backstage/backend-plugin-api@0.1.5-next.1
12
+ - @backstage/plugin-catalog-node@1.2.2-next.1
13
+ - @backstage/config@1.0.5-next.1
14
+ - @backstage/integration@1.4.1-next.1
15
+ - @backstage/catalog-model@1.1.4-next.1
16
+ - @backstage/errors@1.1.4-next.1
17
+
18
+ ## 0.1.4-next.0
19
+
20
+ ### Patch Changes
21
+
22
+ - 3280711113: Updated dependency `msw` to `^0.49.0`.
23
+ - Updated dependencies
24
+ - @backstage/plugin-catalog-backend@1.6.0-next.0
25
+ - @backstage/backend-common@0.16.1-next.0
26
+ - @backstage/integration@1.4.1-next.0
27
+ - @backstage/backend-plugin-api@0.1.5-next.0
28
+ - @backstage/plugin-catalog-node@1.2.2-next.0
29
+ - @backstage/backend-tasks@0.3.8-next.0
30
+ - @backstage/catalog-model@1.1.4-next.0
31
+ - @backstage/config@1.0.5-next.0
32
+ - @backstage/errors@1.1.4-next.0
33
+
3
34
  ## 0.1.3
4
35
 
5
36
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-bitbucket-server",
3
- "version": "0.1.3",
3
+ "version": "0.1.4-next.1",
4
4
  "main": "../dist/index.cjs.js",
5
5
  "types": "../dist/index.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.3",
3
+ "version": "0.1.4-next.1",
4
4
  "main": "dist/index.cjs.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -32,25 +32,25 @@
32
32
  "clean": "backstage-cli package clean"
33
33
  },
34
34
  "dependencies": {
35
- "@backstage/backend-common": "^0.16.0",
36
- "@backstage/backend-plugin-api": "^0.1.4",
37
- "@backstage/backend-tasks": "^0.3.7",
38
- "@backstage/catalog-model": "^1.1.3",
39
- "@backstage/config": "^1.0.4",
40
- "@backstage/errors": "^1.1.3",
41
- "@backstage/integration": "^1.4.0",
42
- "@backstage/plugin-catalog-backend": "^1.5.1",
43
- "@backstage/plugin-catalog-node": "^1.2.1",
35
+ "@backstage/backend-common": "^0.17.0-next.1",
36
+ "@backstage/backend-plugin-api": "^0.1.5-next.1",
37
+ "@backstage/backend-tasks": "^0.4.0-next.1",
38
+ "@backstage/catalog-model": "^1.1.4-next.1",
39
+ "@backstage/config": "^1.0.5-next.1",
40
+ "@backstage/errors": "^1.1.4-next.1",
41
+ "@backstage/integration": "^1.4.1-next.1",
42
+ "@backstage/plugin-catalog-backend": "^1.6.0-next.1",
43
+ "@backstage/plugin-catalog-node": "^1.2.2-next.1",
44
44
  "@types/node-fetch": "^2.5.12",
45
45
  "node-fetch": "^2.6.7",
46
46
  "uuid": "^8.0.0",
47
47
  "winston": "^3.2.1"
48
48
  },
49
49
  "devDependencies": {
50
- "@backstage/backend-test-utils": "^0.1.30",
51
- "@backstage/cli": "^0.21.0",
50
+ "@backstage/backend-test-utils": "^0.1.31-next.1",
51
+ "@backstage/cli": "^0.21.2-next.1",
52
52
  "luxon": "^3.0.0",
53
- "msw": "^0.48.0"
53
+ "msw": "^0.49.0"
54
54
  },
55
55
  "files": [
56
56
  "alpha",