chore: remove alpha references

Signed-off-by: djamaile <rdjamaile@gmail.com>
This commit is contained in:
djamaile
2025-04-15 10:03:48 +02:00
parent ab2ace84ad
commit 59f78fbb54
6 changed files with 14 additions and 38 deletions
@@ -18,16 +18,12 @@
"license": "Apache-2.0",
"exports": {
".": "./src/index.ts",
"./alpha": "./src/alpha.ts",
"./package.json": "./package.json"
},
"main": "src/index.ts",
"types": "src/index.ts",
"typesVersions": {
"*": {
"alpha": [
"src/alpha.ts"
],
"package.json": [
"package.json"
]
@@ -1,15 +0,0 @@
## API Report File for "@backstage/plugin-events-backend-module-github"
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
```ts
import { BackendFeature } from '@backstage/backend-plugin-api';
// @alpha
export const eventsModuleGithubEventRouter: BackendFeature;
// @alpha
export const eventsModuleGithubWebhook: BackendFeature;
// (No @packageDocumentation comment for this package)
```
@@ -3,6 +3,7 @@
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
```ts
import { BackendFeature } from '@backstage/backend-plugin-api';
import { Config } from '@backstage/config';
import { EventParams } from '@backstage/plugin-events-node';
import { EventsService } from '@backstage/plugin-events-node';
@@ -14,6 +15,10 @@ export function createGithubSignatureValidator(
config: Config,
): RequestValidator;
// @public (undocumented)
const _default: BackendFeature;
export default _default;
// @public
export class GithubEventRouter extends SubTopicEventRouter {
constructor(options: { events: EventsService });
@@ -22,4 +27,6 @@ export class GithubEventRouter extends SubTopicEventRouter {
// (undocumented)
protected getSubscriberId(): string;
}
// (No @packageDocumentation comment for this package)
```
@@ -18,16 +18,12 @@
"license": "Apache-2.0",
"exports": {
".": "./src/index.ts",
"./alpha": "./src/alpha.ts",
"./package.json": "./package.json"
},
"main": "src/index.ts",
"types": "src/index.ts",
"typesVersions": {
"*": {
"alpha": [
"src/alpha.ts"
],
"package.json": [
"package.json"
]
@@ -1,15 +0,0 @@
## API Report File for "@backstage/plugin-events-backend-module-gitlab"
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
```ts
import { BackendFeature } from '@backstage/backend-plugin-api';
// @alpha
export const eventsModuleGitlabEventRouter: BackendFeature;
// @alpha
export const eventsModuleGitlabWebhook: BackendFeature;
// (No @packageDocumentation comment for this package)
```
@@ -3,6 +3,7 @@
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
```ts
import { BackendFeature } from '@backstage/backend-plugin-api';
import { Config } from '@backstage/config';
import { EventParams } from '@backstage/plugin-events-node';
import { EventsService } from '@backstage/plugin-events-node';
@@ -12,6 +13,10 @@ import { SubTopicEventRouter } from '@backstage/plugin-events-node';
// @public
export function createGitlabTokenValidator(config: Config): RequestValidator;
// @public (undocumented)
const _default: BackendFeature;
export default _default;
// @public
export class GitlabEventRouter extends SubTopicEventRouter {
constructor(options: { events: EventsService });
@@ -20,4 +25,6 @@ export class GitlabEventRouter extends SubTopicEventRouter {
// (undocumented)
protected getSubscriberId(): string;
}
// (No @packageDocumentation comment for this package)
```