@backstage/plugin-catalog-backend-module-puppetdb 0.0.0-nightly-20250708024259 → 0.0.0-nightly-20250709024425

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 +5 -5
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,15 +1,15 @@
1
1
  # @backstage/plugin-catalog-backend-module-puppetdb
2
2
 
3
- ## 0.0.0-nightly-20250708024259
3
+ ## 0.0.0-nightly-20250709024425
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-20250708024259
10
- - @backstage/catalog-model@0.0.0-nightly-20250708024259
11
- - @backstage/backend-plugin-api@0.0.0-nightly-20250708024259
12
- - @backstage/plugin-catalog-node@0.0.0-nightly-20250708024259
9
+ - @backstage/config@0.0.0-nightly-20250709024425
10
+ - @backstage/catalog-model@0.0.0-nightly-20250709024425
11
+ - @backstage/backend-plugin-api@0.0.0-nightly-20250709024425
12
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20250709024425
13
13
  - @backstage/errors@1.2.7
14
14
  - @backstage/types@1.2.1
15
15
 
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-20250708024259",
3
+ "version": "0.0.0-nightly-20250709024425",
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-20250708024259",
69
- "@backstage/catalog-model": "0.0.0-nightly-20250708024259",
70
- "@backstage/config": "0.0.0-nightly-20250708024259",
68
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20250709024425",
69
+ "@backstage/catalog-model": "0.0.0-nightly-20250709024425",
70
+ "@backstage/config": "0.0.0-nightly-20250709024425",
71
71
  "@backstage/errors": "1.2.7",
72
- "@backstage/plugin-catalog-node": "0.0.0-nightly-20250708024259",
72
+ "@backstage/plugin-catalog-node": "0.0.0-nightly-20250709024425",
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-20250708024259",
80
- "@backstage/cli": "0.0.0-nightly-20250708024259",
79
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250709024425",
80
+ "@backstage/cli": "0.0.0-nightly-20250709024425",
81
81
  "@types/lodash": "^4.14.151",
82
82
  "msw": "^1.0.0"
83
83
  },