@backstage/plugin-catalog-backend-module-puppetdb 0.0.0-nightly-20240820021901 → 0.0.0-nightly-20240823021944

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,6 +1,16 @@
1
1
  # @backstage/plugin-catalog-backend-module-puppetdb
2
2
 
3
- ## 0.0.0-nightly-20240820021901
3
+ ## 0.0.0-nightly-20240823021944
4
+
5
+ ### Patch Changes
6
+
7
+ - d425fc4: Modules, plugins, and services are now `BackendFeature`, not a function that returns a feature.
8
+ - Updated dependencies
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240823021944
10
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20240823021944
11
+ - @backstage/config@1.2.0
12
+
13
+ ## 0.2.0
4
14
 
5
15
  ### Minor Changes
6
16
 
@@ -11,9 +21,9 @@
11
21
  - 9342ac8: Removed unused dependency
12
22
  - 93095ee: Make sure node-fetch is version 2.7.0 or greater
13
23
  - Updated dependencies
14
- - @backstage/backend-plugin-api@0.0.0-nightly-20240820021901
15
- - @backstage/plugin-catalog-node@0.0.0-nightly-20240820021901
16
- - @backstage/catalog-model@0.0.0-nightly-20240820021901
24
+ - @backstage/backend-plugin-api@0.8.0
25
+ - @backstage/plugin-catalog-node@1.12.5
26
+ - @backstage/catalog-model@1.6.0
17
27
  - @backstage/config@1.2.0
18
28
  - @backstage/errors@1.2.4
19
29
  - @backstage/types@1.1.1
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-puppetdb__alpha",
3
- "version": "0.0.0-nightly-20240820021901",
3
+ "version": "0.0.0-nightly-20240823021944",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
package/dist/alpha.d.ts CHANGED
@@ -5,6 +5,6 @@ import * as _backstage_backend_plugin_api from '@backstage/backend-plugin-api';
5
5
  *
6
6
  * @alpha
7
7
  */
8
- declare const catalogModulePuppetDbEntityProvider: _backstage_backend_plugin_api.BackendFeatureCompat;
8
+ declare const catalogModulePuppetDbEntityProvider: _backstage_backend_plugin_api.BackendFeature;
9
9
 
10
10
  export { catalogModulePuppetDbEntityProvider as default };
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-20240820021901",
3
+ "version": "0.0.0-nightly-20240823021944",
4
4
  "description": "A Backstage catalog backend module that helps integrate towards PuppetDB",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -52,11 +52,11 @@
52
52
  "test": "backstage-cli package test"
53
53
  },
54
54
  "dependencies": {
55
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240820021901",
56
- "@backstage/catalog-model": "^0.0.0-nightly-20240820021901",
55
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240823021944",
56
+ "@backstage/catalog-model": "^1.6.0",
57
57
  "@backstage/config": "^1.2.0",
58
58
  "@backstage/errors": "^1.2.4",
59
- "@backstage/plugin-catalog-node": "^0.0.0-nightly-20240820021901",
59
+ "@backstage/plugin-catalog-node": "^0.0.0-nightly-20240823021944",
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-20240820021901",
68
- "@backstage/cli": "^0.0.0-nightly-20240820021901",
67
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240823021944",
68
+ "@backstage/cli": "^0.27.0",
69
69
  "@types/lodash": "^4.14.151",
70
70
  "msw": "^1.0.0"
71
71
  },