@backstage/plugin-catalog-backend-module-puppetdb 0.0.0-nightly-20240226021250 → 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.
package/CHANGELOG.md CHANGED
@@ -1,17 +1,35 @@
1
1
  # @backstage/plugin-catalog-backend-module-puppetdb
2
2
 
3
- ## 0.0.0-nightly-20240226021250
3
+ ## 0.0.0-nightly-20240228021022
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - 0fb419b: Updated dependency `uuid` to `^9.0.0`.
8
+ Updated dependency `@types/uuid` to `^9.0.0`.
7
9
  - Updated dependencies
8
- - @backstage/backend-common@0.0.0-nightly-20240226021250
9
- - @backstage/errors@0.0.0-nightly-20240226021250
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20240226021250
11
- - @backstage/backend-tasks@0.0.0-nightly-20240226021250
12
- - @backstage/plugin-catalog-node@0.0.0-nightly-20240226021250
13
- - @backstage/catalog-model@0.0.0-nightly-20240226021250
14
- - @backstage/config@0.0.0-nightly-20240226021250
10
+ - @backstage/backend-common@0.0.0-nightly-20240228021022
11
+ - @backstage/errors@0.0.0-nightly-20240228021022
12
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240228021022
13
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20240228021022
14
+ - @backstage/backend-tasks@0.0.0-nightly-20240228021022
15
+ - @backstage/catalog-model@0.0.0-nightly-20240228021022
16
+ - @backstage/config@0.0.0-nightly-20240228021022
17
+ - @backstage/types@1.1.1
18
+
19
+ ## 0.1.18-next.0
20
+
21
+ ### Patch Changes
22
+
23
+ - 0fb419b: Updated dependency `uuid` to `^9.0.0`.
24
+ Updated dependency `@types/uuid` to `^9.0.0`.
25
+ - Updated dependencies
26
+ - @backstage/backend-common@0.21.3-next.0
27
+ - @backstage/errors@1.2.4-next.0
28
+ - @backstage/backend-plugin-api@0.6.13-next.0
29
+ - @backstage/plugin-catalog-node@1.8.0-next.0
30
+ - @backstage/backend-tasks@0.5.18-next.0
31
+ - @backstage/catalog-model@1.4.5-next.0
32
+ - @backstage/config@1.1.2-next.0
15
33
  - @backstage/types@1.1.1
16
34
 
17
35
  ## 0.1.15
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-puppetdb",
3
- "version": "0.0.0-nightly-20240226021250",
3
+ "version": "0.0.0-nightly-20240228021022",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-puppetdb",
3
- "version": "0.0.0-nightly-20240226021250",
3
+ "version": "0.0.0-nightly-20240228021022",
4
4
  "description": "A Backstage catalog backend module that helps integrate towards PuppetDB",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module"
@@ -50,23 +50,23 @@
50
50
  "test": "backstage-cli package test"
51
51
  },
52
52
  "dependencies": {
53
- "@backstage/backend-common": "^0.0.0-nightly-20240226021250",
54
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240226021250",
55
- "@backstage/backend-tasks": "^0.0.0-nightly-20240226021250",
56
- "@backstage/catalog-model": "^0.0.0-nightly-20240226021250",
57
- "@backstage/config": "^0.0.0-nightly-20240226021250",
58
- "@backstage/errors": "^0.0.0-nightly-20240226021250",
59
- "@backstage/plugin-catalog-node": "^0.0.0-nightly-20240226021250",
53
+ "@backstage/backend-common": "^0.0.0-nightly-20240228021022",
54
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240228021022",
55
+ "@backstage/backend-tasks": "^0.0.0-nightly-20240228021022",
56
+ "@backstage/catalog-model": "^0.0.0-nightly-20240228021022",
57
+ "@backstage/config": "^0.0.0-nightly-20240228021022",
58
+ "@backstage/errors": "^0.0.0-nightly-20240228021022",
59
+ "@backstage/plugin-catalog-node": "^0.0.0-nightly-20240228021022",
60
60
  "@backstage/types": "^1.1.1",
61
61
  "lodash": "^4.17.21",
62
62
  "luxon": "^3.0.0",
63
63
  "node-fetch": "^2.6.7",
64
- "uuid": "^8.0.0",
64
+ "uuid": "^9.0.0",
65
65
  "winston": "^3.2.1"
66
66
  },
67
67
  "devDependencies": {
68
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240226021250",
69
- "@backstage/cli": "^0.0.0-nightly-20240226021250",
68
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240228021022",
69
+ "@backstage/cli": "^0.0.0-nightly-20240228021022",
70
70
  "@types/lodash": "^4.14.151",
71
71
  "msw": "^1.0.0"
72
72
  },