@backstage/plugin-catalog-backend-module-github-org 0.1.14-next.3 → 0.1.14

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,20 @@
1
1
  # @backstage/plugin-catalog-backend-module-github-org
2
2
 
3
+ ## 0.1.14
4
+
5
+ ### Patch Changes
6
+
7
+ - 78a0b08: Internal refactor to handle `BackendFeature` contract change.
8
+ - d44a20a: Added additional plugin metadata to `package.json`.
9
+ - Updated dependencies
10
+ - @backstage/backend-common@0.23.0
11
+ - @backstage/backend-plugin-api@0.6.19
12
+ - @backstage/backend-tasks@0.5.24
13
+ - @backstage/plugin-catalog-backend-module-github@0.6.2
14
+ - @backstage/plugin-catalog-node@1.12.1
15
+ - @backstage/plugin-events-node@0.3.5
16
+ - @backstage/config@1.2.0
17
+
3
18
  ## 0.1.14-next.3
4
19
 
5
20
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -30,6 +30,6 @@ declare const githubOrgEntityProviderTransformsExtensionPoint: _backstage_backen
30
30
  *
31
31
  * @public
32
32
  */
33
- declare const catalogModuleGithubOrgEntityProvider: () => _backstage_backend_plugin_api.BackendFeature;
33
+ declare const catalogModuleGithubOrgEntityProvider: _backstage_backend_plugin_api.BackendFeatureCompat;
34
34
 
35
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.14-next.3",
3
+ "version": "0.1.14",
4
4
  "description": "The github-org backend module for the catalog plugin.",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -33,17 +33,17 @@
33
33
  "test": "backstage-cli package test"
34
34
  },
35
35
  "dependencies": {
36
- "@backstage/backend-common": "^0.23.0-next.3",
37
- "@backstage/backend-plugin-api": "^0.6.19-next.3",
38
- "@backstage/backend-tasks": "^0.5.24-next.3",
36
+ "@backstage/backend-common": "^0.23.0",
37
+ "@backstage/backend-plugin-api": "^0.6.19",
38
+ "@backstage/backend-tasks": "^0.5.24",
39
39
  "@backstage/config": "^1.2.0",
40
- "@backstage/plugin-catalog-backend-module-github": "^0.6.2-next.3",
41
- "@backstage/plugin-catalog-node": "^1.12.1-next.2",
42
- "@backstage/plugin-events-node": "^0.3.5-next.2"
40
+ "@backstage/plugin-catalog-backend-module-github": "^0.6.2",
41
+ "@backstage/plugin-catalog-node": "^1.12.1",
42
+ "@backstage/plugin-events-node": "^0.3.5"
43
43
  },
44
44
  "devDependencies": {
45
- "@backstage/backend-test-utils": "^0.4.0-next.3",
46
- "@backstage/cli": "^0.26.7-next.3",
45
+ "@backstage/backend-test-utils": "^0.4.0",
46
+ "@backstage/cli": "^0.26.7",
47
47
  "luxon": "^3.0.0"
48
48
  }
49
49
  }