@backstage/plugin-catalog-backend-module-puppetdb 0.2.17-next.0 → 0.2.17-next.1

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,5 +1,17 @@
1
1
  # @backstage/plugin-catalog-backend-module-puppetdb
2
2
 
3
+ ## 0.2.17-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-plugin-api@1.6.0-next.1
9
+ - @backstage/catalog-model@1.7.6
10
+ - @backstage/config@1.3.6
11
+ - @backstage/errors@1.2.7
12
+ - @backstage/types@1.2.2
13
+ - @backstage/plugin-catalog-node@1.20.1-next.1
14
+
3
15
  ## 0.2.17-next.0
4
16
 
5
17
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -197,4 +197,5 @@ declare const DEFAULT_PROVIDER_ID = "default";
197
197
  */
198
198
  declare const catalogModulePuppetDbEntityProvider: _backstage_backend_plugin_api.BackendFeature;
199
199
 
200
- export { ANNOTATION_PUPPET_CERTNAME, DEFAULT_PROVIDER_ID, PuppetDbEntityProvider, type PuppetDbEntityProviderConfig, type PuppetFact, type PuppetFactSet, type PuppetNode, type ResourceTransformer, catalogModulePuppetDbEntityProvider as default, defaultResourceTransformer };
200
+ export { ANNOTATION_PUPPET_CERTNAME, DEFAULT_PROVIDER_ID, PuppetDbEntityProvider, catalogModulePuppetDbEntityProvider as default, defaultResourceTransformer };
201
+ export type { PuppetDbEntityProviderConfig, PuppetFact, PuppetFactSet, PuppetNode, ResourceTransformer };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-puppetdb",
3
- "version": "0.2.17-next.0",
3
+ "version": "0.2.17-next.1",
4
4
  "description": "A Backstage catalog backend module that helps integrate towards PuppetDB",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -57,18 +57,18 @@
57
57
  "test": "backstage-cli package test"
58
58
  },
59
59
  "dependencies": {
60
- "@backstage/backend-plugin-api": "1.5.1-next.0",
60
+ "@backstage/backend-plugin-api": "1.6.0-next.1",
61
61
  "@backstage/catalog-model": "1.7.6",
62
62
  "@backstage/config": "1.3.6",
63
63
  "@backstage/errors": "1.2.7",
64
- "@backstage/plugin-catalog-node": "1.20.1-next.0",
64
+ "@backstage/plugin-catalog-node": "1.20.1-next.1",
65
65
  "@backstage/types": "1.2.2",
66
66
  "lodash": "^4.17.21",
67
67
  "uuid": "^11.0.0"
68
68
  },
69
69
  "devDependencies": {
70
- "@backstage/backend-test-utils": "1.10.1-next.0",
71
- "@backstage/cli": "0.34.6-next.0",
70
+ "@backstage/backend-test-utils": "1.10.2-next.1",
71
+ "@backstage/cli": "0.35.0-next.2",
72
72
  "@types/lodash": "^4.14.151",
73
73
  "msw": "^1.0.0"
74
74
  },