@backstage/plugin-catalog-backend-module-puppetdb 0.0.0-nightly-20250318023632 → 0.0.0-nightly-20250409023713

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 +27 -3
  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-20250318023632
3
+ ## 0.0.0-nightly-20250409023713
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-plugin-api@0.0.0-nightly-20250318023632
8
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20250409023713
9
+ - @backstage/backend-plugin-api@1.2.1
9
10
  - @backstage/catalog-model@1.7.3
10
11
  - @backstage/config@1.3.2
11
12
  - @backstage/errors@1.2.7
12
13
  - @backstage/types@1.2.1
13
- - @backstage/plugin-catalog-node@0.0.0-nightly-20250318023632
14
+
15
+ ## 0.2.9-next.0
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+ - @backstage/plugin-catalog-node@1.16.3-next.0
21
+ - @backstage/backend-plugin-api@1.2.1
22
+ - @backstage/catalog-model@1.7.3
23
+ - @backstage/config@1.3.2
24
+ - @backstage/errors@1.2.7
25
+ - @backstage/types@1.2.1
26
+
27
+ ## 0.2.8
28
+
29
+ ### Patch Changes
30
+
31
+ - Updated dependencies
32
+ - @backstage/backend-plugin-api@1.2.1
33
+ - @backstage/catalog-model@1.7.3
34
+ - @backstage/config@1.3.2
35
+ - @backstage/errors@1.2.7
36
+ - @backstage/types@1.2.1
37
+ - @backstage/plugin-catalog-node@1.16.1
14
38
 
15
39
  ## 0.2.8-next.1
16
40
 
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-20250318023632",
3
+ "version": "0.0.0-nightly-20250409023713",
4
4
  "description": "A Backstage catalog backend module that helps integrate towards PuppetDB",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -43,11 +43,11 @@
43
43
  "types": "./dist/index.d.ts",
44
44
  "typesVersions": {
45
45
  "*": {
46
- "*": [
47
- "dist/index.d.ts"
48
- ],
49
46
  "alpha": [
50
47
  "dist/alpha.d.ts"
48
+ ],
49
+ "package.json": [
50
+ "package.json"
51
51
  ]
52
52
  }
53
53
  },
@@ -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-20250318023632",
68
+ "@backstage/backend-plugin-api": "1.2.1",
69
69
  "@backstage/catalog-model": "1.7.3",
70
70
  "@backstage/config": "1.3.2",
71
71
  "@backstage/errors": "1.2.7",
72
- "@backstage/plugin-catalog-node": "0.0.0-nightly-20250318023632",
72
+ "@backstage/plugin-catalog-node": "0.0.0-nightly-20250409023713",
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-20250318023632",
80
- "@backstage/cli": "0.0.0-nightly-20250318023632",
79
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250409023713",
80
+ "@backstage/cli": "0.0.0-nightly-20250409023713",
81
81
  "@types/lodash": "^4.14.151",
82
82
  "msw": "^1.0.0"
83
83
  },