@backstage/plugin-catalog-backend-module-puppetdb 0.0.0-nightly-20250906023343 → 0.0.0-nightly-20250907023802

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,13 +1,13 @@
1
1
  # @backstage/plugin-catalog-backend-module-puppetdb
2
2
 
3
- ## 0.0.0-nightly-20250906023343
3
+ ## 0.0.0-nightly-20250907023802
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - afd368e: **BREAKING ALPHA**: The module has been moved from the `/alpha` export to the root of the package.
8
8
  - Updated dependencies
9
- - @backstage/plugin-catalog-node@0.0.0-nightly-20250906023343
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20250906023343
9
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20250907023802
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20250907023802
11
11
  - @backstage/catalog-model@1.7.5
12
12
  - @backstage/config@1.3.3
13
13
  - @backstage/errors@1.2.7
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-20250906023343",
3
+ "version": "0.0.0-nightly-20250907023802",
4
4
  "description": "A Backstage catalog backend module that helps integrate towards PuppetDB",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -57,19 +57,19 @@
57
57
  "test": "backstage-cli package test"
58
58
  },
59
59
  "dependencies": {
60
- "@backstage/backend-plugin-api": "0.0.0-nightly-20250906023343",
60
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20250907023802",
61
61
  "@backstage/catalog-model": "1.7.5",
62
62
  "@backstage/config": "1.3.3",
63
63
  "@backstage/errors": "1.2.7",
64
- "@backstage/plugin-catalog-node": "0.0.0-nightly-20250906023343",
64
+ "@backstage/plugin-catalog-node": "0.0.0-nightly-20250907023802",
65
65
  "@backstage/types": "1.2.1",
66
66
  "lodash": "^4.17.21",
67
67
  "luxon": "^3.0.0",
68
68
  "uuid": "^11.0.0"
69
69
  },
70
70
  "devDependencies": {
71
- "@backstage/backend-test-utils": "0.0.0-nightly-20250906023343",
72
- "@backstage/cli": "0.0.0-nightly-20250906023343",
71
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250907023802",
72
+ "@backstage/cli": "0.0.0-nightly-20250907023802",
73
73
  "@types/lodash": "^4.14.151",
74
74
  "msw": "^1.0.0"
75
75
  },