@backstage/plugin-catalog-backend-module-gitlab-org 0.2.15 → 0.2.16-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,25 @@
1
1
  # @backstage/plugin-catalog-backend-module-gitlab-org
2
2
 
3
+ ## 0.2.16-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-events-node@0.4.18-next.1
9
+ - @backstage/backend-plugin-api@1.6.0-next.1
10
+ - @backstage/plugin-catalog-backend-module-gitlab@0.7.6-next.1
11
+ - @backstage/plugin-catalog-node@1.20.1-next.1
12
+
13
+ ## 0.2.16-next.0
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies
18
+ - @backstage/backend-plugin-api@1.5.1-next.0
19
+ - @backstage/plugin-catalog-backend-module-gitlab@0.7.6-next.0
20
+ - @backstage/plugin-catalog-node@1.20.1-next.0
21
+ - @backstage/plugin-events-node@0.4.18-next.0
22
+
3
23
  ## 0.2.15
4
24
 
5
25
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -31,4 +31,5 @@ declare const gitlabOrgEntityProviderTransformsExtensionPoint: _backstage_backen
31
31
  */
32
32
  declare const catalogModuleGitlabOrgDiscoveryEntityProvider: _backstage_backend_plugin_api.BackendFeature;
33
33
 
34
- export { type GitlabOrgEntityProviderTransformsExtensionPoint, catalogModuleGitlabOrgDiscoveryEntityProvider as default, gitlabOrgEntityProviderTransformsExtensionPoint };
34
+ export { catalogModuleGitlabOrgDiscoveryEntityProvider as default, gitlabOrgEntityProviderTransformsExtensionPoint };
35
+ export type { GitlabOrgEntityProviderTransformsExtensionPoint };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-gitlab-org",
3
- "version": "0.2.15",
3
+ "version": "0.2.16-next.1",
4
4
  "description": "The gitlab-org backend module for the catalog plugin.",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -36,15 +36,15 @@
36
36
  "test": "backstage-cli package test"
37
37
  },
38
38
  "dependencies": {
39
- "@backstage/backend-plugin-api": "^1.5.0",
40
- "@backstage/plugin-catalog-backend-module-gitlab": "^0.7.5",
41
- "@backstage/plugin-catalog-node": "^1.20.0",
42
- "@backstage/plugin-events-node": "^0.4.17"
39
+ "@backstage/backend-plugin-api": "1.6.0-next.1",
40
+ "@backstage/plugin-catalog-backend-module-gitlab": "0.7.6-next.1",
41
+ "@backstage/plugin-catalog-node": "1.20.1-next.1",
42
+ "@backstage/plugin-events-node": "0.4.18-next.1"
43
43
  },
44
44
  "devDependencies": {
45
- "@backstage/backend-test-utils": "^1.10.0",
46
- "@backstage/cli": "^0.34.5",
47
- "@backstage/plugin-events-backend-test-utils": "^0.1.50"
45
+ "@backstage/backend-test-utils": "1.10.2-next.1",
46
+ "@backstage/cli": "0.35.0-next.2",
47
+ "@backstage/plugin-events-backend-test-utils": "0.1.51-next.0"
48
48
  },
49
49
  "typesVersions": {
50
50
  "*": {