@backstage/plugin-catalog-backend-module-puppetdb 0.0.0-nightly-20240422021413 → 0.0.0-nightly-20240424021224

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,18 +1,32 @@
1
1
  # @backstage/plugin-catalog-backend-module-puppetdb
2
2
 
3
- ## 0.0.0-nightly-20240422021413
3
+ ## 0.0.0-nightly-20240424021224
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-common@0.0.0-nightly-20240422021413
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20240422021413
10
- - @backstage/backend-tasks@0.0.0-nightly-20240422021413
11
- - @backstage/catalog-model@1.4.5
8
+ - @backstage/catalog-model@0.0.0-nightly-20240424021224
9
+ - @backstage/backend-common@0.0.0-nightly-20240424021224
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240424021224
11
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20240424021224
12
+ - @backstage/backend-tasks@0.0.0-nightly-20240424021224
13
+ - @backstage/config@1.2.0
14
+ - @backstage/errors@1.2.4
15
+ - @backstage/types@1.1.1
16
+
17
+ ## 0.1.24-next.0
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies
22
+ - @backstage/catalog-model@1.5.0-next.0
23
+ - @backstage/backend-common@0.21.8-next.0
24
+ - @backstage/backend-plugin-api@0.6.18-next.0
25
+ - @backstage/plugin-catalog-node@1.11.2-next.0
26
+ - @backstage/backend-tasks@0.5.23-next.0
12
27
  - @backstage/config@1.2.0
13
28
  - @backstage/errors@1.2.4
14
29
  - @backstage/types@1.1.1
15
- - @backstage/plugin-catalog-node@0.0.0-nightly-20240422021413
16
30
 
17
31
  ## 0.1.23
18
32
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-puppetdb",
3
- "version": "0.0.0-nightly-20240422021413",
3
+ "version": "0.0.0-nightly-20240424021224",
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-20240422021413",
3
+ "version": "0.0.0-nightly-20240424021224",
4
4
  "description": "A Backstage catalog backend module that helps integrate towards PuppetDB",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module"
@@ -50,13 +50,13 @@
50
50
  "test": "backstage-cli package test"
51
51
  },
52
52
  "dependencies": {
53
- "@backstage/backend-common": "^0.0.0-nightly-20240422021413",
54
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240422021413",
55
- "@backstage/backend-tasks": "^0.0.0-nightly-20240422021413",
56
- "@backstage/catalog-model": "^1.4.5",
53
+ "@backstage/backend-common": "^0.0.0-nightly-20240424021224",
54
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240424021224",
55
+ "@backstage/backend-tasks": "^0.0.0-nightly-20240424021224",
56
+ "@backstage/catalog-model": "^0.0.0-nightly-20240424021224",
57
57
  "@backstage/config": "^1.2.0",
58
58
  "@backstage/errors": "^1.2.4",
59
- "@backstage/plugin-catalog-node": "^0.0.0-nightly-20240422021413",
59
+ "@backstage/plugin-catalog-node": "^0.0.0-nightly-20240424021224",
60
60
  "@backstage/types": "^1.1.1",
61
61
  "lodash": "^4.17.21",
62
62
  "luxon": "^3.0.0",
@@ -64,8 +64,8 @@
64
64
  "uuid": "^9.0.0"
65
65
  },
66
66
  "devDependencies": {
67
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240422021413",
68
- "@backstage/cli": "^0.0.0-nightly-20240422021413",
67
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240424021224",
68
+ "@backstage/cli": "^0.0.0-nightly-20240424021224",
69
69
  "@types/lodash": "^4.14.151",
70
70
  "msw": "^1.0.0"
71
71
  },