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

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-20240829022758
3
+ ## 0.0.0-nightly-20240830022837
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-20240829022758
10
- - @backstage/plugin-events-node@0.0.0-nightly-20240829022758
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240830022837
10
+ - @backstage/plugin-events-node@0.0.0-nightly-20240830022837
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-20240829022758",
3
+ "version": "0.0.0-nightly-20240830022837",
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-20240829022758",
3
+ "version": "0.0.0-nightly-20240830022837",
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-20240829022758",
49
- "@backstage/plugin-events-node": "^0.0.0-nightly-20240829022758"
48
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240830022837",
49
+ "@backstage/plugin-events-node": "^0.0.0-nightly-20240830022837"
50
50
  },
51
51
  "devDependencies": {
52
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240829022758",
53
- "@backstage/cli": "^0.0.0-nightly-20240829022758",
54
- "@backstage/plugin-events-backend-test-utils": "^0.0.0-nightly-20240829022758"
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"
55
55
  }
56
56
  }