@backstage/plugin-notifications-node 0.2.9-next.3 → 0.2.10-next.0

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 +24 -0
  2. package/package.json +10 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @backstage/plugin-notifications-node
2
2
 
3
+ ## 0.2.10-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-plugin-api@1.0.3-next.0
9
+ - @backstage/catalog-client@1.8.1-next.0
10
+ - @backstage/catalog-model@1.7.1
11
+ - @backstage/plugin-notifications-common@0.0.6
12
+ - @backstage/plugin-signals-node@0.1.15-next.0
13
+
14
+ ## 0.2.9
15
+
16
+ ### Patch Changes
17
+
18
+ - 4e58bc7: Upgrade to uuid v11 internally
19
+ - 5d74716: Remove unused backend-common dependency
20
+ - Updated dependencies
21
+ - @backstage/catalog-client@1.8.0
22
+ - @backstage/backend-plugin-api@1.0.2
23
+ - @backstage/plugin-notifications-common@0.0.6
24
+ - @backstage/plugin-signals-node@0.1.14
25
+ - @backstage/catalog-model@1.7.1
26
+
3
27
  ## 0.2.9-next.3
4
28
 
5
29
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-notifications-node",
3
- "version": "0.2.9-next.3",
3
+ "version": "0.2.10-next.0",
4
4
  "description": "Node.js library for the notifications plugin",
5
5
  "backstage": {
6
6
  "role": "node-library",
@@ -37,20 +37,19 @@
37
37
  "test": "backstage-cli package test"
38
38
  },
39
39
  "dependencies": {
40
- "@backstage/backend-common": "^0.25.0",
41
- "@backstage/backend-plugin-api": "1.0.2-next.2",
42
- "@backstage/catalog-client": "1.8.0-next.1",
43
- "@backstage/catalog-model": "1.7.0",
44
- "@backstage/plugin-notifications-common": "0.0.6-next.0",
45
- "@backstage/plugin-signals-node": "0.1.14-next.3",
40
+ "@backstage/backend-plugin-api": "1.0.3-next.0",
41
+ "@backstage/catalog-client": "1.8.1-next.0",
42
+ "@backstage/catalog-model": "1.7.1",
43
+ "@backstage/plugin-notifications-common": "0.0.6",
44
+ "@backstage/plugin-signals-node": "0.1.15-next.0",
46
45
  "knex": "^3.0.0",
47
46
  "node-fetch": "^2.7.0",
48
- "uuid": "^9.0.0"
47
+ "uuid": "^11.0.0"
49
48
  },
50
49
  "devDependencies": {
51
- "@backstage/backend-test-utils": "1.1.0-next.3",
52
- "@backstage/cli": "0.29.0-next.3",
53
- "@backstage/test-utils": "1.7.1-next.0",
50
+ "@backstage/backend-test-utils": "1.2.0-next.0",
51
+ "@backstage/cli": "0.29.3-next.0",
52
+ "@backstage/test-utils": "1.7.3-next.0",
54
53
  "msw": "^1.0.0"
55
54
  },
56
55
  "typesVersions": {