@backstage/plugin-catalog-backend-module-bitbucket-server 0.3.0-next.2 → 0.3.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @backstage/plugin-catalog-backend-module-bitbucket-server
2
2
 
3
+ ## 0.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 3f34ea9: Throttles Bitbucket Server API calls
8
+
9
+ ### Patch Changes
10
+
11
+ - 5c9cc05: Use native fetch instead of node-fetch
12
+ - Updated dependencies
13
+ - @backstage/integration@1.16.0
14
+ - @backstage/backend-plugin-api@1.1.0
15
+ - @backstage/plugin-catalog-node@1.15.0
16
+ - @backstage/errors@1.2.6
17
+ - @backstage/catalog-model@1.7.2
18
+ - @backstage/config@1.3.1
19
+
3
20
  ## 0.3.0-next.2
4
21
 
5
22
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-bitbucket-server",
3
- "version": "0.3.0-next.2",
3
+ "version": "0.3.0",
4
4
  "backstage": {
5
5
  "role": "backend-plugin-module",
6
6
  "pluginId": "catalog",
@@ -60,18 +60,18 @@
60
60
  "test": "backstage-cli package test"
61
61
  },
62
62
  "dependencies": {
63
- "@backstage/backend-plugin-api": "1.1.0-next.2",
64
- "@backstage/catalog-model": "1.7.2-next.0",
65
- "@backstage/config": "1.3.1-next.0",
66
- "@backstage/errors": "1.2.6-next.0",
67
- "@backstage/integration": "1.16.0-next.1",
68
- "@backstage/plugin-catalog-node": "1.15.0-next.2",
63
+ "@backstage/backend-plugin-api": "^1.1.0",
64
+ "@backstage/catalog-model": "^1.7.2",
65
+ "@backstage/config": "^1.3.1",
66
+ "@backstage/errors": "^1.2.6",
67
+ "@backstage/integration": "^1.16.0",
68
+ "@backstage/plugin-catalog-node": "^1.15.0",
69
69
  "p-throttle": "^4.1.1",
70
70
  "uuid": "^11.0.0"
71
71
  },
72
72
  "devDependencies": {
73
- "@backstage/backend-test-utils": "1.2.0-next.2",
74
- "@backstage/cli": "0.29.3-next.2",
73
+ "@backstage/backend-test-utils": "^1.2.0",
74
+ "@backstage/cli": "^0.29.4",
75
75
  "luxon": "^3.0.0",
76
76
  "msw": "^1.0.0"
77
77
  },