@backstage/plugin-catalog-backend-module-puppetdb 0.0.0-nightly-20260115025113 → 0.0.0-nightly-20260117024523

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 +3 -3
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,17 +1,17 @@
1
1
  # @backstage/plugin-catalog-backend-module-puppetdb
2
2
 
3
- ## 0.0.0-nightly-20260115025113
3
+ ## 0.0.0-nightly-20260117024523
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - a307700: Fixed crash when `latest_report_status` is undefined
8
8
  - Updated dependencies
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20260115025113
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20260117024523
10
10
  - @backstage/catalog-model@1.7.6
11
11
  - @backstage/config@1.3.6
12
12
  - @backstage/errors@1.2.7
13
13
  - @backstage/types@1.2.2
14
- - @backstage/plugin-catalog-node@0.0.0-nightly-20260115025113
14
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20260117024523
15
15
 
16
16
  ## 0.2.18-next.0
17
17
 
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-20260115025113",
3
+ "version": "0.0.0-nightly-20260117024523",
4
4
  "description": "A Backstage catalog backend module that helps integrate towards PuppetDB",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -57,18 +57,18 @@
57
57
  "test": "backstage-cli package test"
58
58
  },
59
59
  "dependencies": {
60
- "@backstage/backend-plugin-api": "0.0.0-nightly-20260115025113",
60
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20260117024523",
61
61
  "@backstage/catalog-model": "1.7.6",
62
62
  "@backstage/config": "1.3.6",
63
63
  "@backstage/errors": "1.2.7",
64
- "@backstage/plugin-catalog-node": "0.0.0-nightly-20260115025113",
64
+ "@backstage/plugin-catalog-node": "0.0.0-nightly-20260117024523",
65
65
  "@backstage/types": "1.2.2",
66
66
  "lodash": "^4.17.21",
67
67
  "uuid": "^11.0.0"
68
68
  },
69
69
  "devDependencies": {
70
- "@backstage/backend-test-utils": "0.0.0-nightly-20260115025113",
71
- "@backstage/cli": "0.0.0-nightly-20260115025113",
70
+ "@backstage/backend-test-utils": "0.0.0-nightly-20260117024523",
71
+ "@backstage/cli": "0.0.0-nightly-20260117024523",
72
72
  "@types/lodash": "^4.14.151",
73
73
  "msw": "^1.0.0"
74
74
  },