@backstage/plugin-events-backend-module-bitbucket-cloud 0.0.0-nightly-20240830022837 → 0.0.0-nightly-20240831022709

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,13 @@
1
1
  # @backstage/plugin-events-backend-module-bitbucket-cloud
2
2
 
3
- ## 0.0.0-nightly-20240830022837
3
+ ## 0.0.0-nightly-20240831022709
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-20240830022837
10
- - @backstage/plugin-events-node@0.0.0-nightly-20240830022837
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240831022709
10
+ - @backstage/plugin-events-node@0.0.0-nightly-20240831022709
11
11
 
12
12
  ## 0.2.11-next.0
13
13
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-events-backend-module-bitbucket-cloud__alpha",
3
- "version": "0.0.0-nightly-20240830022837",
3
+ "version": "0.0.0-nightly-20240831022709",
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-20240830022837",
3
+ "version": "0.0.0-nightly-20240831022709",
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-20240830022837",
49
- "@backstage/plugin-events-node": "^0.0.0-nightly-20240830022837"
48
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240831022709",
49
+ "@backstage/plugin-events-node": "^0.0.0-nightly-20240831022709"
50
50
  },
51
51
  "devDependencies": {
52
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240830022837",
53
- "@backstage/cli": "^0.0.0-nightly-20240830022837",
54
- "@backstage/plugin-events-backend-test-utils": "^0.0.0-nightly-20240830022837"
52
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240831022709",
53
+ "@backstage/cli": "^0.0.0-nightly-20240831022709",
54
+ "@backstage/plugin-events-backend-test-utils": "^0.0.0-nightly-20240831022709"
55
55
  }
56
56
  }