@backstage/plugin-catalog-backend-module-github-org 0.1.8 → 0.1.9

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,13 @@
1
1
  # @backstage/plugin-catalog-backend-module-github-org
2
2
 
3
+ ## 0.1.9
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-catalog-node@1.9.0
9
+ - @backstage/plugin-catalog-backend-module-github@0.5.5
10
+
3
11
  ## 0.1.8
4
12
 
5
13
  ### Patch Changes
package/dist/index.cjs.js CHANGED
@@ -79,10 +79,10 @@ function readDefinitionsFromConfig(rootConfig) {
79
79
  }));
80
80
  }
81
81
 
82
- Object.defineProperty(exports, 'GithubMultiOrgEntityProvider', {
82
+ Object.defineProperty(exports, "GithubMultiOrgEntityProvider", {
83
83
  enumerable: true,
84
84
  get: function () { return pluginCatalogBackendModuleGithub.GithubMultiOrgEntityProvider; }
85
85
  });
86
- exports["default"] = catalogModuleGithubOrgEntityProvider;
86
+ exports.default = catalogModuleGithubOrgEntityProvider;
87
87
  exports.githubOrgEntityProviderTransformsExtensionPoint = githubOrgEntityProviderTransformsExtensionPoint;
88
88
  //# sourceMappingURL=index.cjs.js.map
package/dist/index.d.ts CHANGED
@@ -32,4 +32,4 @@ declare const githubOrgEntityProviderTransformsExtensionPoint: _backstage_backen
32
32
  */
33
33
  declare const catalogModuleGithubOrgEntityProvider: () => _backstage_backend_plugin_api.BackendFeature;
34
34
 
35
- export { GithubOrgEntityProviderTransformsExtensionPoint, catalogModuleGithubOrgEntityProvider as default, githubOrgEntityProviderTransformsExtensionPoint };
35
+ export { type GithubOrgEntityProviderTransformsExtensionPoint, catalogModuleGithubOrgEntityProvider as default, githubOrgEntityProviderTransformsExtensionPoint };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-github-org",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "The github-org backend module for the catalog plugin.",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module"
@@ -35,8 +35,8 @@
35
35
  "@backstage/backend-plugin-api": "^0.6.14",
36
36
  "@backstage/backend-tasks": "^0.5.19",
37
37
  "@backstage/config": "^1.2.0",
38
- "@backstage/plugin-catalog-backend-module-github": "^0.5.4",
39
- "@backstage/plugin-catalog-node": "^1.8.0",
38
+ "@backstage/plugin-catalog-backend-module-github": "^0.5.5",
39
+ "@backstage/plugin-catalog-node": "^1.9.0",
40
40
  "@backstage/plugin-events-node": "^0.3.0"
41
41
  },
42
42
  "devDependencies": {