@backstage/plugin-events-backend-module-bitbucket-cloud 0.0.0-nightly-20240903022649 → 0.0.0-nightly-20240904022810

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,13 +1,21 @@
1
1
  # @backstage/plugin-events-backend-module-bitbucket-cloud
2
2
 
3
- ## 0.0.0-nightly-20240903022649
3
+ ## 0.0.0-nightly-20240904022810
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - d425fc4: Modules, plugins, and services are now `BackendFeature`, not a function that returns a feature.
8
8
  - Updated dependencies
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20240903022649
10
- - @backstage/plugin-events-node@0.0.0-nightly-20240903022649
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240904022810
10
+ - @backstage/plugin-events-node@0.0.0-nightly-20240904022810
11
+
12
+ ## 0.2.11-next.1
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies
17
+ - @backstage/backend-plugin-api@0.9.0-next.1
18
+ - @backstage/plugin-events-node@0.4.0-next.1
11
19
 
12
20
  ## 0.2.11-next.0
13
21
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-events-backend-module-bitbucket-cloud__alpha",
3
- "version": "0.0.0-nightly-20240903022649",
3
+ "version": "0.0.0-nightly-20240904022810",
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-events-backend-module-bitbucket-cloud",
3
- "version": "0.0.0-nightly-20240903022649",
3
+ "version": "0.0.0-nightly-20240904022810",
4
4
  "backstage": {
5
5
  "role": "backend-plugin-module",
6
6
  "pluginId": "events",
@@ -45,12 +45,12 @@
45
45
  "test": "backstage-cli package test"
46
46
  },
47
47
  "dependencies": {
48
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240903022649",
49
- "@backstage/plugin-events-node": "^0.0.0-nightly-20240903022649"
48
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240904022810",
49
+ "@backstage/plugin-events-node": "^0.0.0-nightly-20240904022810"
50
50
  },
51
51
  "devDependencies": {
52
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240903022649",
53
- "@backstage/cli": "^0.0.0-nightly-20240903022649",
54
- "@backstage/plugin-events-backend-test-utils": "^0.0.0-nightly-20240903022649"
52
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240904022810",
53
+ "@backstage/cli": "^0.0.0-nightly-20240904022810",
54
+ "@backstage/plugin-events-backend-test-utils": "^0.0.0-nightly-20240904022810"
55
55
  }
56
56
  }