@backstage/plugin-notifications-node 0.0.0-nightly-20240322021005 → 0.0.0-nightly-20240324021343

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 +17 -5
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,14 +1,26 @@
1
1
  # @backstage/plugin-notifications-node
2
2
 
3
- ## 0.0.0-nightly-20240322021005
3
+ ## 0.0.0-nightly-20240324021343
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-common@0.0.0-nightly-20240322021005
9
- - @backstage/plugin-signals-node@0.0.0-nightly-20240322021005
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20240322021005
11
- - @backstage/catalog-client@1.6.1
8
+ - @backstage/catalog-client@0.0.0-nightly-20240324021343
9
+ - @backstage/backend-common@0.0.0-nightly-20240324021343
10
+ - @backstage/plugin-signals-node@0.0.0-nightly-20240324021343
11
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240324021343
12
+ - @backstage/catalog-model@1.4.5
13
+ - @backstage/plugin-notifications-common@0.0.2
14
+
15
+ ## 0.1.1
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+ - @backstage/catalog-client@1.6.2
21
+ - @backstage/backend-common@0.21.5
22
+ - @backstage/plugin-signals-node@0.1.1
23
+ - @backstage/backend-plugin-api@0.6.15
12
24
  - @backstage/catalog-model@1.4.5
13
25
  - @backstage/plugin-notifications-common@0.0.2
14
26
 
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-20240322021005",
4
+ "version": "0.0.0-nightly-20240324021343",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -27,21 +27,21 @@
27
27
  "postpack": "backstage-cli package postpack"
28
28
  },
29
29
  "devDependencies": {
30
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240322021005",
31
- "@backstage/cli": "^0.0.0-nightly-20240322021005",
32
- "@backstage/test-utils": "^0.0.0-nightly-20240322021005",
30
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240324021343",
31
+ "@backstage/cli": "^0.0.0-nightly-20240324021343",
32
+ "@backstage/test-utils": "^0.0.0-nightly-20240324021343",
33
33
  "msw": "^1.0.0"
34
34
  },
35
35
  "files": [
36
36
  "dist"
37
37
  ],
38
38
  "dependencies": {
39
- "@backstage/backend-common": "^0.0.0-nightly-20240322021005",
40
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240322021005",
41
- "@backstage/catalog-client": "^1.6.1",
39
+ "@backstage/backend-common": "^0.0.0-nightly-20240324021343",
40
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240324021343",
41
+ "@backstage/catalog-client": "^0.0.0-nightly-20240324021343",
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-20240322021005",
44
+ "@backstage/plugin-signals-node": "^0.0.0-nightly-20240324021343",
45
45
  "knex": "^3.0.0",
46
46
  "uuid": "^9.0.0"
47
47
  }