@backstage/plugin-notifications-node 0.0.0-nightly-20240227020936 → 0.0.0-nightly-20240228021022

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 +25 -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-20240227020936
3
+ ## 0.0.0-nightly-20240228021022
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -11,12 +11,30 @@
11
11
  - 0fb419b: Updated dependency `uuid` to `^9.0.0`.
12
12
  Updated dependency `@types/uuid` to `^9.0.0`.
13
13
  - Updated dependencies
14
- - @backstage/backend-common@0.0.0-nightly-20240227020936
15
- - @backstage/backend-plugin-api@0.0.0-nightly-20240227020936
16
- - @backstage/plugin-signals-node@0.0.0-nightly-20240227020936
17
- - @backstage/catalog-client@0.0.0-nightly-20240227020936
18
- - @backstage/catalog-model@0.0.0-nightly-20240227020936
19
- - @backstage/plugin-notifications-common@0.0.1
14
+ - @backstage/backend-common@0.0.0-nightly-20240228021022
15
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240228021022
16
+ - @backstage/plugin-signals-node@0.0.0-nightly-20240228021022
17
+ - @backstage/plugin-notifications-common@0.0.0-nightly-20240228021022
18
+ - @backstage/catalog-client@0.0.0-nightly-20240228021022
19
+ - @backstage/catalog-model@0.0.0-nightly-20240228021022
20
+
21
+ ## 0.1.0-next.0
22
+
23
+ ### Minor Changes
24
+
25
+ - 84af361: Migrated to using the new auth services.
26
+
27
+ ### Patch Changes
28
+
29
+ - 0fb419b: Updated dependency `uuid` to `^9.0.0`.
30
+ Updated dependency `@types/uuid` to `^9.0.0`.
31
+ - Updated dependencies
32
+ - @backstage/backend-common@0.21.3-next.0
33
+ - @backstage/backend-plugin-api@0.6.13-next.0
34
+ - @backstage/plugin-signals-node@0.0.4-next.0
35
+ - @backstage/plugin-notifications-common@0.0.2-next.0
36
+ - @backstage/catalog-client@1.6.1-next.0
37
+ - @backstage/catalog-model@1.4.5-next.0
20
38
 
21
39
  ## 0.0.1
22
40
 
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-20240227020936",
4
+ "version": "0.0.0-nightly-20240228021022",
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-20240227020936",
31
- "@backstage/cli": "^0.0.0-nightly-20240227020936",
32
- "@backstage/test-utils": "^0.0.0-nightly-20240227020936",
30
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240228021022",
31
+ "@backstage/cli": "^0.0.0-nightly-20240228021022",
32
+ "@backstage/test-utils": "^0.0.0-nightly-20240228021022",
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-20240227020936",
40
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240227020936",
41
- "@backstage/catalog-client": "^0.0.0-nightly-20240227020936",
42
- "@backstage/catalog-model": "^0.0.0-nightly-20240227020936",
43
- "@backstage/plugin-notifications-common": "^0.0.1",
44
- "@backstage/plugin-signals-node": "^0.0.0-nightly-20240227020936",
39
+ "@backstage/backend-common": "^0.0.0-nightly-20240228021022",
40
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240228021022",
41
+ "@backstage/catalog-client": "^0.0.0-nightly-20240228021022",
42
+ "@backstage/catalog-model": "^0.0.0-nightly-20240228021022",
43
+ "@backstage/plugin-notifications-common": "^0.0.0-nightly-20240228021022",
44
+ "@backstage/plugin-signals-node": "^0.0.0-nightly-20240228021022",
45
45
  "knex": "^3.0.0",
46
46
  "uuid": "^9.0.0"
47
47
  }