@backstage/plugin-catalog-backend-module-puppetdb 0.0.0-nightly-20241119023621 → 0.0.0-nightly-20241122023551

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 +19 -7
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,17 +1,29 @@
1
1
  # @backstage/plugin-catalog-backend-module-puppetdb
2
2
 
3
- ## 0.0.0-nightly-20241119023621
3
+ ## 0.0.0-nightly-20241122023551
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-plugin-api@0.0.0-nightly-20241122023551
9
+ - @backstage/catalog-model@1.7.1
10
+ - @backstage/config@1.3.0
11
+ - @backstage/errors@1.2.5
12
+ - @backstage/types@1.2.0
13
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20241122023551
14
+
15
+ ## 0.2.4
4
16
 
5
17
  ### Patch Changes
6
18
 
7
19
  - 4e58bc7: Upgrade to uuid v11 internally
8
20
  - Updated dependencies
9
- - @backstage/types@0.0.0-nightly-20241119023621
10
- - @backstage/plugin-catalog-node@0.0.0-nightly-20241119023621
11
- - @backstage/backend-plugin-api@0.0.0-nightly-20241119023621
12
- - @backstage/catalog-model@0.0.0-nightly-20241119023621
13
- - @backstage/config@0.0.0-nightly-20241119023621
14
- - @backstage/errors@0.0.0-nightly-20241119023621
21
+ - @backstage/config@1.3.0
22
+ - @backstage/types@1.2.0
23
+ - @backstage/plugin-catalog-node@1.14.0
24
+ - @backstage/backend-plugin-api@1.0.2
25
+ - @backstage/catalog-model@1.7.1
26
+ - @backstage/errors@1.2.5
15
27
 
16
28
  ## 0.2.4-next.2
17
29
 
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-20241119023621",
3
+ "version": "0.0.0-nightly-20241122023551",
4
4
  "description": "A Backstage catalog backend module that helps integrate towards PuppetDB",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -62,20 +62,20 @@
62
62
  "test": "backstage-cli package test"
63
63
  },
64
64
  "dependencies": {
65
- "@backstage/backend-plugin-api": "0.0.0-nightly-20241119023621",
66
- "@backstage/catalog-model": "0.0.0-nightly-20241119023621",
67
- "@backstage/config": "0.0.0-nightly-20241119023621",
68
- "@backstage/errors": "0.0.0-nightly-20241119023621",
69
- "@backstage/plugin-catalog-node": "0.0.0-nightly-20241119023621",
70
- "@backstage/types": "0.0.0-nightly-20241119023621",
65
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20241122023551",
66
+ "@backstage/catalog-model": "1.7.1",
67
+ "@backstage/config": "1.3.0",
68
+ "@backstage/errors": "1.2.5",
69
+ "@backstage/plugin-catalog-node": "0.0.0-nightly-20241122023551",
70
+ "@backstage/types": "1.2.0",
71
71
  "lodash": "^4.17.21",
72
72
  "luxon": "^3.0.0",
73
73
  "node-fetch": "^2.7.0",
74
74
  "uuid": "^11.0.0"
75
75
  },
76
76
  "devDependencies": {
77
- "@backstage/backend-test-utils": "0.0.0-nightly-20241119023621",
78
- "@backstage/cli": "0.0.0-nightly-20241119023621",
77
+ "@backstage/backend-test-utils": "0.0.0-nightly-20241122023551",
78
+ "@backstage/cli": "0.0.0-nightly-20241122023551",
79
79
  "@types/lodash": "^4.14.151",
80
80
  "msw": "^1.0.0"
81
81
  },