@backstage/plugin-catalog-backend-module-bitbucket-server 0.1.3-next.1 → 0.1.4-next.0

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,42 @@
1
1
  # @backstage/plugin-catalog-backend-module-bitbucket-server
2
2
 
3
+ ## 0.1.4-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 3280711113: Updated dependency `msw` to `^0.49.0`.
8
+ - Updated dependencies
9
+ - @backstage/plugin-catalog-backend@1.6.0-next.0
10
+ - @backstage/backend-common@0.16.1-next.0
11
+ - @backstage/integration@1.4.1-next.0
12
+ - @backstage/backend-plugin-api@0.1.5-next.0
13
+ - @backstage/plugin-catalog-node@1.2.2-next.0
14
+ - @backstage/backend-tasks@0.3.8-next.0
15
+ - @backstage/catalog-model@1.1.4-next.0
16
+ - @backstage/config@1.0.5-next.0
17
+ - @backstage/errors@1.1.4-next.0
18
+
19
+ ## 0.1.3
20
+
21
+ ### Patch Changes
22
+
23
+ - 68f7f5a857: `BitbucketServerEntityProvider`: Add option to configure schedule via `app-config.yaml` instead of in code.
24
+
25
+ Please find how to configure the schedule at the config at
26
+ https://backstage.io/docs/integrations/bitbucketServer/discovery
27
+
28
+ - cd48ed8370: Add `bitbucketServerEntityProviderCatalogModule` (new backend-plugin-api, alpha).
29
+ - Updated dependencies
30
+ - @backstage/backend-common@0.16.0
31
+ - @backstage/plugin-catalog-backend@1.5.1
32
+ - @backstage/integration@1.4.0
33
+ - @backstage/backend-tasks@0.3.7
34
+ - @backstage/catalog-model@1.1.3
35
+ - @backstage/backend-plugin-api@0.1.4
36
+ - @backstage/plugin-catalog-node@1.2.1
37
+ - @backstage/config@1.0.4
38
+ - @backstage/errors@1.1.3
39
+
3
40
  ## 0.1.3-next.1
4
41
 
5
42
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-bitbucket-server",
3
- "version": "0.1.3-next.1",
3
+ "version": "0.1.4-next.0",
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-next.1",
3
+ "version": "0.1.4-next.0",
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-next.1",
36
- "@backstage/backend-plugin-api": "^0.1.4-next.1",
37
- "@backstage/backend-tasks": "^0.3.7-next.1",
38
- "@backstage/catalog-model": "^1.1.3-next.0",
39
- "@backstage/config": "^1.0.4-next.0",
40
- "@backstage/errors": "^1.1.3-next.0",
41
- "@backstage/integration": "^1.4.0-next.0",
42
- "@backstage/plugin-catalog-backend": "^1.5.1-next.1",
43
- "@backstage/plugin-catalog-node": "^1.2.1-next.1",
35
+ "@backstage/backend-common": "^0.16.1-next.0",
36
+ "@backstage/backend-plugin-api": "^0.1.5-next.0",
37
+ "@backstage/backend-tasks": "^0.3.8-next.0",
38
+ "@backstage/catalog-model": "^1.1.4-next.0",
39
+ "@backstage/config": "^1.0.5-next.0",
40
+ "@backstage/errors": "^1.1.4-next.0",
41
+ "@backstage/integration": "^1.4.1-next.0",
42
+ "@backstage/plugin-catalog-backend": "^1.6.0-next.0",
43
+ "@backstage/plugin-catalog-node": "^1.2.2-next.0",
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-next.1",
51
- "@backstage/cli": "^0.21.0-next.1",
50
+ "@backstage/backend-test-utils": "^0.1.31-next.0",
51
+ "@backstage/cli": "^0.21.2-next.0",
52
52
  "luxon": "^3.0.0",
53
- "msw": "^0.47.0"
53
+ "msw": "^0.49.0"
54
54
  },
55
55
  "files": [
56
56
  "alpha",