@backstage/plugin-notifications-node 0.0.0-nightly-20240403021132 → 0.0.0-nightly-20240407021319

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 +4 -4
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,16 +1,16 @@
1
1
  # @backstage/plugin-notifications-node
2
2
 
3
- ## 0.0.0-nightly-20240403021132
3
+ ## 0.0.0-nightly-20240407021319
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-common@0.0.0-nightly-20240403021132
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20240403021132
8
+ - @backstage/backend-common@0.0.0-nightly-20240407021319
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240407021319
10
+ - @backstage/plugin-signals-node@0.0.0-nightly-20240407021319
10
11
  - @backstage/catalog-client@1.6.3
11
12
  - @backstage/catalog-model@1.4.5
12
13
  - @backstage/plugin-notifications-common@0.0.2
13
- - @backstage/plugin-signals-node@0.0.0-nightly-20240403021132
14
14
 
15
15
  ## 0.1.3-next.0
16
16
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-notifications-node",
3
3
  "description": "Node.js library for the notifications plugin",
4
- "version": "0.0.0-nightly-20240403021132",
4
+ "version": "0.0.0-nightly-20240407021319",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -27,8 +27,8 @@
27
27
  "postpack": "backstage-cli package postpack"
28
28
  },
29
29
  "devDependencies": {
30
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240403021132",
31
- "@backstage/cli": "^0.0.0-nightly-20240403021132",
30
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240407021319",
31
+ "@backstage/cli": "^0.0.0-nightly-20240407021319",
32
32
  "@backstage/test-utils": "^1.5.3",
33
33
  "msw": "^1.0.0"
34
34
  },
@@ -36,12 +36,12 @@
36
36
  "dist"
37
37
  ],
38
38
  "dependencies": {
39
- "@backstage/backend-common": "^0.0.0-nightly-20240403021132",
40
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240403021132",
39
+ "@backstage/backend-common": "^0.0.0-nightly-20240407021319",
40
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240407021319",
41
41
  "@backstage/catalog-client": "^1.6.3",
42
42
  "@backstage/catalog-model": "^1.4.5",
43
43
  "@backstage/plugin-notifications-common": "^0.0.2",
44
- "@backstage/plugin-signals-node": "^0.0.0-nightly-20240403021132",
44
+ "@backstage/plugin-signals-node": "^0.0.0-nightly-20240407021319",
45
45
  "knex": "^3.0.0",
46
46
  "uuid": "^9.0.0"
47
47
  }