@backstage/plugin-notifications-node 0.0.0-nightly-20240312020947 → 0.0.0-nightly-20240314033554

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 +19 -7
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-notifications-node
2
2
 
3
- ## 0.0.0-nightly-20240312020947
3
+ ## 0.0.0-nightly-20240314033554
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -12,12 +12,24 @@
12
12
  - 0fb419b: Updated dependency `uuid` to `^9.0.0`.
13
13
  Updated dependency `@types/uuid` to `^9.0.0`.
14
14
  - Updated dependencies
15
- - @backstage/backend-common@0.0.0-nightly-20240312020947
16
- - @backstage/backend-plugin-api@0.0.0-nightly-20240312020947
17
- - @backstage/plugin-notifications-common@0.0.0-nightly-20240312020947
18
- - @backstage/plugin-signals-node@0.0.0-nightly-20240312020947
19
- - @backstage/catalog-client@0.0.0-nightly-20240312020947
20
- - @backstage/catalog-model@0.0.0-nightly-20240312020947
15
+ - @backstage/backend-common@0.0.0-nightly-20240314033554
16
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240314033554
17
+ - @backstage/plugin-notifications-common@0.0.0-nightly-20240314033554
18
+ - @backstage/plugin-signals-node@0.0.0-nightly-20240314033554
19
+ - @backstage/catalog-client@0.0.0-nightly-20240314033554
20
+ - @backstage/catalog-model@0.0.0-nightly-20240314033554
21
+
22
+ ## 0.1.0-next.2
23
+
24
+ ### Patch Changes
25
+
26
+ - Updated dependencies
27
+ - @backstage/plugin-signals-node@0.1.0-next.2
28
+ - @backstage/catalog-client@1.6.1-next.1
29
+ - @backstage/backend-common@0.21.4-next.2
30
+ - @backstage/backend-plugin-api@0.6.14-next.2
31
+ - @backstage/catalog-model@1.4.5-next.0
32
+ - @backstage/plugin-notifications-common@0.0.2-next.1
21
33
 
22
34
  ## 0.1.0-next.1
23
35
 
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-20240312020947",
4
+ "version": "0.0.0-nightly-20240314033554",
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-20240312020947",
31
- "@backstage/cli": "^0.0.0-nightly-20240312020947",
32
- "@backstage/test-utils": "^0.0.0-nightly-20240312020947",
30
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240314033554",
31
+ "@backstage/cli": "^0.0.0-nightly-20240314033554",
32
+ "@backstage/test-utils": "^0.0.0-nightly-20240314033554",
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-20240312020947",
40
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240312020947",
41
- "@backstage/catalog-client": "^0.0.0-nightly-20240312020947",
42
- "@backstage/catalog-model": "^0.0.0-nightly-20240312020947",
43
- "@backstage/plugin-notifications-common": "^0.0.0-nightly-20240312020947",
44
- "@backstage/plugin-signals-node": "^0.0.0-nightly-20240312020947",
39
+ "@backstage/backend-common": "^0.0.0-nightly-20240314033554",
40
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240314033554",
41
+ "@backstage/catalog-client": "^0.0.0-nightly-20240314033554",
42
+ "@backstage/catalog-model": "^0.0.0-nightly-20240314033554",
43
+ "@backstage/plugin-notifications-common": "^0.0.0-nightly-20240314033554",
44
+ "@backstage/plugin-signals-node": "^0.0.0-nightly-20240314033554",
45
45
  "knex": "^3.0.0",
46
46
  "uuid": "^9.0.0"
47
47
  }