@backstage/plugin-notifications-node 0.0.0-nightly-20240917021806 → 0.0.0-nightly-20240918022959

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 +18 -6
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,15 +1,27 @@
1
1
  # @backstage/plugin-notifications-node
2
2
 
3
- ## 0.0.0-nightly-20240917021806
3
+ ## 0.0.0-nightly-20240918022959
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - 094eaa3: Remove references to in-repo backend-common
7
8
  - Updated dependencies
8
- - @backstage/backend-common@0.0.0-nightly-20240917021806
9
- - @backstage/plugin-signals-node@0.0.0-nightly-20240917021806
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20240917021806
11
- - @backstage/catalog-model@0.0.0-nightly-20240917021806
12
- - @backstage/catalog-client@0.0.0-nightly-20240917021806
9
+ - @backstage/plugin-signals-node@0.0.0-nightly-20240918022959
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240918022959
11
+ - @backstage/catalog-client@1.7.0
12
+ - @backstage/catalog-model@1.7.0
13
+ - @backstage/plugin-notifications-common@0.0.5
14
+
15
+ ## 0.2.6
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+ - @backstage/backend-common@0.25.0
21
+ - @backstage/plugin-signals-node@0.1.11
22
+ - @backstage/backend-plugin-api@1.0.0
23
+ - @backstage/catalog-model@1.7.0
24
+ - @backstage/catalog-client@1.7.0
13
25
  - @backstage/plugin-notifications-common@0.0.5
14
26
 
15
27
  ## 0.2.6-next.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-notifications-node",
3
- "version": "0.0.0-nightly-20240917021806",
3
+ "version": "0.0.0-nightly-20240918022959",
4
4
  "description": "Node.js library for the notifications plugin",
5
5
  "backstage": {
6
6
  "role": "node-library",
@@ -37,20 +37,20 @@
37
37
  "test": "backstage-cli package test"
38
38
  },
39
39
  "dependencies": {
40
- "@backstage/backend-common": "^0.0.0-nightly-20240917021806",
41
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240917021806",
42
- "@backstage/catalog-client": "^0.0.0-nightly-20240917021806",
43
- "@backstage/catalog-model": "^0.0.0-nightly-20240917021806",
40
+ "@backstage/backend-common": "^0.25.0",
41
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240918022959",
42
+ "@backstage/catalog-client": "^1.7.0",
43
+ "@backstage/catalog-model": "^1.7.0",
44
44
  "@backstage/plugin-notifications-common": "^0.0.5",
45
- "@backstage/plugin-signals-node": "^0.0.0-nightly-20240917021806",
45
+ "@backstage/plugin-signals-node": "^0.0.0-nightly-20240918022959",
46
46
  "knex": "^3.0.0",
47
47
  "node-fetch": "^2.7.0",
48
48
  "uuid": "^9.0.0"
49
49
  },
50
50
  "devDependencies": {
51
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240917021806",
52
- "@backstage/cli": "^0.0.0-nightly-20240917021806",
53
- "@backstage/test-utils": "^0.0.0-nightly-20240917021806",
51
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240918022959",
52
+ "@backstage/cli": "^0.0.0-nightly-20240918022959",
53
+ "@backstage/test-utils": "^1.6.0",
54
54
  "msw": "^1.0.0"
55
55
  }
56
56
  }