@backstage/plugin-catalog-backend-module-puppetdb 0.0.0-nightly-20250630024608 → 0.0.0-nightly-20250702024342

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 +16 -5
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,18 +1,29 @@
1
1
  # @backstage/plugin-catalog-backend-module-puppetdb
2
2
 
3
- ## 0.0.0-nightly-20250630024608
3
+ ## 0.0.0-nightly-20250702024342
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 3507fcd: Just some more circular dep cleanup
8
8
  - Updated dependencies
9
- - @backstage/config@0.0.0-nightly-20250630024608
10
- - @backstage/catalog-model@0.0.0-nightly-20250630024608
11
- - @backstage/backend-plugin-api@0.0.0-nightly-20250630024608
12
- - @backstage/plugin-catalog-node@0.0.0-nightly-20250630024608
9
+ - @backstage/config@0.0.0-nightly-20250702024342
10
+ - @backstage/catalog-model@0.0.0-nightly-20250702024342
11
+ - @backstage/backend-plugin-api@0.0.0-nightly-20250702024342
12
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20250702024342
13
13
  - @backstage/errors@1.2.7
14
14
  - @backstage/types@1.2.1
15
15
 
16
+ ## 0.2.12-next.0
17
+
18
+ ### Patch Changes
19
+
20
+ - 3507fcd: Just some more circular dep cleanup
21
+ - Updated dependencies
22
+ - @backstage/config@1.3.3-next.0
23
+ - @backstage/catalog-model@1.7.5-next.0
24
+ - @backstage/backend-plugin-api@1.4.1-next.0
25
+ - @backstage/plugin-catalog-node@1.17.2-next.0
26
+
16
27
  ## 0.2.11
17
28
 
18
29
  ### Patch Changes
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-20250630024608",
3
+ "version": "0.0.0-nightly-20250702024342",
4
4
  "description": "A Backstage catalog backend module that helps integrate towards PuppetDB",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -65,19 +65,19 @@
65
65
  "test": "backstage-cli package test"
66
66
  },
67
67
  "dependencies": {
68
- "@backstage/backend-plugin-api": "0.0.0-nightly-20250630024608",
69
- "@backstage/catalog-model": "0.0.0-nightly-20250630024608",
70
- "@backstage/config": "0.0.0-nightly-20250630024608",
68
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20250702024342",
69
+ "@backstage/catalog-model": "0.0.0-nightly-20250702024342",
70
+ "@backstage/config": "0.0.0-nightly-20250702024342",
71
71
  "@backstage/errors": "1.2.7",
72
- "@backstage/plugin-catalog-node": "0.0.0-nightly-20250630024608",
72
+ "@backstage/plugin-catalog-node": "0.0.0-nightly-20250702024342",
73
73
  "@backstage/types": "1.2.1",
74
74
  "lodash": "^4.17.21",
75
75
  "luxon": "^3.0.0",
76
76
  "uuid": "^11.0.0"
77
77
  },
78
78
  "devDependencies": {
79
- "@backstage/backend-test-utils": "0.0.0-nightly-20250630024608",
80
- "@backstage/cli": "0.0.0-nightly-20250630024608",
79
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250702024342",
80
+ "@backstage/cli": "0.0.0-nightly-20250702024342",
81
81
  "@types/lodash": "^4.14.151",
82
82
  "msw": "^1.0.0"
83
83
  },