@backstage/plugin-catalog-backend-module-puppetdb 0.0.0-nightly-20241217023754 → 0.0.0-nightly-20241225023133

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 +30 -6
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,16 +1,40 @@
1
1
  # @backstage/plugin-catalog-backend-module-puppetdb
2
2
 
3
- ## 0.0.0-nightly-20241217023754
3
+ ## 0.0.0-nightly-20241225023133
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-plugin-api@0.0.0-nightly-20241225023133
9
+ - @backstage/catalog-model@1.7.2
10
+ - @backstage/config@1.3.1
11
+ - @backstage/errors@1.2.6
12
+ - @backstage/types@1.2.0
13
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20241225023133
14
+
15
+ ## 0.2.6-next.0
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+ - @backstage/backend-plugin-api@1.1.1-next.0
21
+ - @backstage/catalog-model@1.7.2
22
+ - @backstage/config@1.3.1
23
+ - @backstage/errors@1.2.6
24
+ - @backstage/types@1.2.0
25
+ - @backstage/plugin-catalog-node@1.15.1-next.0
26
+
27
+ ## 0.2.5
4
28
 
5
29
  ### Patch Changes
6
30
 
7
31
  - 5c9cc05: Use native fetch instead of node-fetch
8
32
  - Updated dependencies
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20241217023754
10
- - @backstage/plugin-catalog-node@0.0.0-nightly-20241217023754
11
- - @backstage/errors@0.0.0-nightly-20241217023754
12
- - @backstage/catalog-model@0.0.0-nightly-20241217023754
13
- - @backstage/config@0.0.0-nightly-20241217023754
33
+ - @backstage/backend-plugin-api@1.1.0
34
+ - @backstage/plugin-catalog-node@1.15.0
35
+ - @backstage/errors@1.2.6
36
+ - @backstage/catalog-model@1.7.2
37
+ - @backstage/config@1.3.1
14
38
  - @backstage/types@1.2.0
15
39
 
16
40
  ## 0.2.5-next.2
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-20241217023754",
3
+ "version": "0.0.0-nightly-20241225023133",
4
4
  "description": "A Backstage catalog backend module that helps integrate towards PuppetDB",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -62,19 +62,19 @@
62
62
  "test": "backstage-cli package test"
63
63
  },
64
64
  "dependencies": {
65
- "@backstage/backend-plugin-api": "0.0.0-nightly-20241217023754",
66
- "@backstage/catalog-model": "0.0.0-nightly-20241217023754",
67
- "@backstage/config": "0.0.0-nightly-20241217023754",
68
- "@backstage/errors": "0.0.0-nightly-20241217023754",
69
- "@backstage/plugin-catalog-node": "0.0.0-nightly-20241217023754",
65
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20241225023133",
66
+ "@backstage/catalog-model": "1.7.2",
67
+ "@backstage/config": "1.3.1",
68
+ "@backstage/errors": "1.2.6",
69
+ "@backstage/plugin-catalog-node": "0.0.0-nightly-20241225023133",
70
70
  "@backstage/types": "1.2.0",
71
71
  "lodash": "^4.17.21",
72
72
  "luxon": "^3.0.0",
73
73
  "uuid": "^11.0.0"
74
74
  },
75
75
  "devDependencies": {
76
- "@backstage/backend-test-utils": "0.0.0-nightly-20241217023754",
77
- "@backstage/cli": "0.0.0-nightly-20241217023754",
76
+ "@backstage/backend-test-utils": "0.0.0-nightly-20241225023133",
77
+ "@backstage/cli": "0.0.0-nightly-20241225023133",
78
78
  "@types/lodash": "^4.14.151",
79
79
  "msw": "^1.0.0"
80
80
  },