@backstage/plugin-catalog-backend-module-bitbucket-server 0.1.1-next.3 → 0.1.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @backstage/plugin-catalog-backend-module-bitbucket-server
2
2
 
3
+ ## 0.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 148568b5c2: Switched to using node-fetch instead of cross-fetch as is standard for our backend packages
8
+ - 667d917488: Updated dependency `msw` to `^0.47.0`.
9
+ - 87ec2ba4d6: Updated dependency `msw` to `^0.46.0`.
10
+ - bf5e9030eb: Updated dependency `msw` to `^0.45.0`.
11
+ - Updated dependencies
12
+ - @backstage/backend-common@0.15.1
13
+ - @backstage/integration@1.3.1
14
+ - @backstage/plugin-catalog-backend@1.4.0
15
+ - @backstage/backend-tasks@0.3.5
16
+ - @backstage/catalog-model@1.1.1
17
+ - @backstage/config@1.0.2
18
+ - @backstage/errors@1.1.1
19
+
3
20
  ## 0.1.1-next.3
4
21
 
5
22
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-bitbucket-server",
3
- "version": "0.1.1-next.3",
3
+ "version": "0.1.1",
4
4
  "main": "dist/index.cjs.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -31,21 +31,21 @@
31
31
  "postpack": "backstage-cli package postpack"
32
32
  },
33
33
  "dependencies": {
34
- "@backstage/backend-common": "^0.15.1-next.3",
35
- "@backstage/backend-tasks": "^0.3.5-next.1",
36
- "@backstage/catalog-model": "^1.1.1-next.0",
37
- "@backstage/config": "^1.0.2-next.0",
38
- "@backstage/errors": "^1.1.1-next.0",
39
- "@backstage/integration": "^1.3.1-next.2",
40
- "@backstage/plugin-catalog-backend": "^1.4.0-next.3",
34
+ "@backstage/backend-common": "^0.15.1",
35
+ "@backstage/backend-tasks": "^0.3.5",
36
+ "@backstage/catalog-model": "^1.1.1",
37
+ "@backstage/config": "^1.0.2",
38
+ "@backstage/errors": "^1.1.1",
39
+ "@backstage/integration": "^1.3.1",
40
+ "@backstage/plugin-catalog-backend": "^1.4.0",
41
41
  "@types/node-fetch": "^2.5.12",
42
42
  "node-fetch": "^2.6.7",
43
43
  "uuid": "^8.0.0",
44
44
  "winston": "^3.2.1"
45
45
  },
46
46
  "devDependencies": {
47
- "@backstage/backend-test-utils": "^0.1.28-next.3",
48
- "@backstage/cli": "^0.19.0-next.3",
47
+ "@backstage/backend-test-utils": "^0.1.28",
48
+ "@backstage/cli": "^0.19.0",
49
49
  "msw": "^0.47.0"
50
50
  },
51
51
  "files": [
@@ -53,5 +53,5 @@
53
53
  "config.d.ts"
54
54
  ],
55
55
  "configSchema": "config.d.ts",
56
- "gitHead": "2f458448f850dc68a711e2f31d14a91f96cf175d"
56
+ "gitHead": "25b94e63455f1fb170506f9e84e3f430f4b79406"
57
57
  }