@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 +8 -0
- package/dist/index.cjs.js +2 -2
- package/dist/index.d.ts +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/dist/index.cjs.js
CHANGED
|
@@ -79,10 +79,10 @@ function readDefinitionsFromConfig(rootConfig) {
|
|
|
79
79
|
}));
|
|
80
80
|
}
|
|
81
81
|
|
|
82
|
-
Object.defineProperty(exports,
|
|
82
|
+
Object.defineProperty(exports, "GithubMultiOrgEntityProvider", {
|
|
83
83
|
enumerable: true,
|
|
84
84
|
get: function () { return pluginCatalogBackendModuleGithub.GithubMultiOrgEntityProvider; }
|
|
85
85
|
});
|
|
86
|
-
exports
|
|
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.
|
|
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.
|
|
39
|
-
"@backstage/plugin-catalog-node": "^1.
|
|
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": {
|