@backstage/plugin-notifications-node 0.0.0-nightly-20240218021152 → 0.0.0-nightly-20240220020934

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 +7 -7
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,18 +1,18 @@
1
1
  # @backstage/plugin-notifications-node
2
2
 
3
- ## 0.0.0-nightly-20240218021152
3
+ ## 0.0.0-nightly-20240220020934
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 8472188: Added or fixed the `repository` field in `package.json`.
8
8
  - fb8fc24: Initial notifications system for backstage
9
9
  - Updated dependencies
10
- - @backstage/backend-common@0.0.0-nightly-20240218021152
11
- - @backstage/plugin-signals-node@0.0.0-nightly-20240218021152
12
- - @backstage/plugin-notifications-common@0.0.0-nightly-20240218021152
13
- - @backstage/backend-plugin-api@0.0.0-nightly-20240218021152
14
- - @backstage/catalog-model@0.0.0-nightly-20240218021152
15
- - @backstage/catalog-client@0.0.0-nightly-20240218021152
10
+ - @backstage/backend-common@0.0.0-nightly-20240220020934
11
+ - @backstage/plugin-signals-node@0.0.0-nightly-20240220020934
12
+ - @backstage/plugin-notifications-common@0.0.0-nightly-20240220020934
13
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240220020934
14
+ - @backstage/catalog-model@0.0.0-nightly-20240220020934
15
+ - @backstage/catalog-client@0.0.0-nightly-20240220020934
16
16
 
17
17
  ## 0.0.1-next.1
18
18
 
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-20240218021152",
4
+ "version": "0.0.0-nightly-20240220020934",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -27,20 +27,20 @@
27
27
  "postpack": "backstage-cli package postpack"
28
28
  },
29
29
  "devDependencies": {
30
- "@backstage/cli": "^0.0.0-nightly-20240218021152",
31
- "@backstage/test-utils": "^0.0.0-nightly-20240218021152",
30
+ "@backstage/cli": "^0.0.0-nightly-20240220020934",
31
+ "@backstage/test-utils": "^0.0.0-nightly-20240220020934",
32
32
  "msw": "^1.0.0"
33
33
  },
34
34
  "files": [
35
35
  "dist"
36
36
  ],
37
37
  "dependencies": {
38
- "@backstage/backend-common": "^0.0.0-nightly-20240218021152",
39
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240218021152",
40
- "@backstage/catalog-client": "^0.0.0-nightly-20240218021152",
41
- "@backstage/catalog-model": "^0.0.0-nightly-20240218021152",
42
- "@backstage/plugin-notifications-common": "^0.0.0-nightly-20240218021152",
43
- "@backstage/plugin-signals-node": "^0.0.0-nightly-20240218021152",
38
+ "@backstage/backend-common": "^0.0.0-nightly-20240220020934",
39
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240220020934",
40
+ "@backstage/catalog-client": "^0.0.0-nightly-20240220020934",
41
+ "@backstage/catalog-model": "^0.0.0-nightly-20240220020934",
42
+ "@backstage/plugin-notifications-common": "^0.0.0-nightly-20240220020934",
43
+ "@backstage/plugin-signals-node": "^0.0.0-nightly-20240220020934",
44
44
  "knex": "^3.0.0",
45
45
  "uuid": "^8.0.0"
46
46
  }