@backstage/plugin-catalog-backend-module-puppetdb 0.0.0-nightly-20240811022228 → 0.0.0-nightly-20240814021923

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,20 +1,34 @@
1
1
  # @backstage/plugin-catalog-backend-module-puppetdb
2
2
 
3
- ## 0.0.0-nightly-20240811022228
3
+ ## 0.0.0-nightly-20240814021923
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 93095ee: Make sure node-fetch is version 2.7.0 or greater
8
8
  - Updated dependencies
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20240811022228
10
- - @backstage/backend-common@0.0.0-nightly-20240811022228
11
- - @backstage/plugin-catalog-node@0.0.0-nightly-20240811022228
12
- - @backstage/backend-tasks@0.0.0-nightly-20240811022228
13
- - @backstage/catalog-model@0.0.0-nightly-20240811022228
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240814021923
10
+ - @backstage/backend-common@0.0.0-nightly-20240814021923
11
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20240814021923
12
+ - @backstage/backend-tasks@0.0.0-nightly-20240814021923
13
+ - @backstage/catalog-model@0.0.0-nightly-20240814021923
14
14
  - @backstage/config@1.2.0
15
15
  - @backstage/errors@1.2.4
16
16
  - @backstage/types@1.1.1
17
17
 
18
+ ## 0.1.29-next.3
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies
23
+ - @backstage/backend-plugin-api@0.8.0-next.3
24
+ - @backstage/backend-common@0.23.4-next.3
25
+ - @backstage/catalog-model@1.6.0-next.0
26
+ - @backstage/backend-tasks@0.5.28-next.3
27
+ - @backstage/config@1.2.0
28
+ - @backstage/errors@1.2.4
29
+ - @backstage/types@1.1.1
30
+ - @backstage/plugin-catalog-node@1.12.5-next.3
31
+
18
32
  ## 0.1.29-next.2
19
33
 
20
34
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-puppetdb__alpha",
3
- "version": "0.0.0-nightly-20240811022228",
3
+ "version": "0.0.0-nightly-20240814021923",
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-20240811022228",
3
+ "version": "0.0.0-nightly-20240814021923",
4
4
  "description": "A Backstage catalog backend module that helps integrate towards PuppetDB",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -52,13 +52,13 @@
52
52
  "test": "backstage-cli package test"
53
53
  },
54
54
  "dependencies": {
55
- "@backstage/backend-common": "^0.0.0-nightly-20240811022228",
56
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240811022228",
57
- "@backstage/backend-tasks": "^0.0.0-nightly-20240811022228",
58
- "@backstage/catalog-model": "^0.0.0-nightly-20240811022228",
55
+ "@backstage/backend-common": "^0.0.0-nightly-20240814021923",
56
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240814021923",
57
+ "@backstage/backend-tasks": "^0.0.0-nightly-20240814021923",
58
+ "@backstage/catalog-model": "^0.0.0-nightly-20240814021923",
59
59
  "@backstage/config": "^1.2.0",
60
60
  "@backstage/errors": "^1.2.4",
61
- "@backstage/plugin-catalog-node": "^0.0.0-nightly-20240811022228",
61
+ "@backstage/plugin-catalog-node": "^0.0.0-nightly-20240814021923",
62
62
  "@backstage/types": "^1.1.1",
63
63
  "lodash": "^4.17.21",
64
64
  "luxon": "^3.0.0",
@@ -66,8 +66,8 @@
66
66
  "uuid": "^9.0.0"
67
67
  },
68
68
  "devDependencies": {
69
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240811022228",
70
- "@backstage/cli": "^0.0.0-nightly-20240811022228",
69
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240814021923",
70
+ "@backstage/cli": "^0.0.0-nightly-20240814021923",
71
71
  "@types/lodash": "^4.14.151",
72
72
  "msw": "^1.0.0"
73
73
  },