@spacelift-io/backstage-integration-backend 0.0.0 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +12 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,7 +8,7 @@ This backend plugin for Backstage integrates with Spacelift to provide informati
8
8
 
9
9
  ```bash
10
10
  # From your Backstage root directory
11
- yarn --cwd packages/backend add @spacelift/backstage-integration-backend
11
+ yarn --cwd packages/backend add @spacelift-io/backstage-integration-backend
12
12
  ```
13
13
 
14
14
  2. Add the plugin to your backend in `packages/backend/src/index.ts`:
@@ -19,7 +19,7 @@ This backend plugin for Backstage integrates with Spacelift to provide informati
19
19
 
20
20
  const backend = createBackend();
21
21
  // ...
22
- backend.add(import('@spacelift/backstage-integration-backend'));
22
+ backend.add(import('@spacelift-io/backstage-integration-backend'));
23
23
  // ...
24
24
  await backend.start();
25
25
  ```
@@ -38,6 +38,16 @@ spacelift:
38
38
  Make sure to replace `<your-subdomain>` with your actual Spacelift subdomain.
39
39
  The `apiKey` and `apiSecret` should be stored securely, for example, as environment variables.
40
40
 
41
+ ## Compatibility
42
+
43
+ This plugin requires:
44
+
45
+ - `@backstage/backend-plugin-api` >= 1.3.0
46
+ - `@backstage/backend-defaults` >= 0.9.0
47
+ - `@backstage/catalog-client` >= 1.9.1
48
+
49
+ It is compatible with Backstage 1.17.0 or later.
50
+
41
51
  ## Frontend Plugin
42
52
 
43
53
  This backend plugin is intended to be used with the [Spacelift Frontend Plugin](../spacelift-io-frontend/README.md).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spacelift-io/backstage-integration-backend",
3
- "version": "0.0.0",
3
+ "version": "0.1.1",
4
4
  "description": "Backstage plugin for integrating Spacelift.io with Backstage",
5
5
  "keywords": [
6
6
  "backstage-plugin",