@backstage-community/plugin-cicd-statistics-module-github 0.2.0 → 0.3.0

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,16 @@
1
1
  # @backstage-community/plugin-cicd-statistics-module-github
2
2
 
3
+ ## 0.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 535d983: Backstage version bump to v1.38.1
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [535d983]
12
+ - @backstage-community/plugin-cicd-statistics@0.6.0
13
+
3
14
  ## 0.2.0
4
15
 
5
16
  ### Minor Changes
package/dist/alpha.d.ts CHANGED
@@ -1,5 +1,5 @@
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/*';
2
+ import * as _backstage_core_plugin_api from '@backstage/core-plugin-api';
3
3
 
4
4
  /**
5
5
  * @alpha
@@ -9,10 +9,10 @@ declare const cicdStatisticsGithubExtension: _backstage_frontend_plugin_api.Exte
9
9
  name: "cicd-statistics-github-api";
10
10
  config: {};
11
11
  configInput: {};
12
- output: _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<_backstage_core_plugin_api__.AnyApiFactory, "core.api.factory", {}>;
12
+ output: _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<_backstage_core_plugin_api.AnyApiFactory, "core.api.factory", {}>;
13
13
  inputs: {};
14
14
  params: {
15
- factory: _backstage_core_plugin_api__.AnyApiFactory;
15
+ factory: _backstage_core_plugin_api.AnyApiFactory;
16
16
  };
17
17
  }>;
18
18
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage-community/plugin-cicd-statistics-module-github",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "description": "CI/CD Statistics plugin module; Github CICD",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin-module",
@@ -40,11 +40,11 @@
40
40
  },
41
41
  "typesVersions": {
42
42
  "*": {
43
- "index": [
44
- "dist/index.d.ts"
45
- ],
46
43
  "alpha": [
47
44
  "dist/alpha.d.ts"
45
+ ],
46
+ "package.json": [
47
+ "package.json"
48
48
  ]
49
49
  }
50
50
  },
@@ -65,20 +65,20 @@
65
65
  "test": "backstage-cli package test"
66
66
  },
67
67
  "dependencies": {
68
- "@backstage-community/plugin-cicd-statistics": "^0.5.0",
68
+ "@backstage-community/plugin-cicd-statistics": "^0.6.0",
69
69
  "@backstage/catalog-model": "^1.7.3",
70
- "@backstage/core-plugin-api": "^1.10.4",
71
- "@backstage/frontend-plugin-api": "^0.9.5",
72
- "@backstage/integration": "^1.16.1",
70
+ "@backstage/core-plugin-api": "^1.10.6",
71
+ "@backstage/frontend-plugin-api": "^0.10.1",
72
+ "@backstage/integration": "^1.16.3",
73
73
  "@octokit/rest": "^21.1.1",
74
74
  "p-limit": "^3.1.0"
75
75
  },
76
76
  "devDependencies": {
77
- "@backstage/cli": "^0.30.0",
78
- "@backstage/dev-utils": "^1.1.7",
79
- "@backstage/integration": "^1.16.1",
80
- "@backstage/plugin-catalog": "^1.27.0",
81
- "@backstage/plugin-catalog-react": "^1.15.2",
77
+ "@backstage/cli": "^0.32.0",
78
+ "@backstage/dev-utils": "^1.1.9",
79
+ "@backstage/integration": "^1.16.3",
80
+ "@backstage/plugin-catalog": "^1.29.0",
81
+ "@backstage/plugin-catalog-react": "^1.17.0",
82
82
  "@types/react": "^16.13.1 || ^17.0.0",
83
83
  "@types/react-dom": "^18.2.19",
84
84
  "react": "^16.13.1 || ^17.0.0 || ^18.0.0",