@backstage-community/plugin-cicd-statistics-module-gitlab 0.13.1 → 0.14.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,24 @@
1
1
  # @backstage-community/plugin-cicd-statistics-module-gitlab
2
2
 
3
+ ## 0.14.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 4e95de7: Remove unused dependencies
8
+ - Updated dependencies [4e95de7]
9
+ - @backstage-community/plugin-cicd-statistics@0.14.1
10
+
11
+ ## 0.14.0
12
+
13
+ ### Minor Changes
14
+
15
+ - 95bba81: Backstage version bump to v1.46.1
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies [95bba81]
20
+ - @backstage-community/plugin-cicd-statistics@0.14.0
21
+
3
22
  ## 0.13.1
4
23
 
5
24
  ### Patch Changes
package/dist/alpha.d.ts CHANGED
@@ -1,5 +1,4 @@
1
1
  import * as _backstage_frontend_plugin_api from '@backstage/frontend-plugin-api';
2
- import * as _backstage_core_plugin_api from '@backstage/core-plugin-api';
3
2
 
4
3
  /**
5
4
  * @alpha
@@ -9,11 +8,11 @@ declare const cicdStatisticsGitlabExtension: _backstage_frontend_plugin_api.Over
9
8
  name: "cicd-statistics-gitlab-api";
10
9
  config: {};
11
10
  configInput: {};
12
- output: _backstage_frontend_plugin_api.ExtensionDataRef<_backstage_core_plugin_api.AnyApiFactory, "core.api.factory", {}>;
11
+ output: _backstage_frontend_plugin_api.ExtensionDataRef<_backstage_frontend_plugin_api.AnyApiFactory, "core.api.factory", {}>;
13
12
  inputs: {};
14
13
  params: <TApi, TImpl extends TApi, TDeps extends {
15
14
  [x: string]: unknown;
16
- }>(params: _backstage_core_plugin_api.ApiFactory<TApi, TImpl, TDeps>) => _backstage_frontend_plugin_api.ExtensionBlueprintParams<_backstage_core_plugin_api.AnyApiFactory>;
15
+ }>(params: _backstage_frontend_plugin_api.ApiFactory<TApi, TImpl, TDeps>) => _backstage_frontend_plugin_api.ExtensionBlueprintParams<_backstage_frontend_plugin_api.AnyApiFactory>;
17
16
  }>;
18
17
  /**
19
18
  * @alpha
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage-community/plugin-cicd-statistics-module-gitlab",
3
- "version": "0.13.1",
3
+ "version": "0.14.1",
4
4
  "description": "CI/CD Statistics plugin module; Gitlab CICD",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin-module",
@@ -64,16 +64,16 @@
64
64
  "test": "backstage-cli package test"
65
65
  },
66
66
  "dependencies": {
67
- "@backstage-community/plugin-cicd-statistics": "^0.13.1",
67
+ "@backstage-community/plugin-cicd-statistics": "^0.14.1",
68
68
  "@backstage/catalog-model": "^1.7.6",
69
- "@backstage/core-plugin-api": "^1.12.0",
70
- "@backstage/frontend-plugin-api": "^0.13.1",
69
+ "@backstage/core-plugin-api": "^1.12.1",
70
+ "@backstage/frontend-plugin-api": "^0.13.2",
71
71
  "@gitbeaker/browser": "^35.6.0",
72
72
  "@gitbeaker/core": "^35.6.0",
73
73
  "p-limit": "^3.1.0"
74
74
  },
75
75
  "devDependencies": {
76
- "@backstage/cli": "^0.34.5",
76
+ "@backstage/cli": "^0.35.1",
77
77
  "@types/react": "^16.13.1 || ^17.0.0",
78
78
  "@types/react-dom": "^18.2.19",
79
79
  "react": "^16.13.1 || ^17.0.0 || ^18.0.0",