@backstage/plugin-catalog-backend-module-bitbucket-server 0.0.0-nightly-20230526021935 → 0.0.0-nightly-20230528022650

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,16 +1,16 @@
1
1
  # @backstage/plugin-catalog-backend-module-bitbucket-server
2
2
 
3
- ## 0.0.0-nightly-20230526021935
3
+ ## 0.0.0-nightly-20230528022650
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-common@0.0.0-nightly-20230526021935
9
- - @backstage/plugin-catalog-node@0.0.0-nightly-20230526021935
8
+ - @backstage/backend-common@0.0.0-nightly-20230528022650
9
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20230528022650
10
10
  - @backstage/integration@1.4.5
11
- - @backstage/backend-tasks@0.0.0-nightly-20230526021935
11
+ - @backstage/backend-tasks@0.0.0-nightly-20230528022650
12
12
  - @backstage/config@1.0.7
13
- - @backstage/backend-plugin-api@0.0.0-nightly-20230526021935
13
+ - @backstage/backend-plugin-api@0.0.0-nightly-20230528022650
14
14
  - @backstage/catalog-model@1.3.0
15
15
  - @backstage/errors@1.1.5
16
16
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-bitbucket-server",
3
- "version": "0.0.0-nightly-20230526021935",
3
+ "version": "0.0.0-nightly-20230528022650",
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.0.0-nightly-20230526021935",
3
+ "version": "0.0.0-nightly-20230528022650",
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.0.0-nightly-20230526021935",
46
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20230526021935",
47
- "@backstage/backend-tasks": "^0.0.0-nightly-20230526021935",
45
+ "@backstage/backend-common": "^0.0.0-nightly-20230528022650",
46
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20230528022650",
47
+ "@backstage/backend-tasks": "^0.0.0-nightly-20230528022650",
48
48
  "@backstage/catalog-model": "^1.3.0",
49
49
  "@backstage/config": "^1.0.7",
50
50
  "@backstage/errors": "^1.1.5",
51
51
  "@backstage/integration": "^1.4.5",
52
- "@backstage/plugin-catalog-node": "^0.0.0-nightly-20230526021935",
52
+ "@backstage/plugin-catalog-node": "^0.0.0-nightly-20230528022650",
53
53
  "@types/node-fetch": "^2.5.12",
54
54
  "node-fetch": "^2.6.7",
55
55
  "uuid": "^8.0.0",
56
56
  "winston": "^3.2.1"
57
57
  },
58
58
  "devDependencies": {
59
- "@backstage/backend-test-utils": "^0.0.0-nightly-20230526021935",
60
- "@backstage/cli": "^0.0.0-nightly-20230526021935",
59
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20230528022650",
60
+ "@backstage/cli": "^0.0.0-nightly-20230528022650",
61
61
  "luxon": "^3.0.0",
62
62
  "msw": "^1.0.0"
63
63
  },