@backstage/plugin-catalog-backend-module-puppetdb 0.0.0-nightly-20241022023338 → 0.0.0-nightly-20241024023249

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.
package/CHANGELOG.md CHANGED
@@ -1,16 +1,28 @@
1
1
  # @backstage/plugin-catalog-backend-module-puppetdb
2
2
 
3
- ## 0.0.0-nightly-20241022023338
3
+ ## 0.0.0-nightly-20241024023249
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-plugin-api@0.0.0-nightly-20241022023338
8
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20241024023249
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20241024023249
10
+ - @backstage/catalog-model@1.7.0
11
+ - @backstage/config@1.2.0
12
+ - @backstage/errors@1.2.4
13
+ - @backstage/types@1.1.1
14
+
15
+ ## 0.2.4-next.0
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+ - @backstage/plugin-catalog-node@1.14.0-next.0
21
+ - @backstage/backend-plugin-api@1.0.2-next.0
9
22
  - @backstage/catalog-model@1.7.0
10
23
  - @backstage/config@1.2.0
11
24
  - @backstage/errors@1.2.4
12
25
  - @backstage/types@1.1.1
13
- - @backstage/plugin-catalog-node@0.0.0-nightly-20241022023338
14
26
 
15
27
  ## 0.2.3
16
28
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-puppetdb__alpha",
3
- "version": "0.0.0-nightly-20241022023338",
3
+ "version": "0.0.0-nightly-20241024023249",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
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-20241022023338",
3
+ "version": "0.0.0-nightly-20241024023249",
4
4
  "description": "A Backstage catalog backend module that helps integrate towards PuppetDB",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -53,11 +53,11 @@
53
53
  "test": "backstage-cli package test"
54
54
  },
55
55
  "dependencies": {
56
- "@backstage/backend-plugin-api": "0.0.0-nightly-20241022023338",
56
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20241024023249",
57
57
  "@backstage/catalog-model": "1.7.0",
58
58
  "@backstage/config": "1.2.0",
59
59
  "@backstage/errors": "1.2.4",
60
- "@backstage/plugin-catalog-node": "0.0.0-nightly-20241022023338",
60
+ "@backstage/plugin-catalog-node": "0.0.0-nightly-20241024023249",
61
61
  "@backstage/types": "1.1.1",
62
62
  "lodash": "^4.17.21",
63
63
  "luxon": "^3.0.0",
@@ -65,8 +65,8 @@
65
65
  "uuid": "^9.0.0"
66
66
  },
67
67
  "devDependencies": {
68
- "@backstage/backend-test-utils": "0.0.0-nightly-20241022023338",
69
- "@backstage/cli": "0.0.0-nightly-20241022023338",
68
+ "@backstage/backend-test-utils": "0.0.0-nightly-20241024023249",
69
+ "@backstage/cli": "0.0.0-nightly-20241024023249",
70
70
  "@types/lodash": "^4.14.151",
71
71
  "msw": "^1.0.0"
72
72
  },