@backstage/plugin-notifications-node 0.0.0-nightly-20241215023758 → 0.0.0-nightly-20241217023754

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 +6 -6
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,16 +1,16 @@
1
1
  # @backstage/plugin-notifications-node
2
2
 
3
- ## 0.0.0-nightly-20241215023758
3
+ ## 0.0.0-nightly-20241217023754
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 5c9cc05: Use native fetch instead of node-fetch
8
8
  - Updated dependencies
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20241215023758
10
- - @backstage/catalog-client@0.0.0-nightly-20241215023758
11
- - @backstage/catalog-model@0.0.0-nightly-20241215023758
12
- - @backstage/plugin-notifications-common@0.0.0-nightly-20241215023758
13
- - @backstage/plugin-signals-node@0.0.0-nightly-20241215023758
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20241217023754
10
+ - @backstage/catalog-client@0.0.0-nightly-20241217023754
11
+ - @backstage/catalog-model@0.0.0-nightly-20241217023754
12
+ - @backstage/plugin-notifications-common@0.0.0-nightly-20241217023754
13
+ - @backstage/plugin-signals-node@0.0.0-nightly-20241217023754
14
14
 
15
15
  ## 0.2.10-next.2
16
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-notifications-node",
3
- "version": "0.0.0-nightly-20241215023758",
3
+ "version": "0.0.0-nightly-20241217023754",
4
4
  "description": "Node.js library for the notifications plugin",
5
5
  "backstage": {
6
6
  "role": "node-library",
@@ -37,18 +37,18 @@
37
37
  "test": "backstage-cli package test"
38
38
  },
39
39
  "dependencies": {
40
- "@backstage/backend-plugin-api": "0.0.0-nightly-20241215023758",
41
- "@backstage/catalog-client": "0.0.0-nightly-20241215023758",
42
- "@backstage/catalog-model": "0.0.0-nightly-20241215023758",
43
- "@backstage/plugin-notifications-common": "0.0.0-nightly-20241215023758",
44
- "@backstage/plugin-signals-node": "0.0.0-nightly-20241215023758",
40
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20241217023754",
41
+ "@backstage/catalog-client": "0.0.0-nightly-20241217023754",
42
+ "@backstage/catalog-model": "0.0.0-nightly-20241217023754",
43
+ "@backstage/plugin-notifications-common": "0.0.0-nightly-20241217023754",
44
+ "@backstage/plugin-signals-node": "0.0.0-nightly-20241217023754",
45
45
  "knex": "^3.0.0",
46
46
  "uuid": "^11.0.0"
47
47
  },
48
48
  "devDependencies": {
49
- "@backstage/backend-test-utils": "0.0.0-nightly-20241215023758",
50
- "@backstage/cli": "0.0.0-nightly-20241215023758",
51
- "@backstage/test-utils": "0.0.0-nightly-20241215023758",
49
+ "@backstage/backend-test-utils": "0.0.0-nightly-20241217023754",
50
+ "@backstage/cli": "0.0.0-nightly-20241217023754",
51
+ "@backstage/test-utils": "0.0.0-nightly-20241217023754",
52
52
  "msw": "^1.0.0"
53
53
  },
54
54
  "typesVersions": {