@spacelift-io/backstage-integration-backend 0.1.1 → 0.1.3

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 +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -30,7 +30,7 @@ To use this plugin, you need to configure it in your `app-config.yaml`. Add the
30
30
 
31
31
  ```yaml
32
32
  spacelift:
33
- hostUrl: 'https://<your-subdomain>.app.spacelift.io' # Your Spacelift instance URL
33
+ hostUrl: '<your-subdomain>.app.spacelift.io' # Your Spacelift instance URL (WITHOUT https://)
34
34
  apiKey: ${SPACELIFT_API_KEY} # Your Spacelift API Key ID
35
35
  apiSecret: ${SPACELIFT_API_SECRET} # Your Spacelift API Key Secret
36
36
  ```
@@ -50,8 +50,8 @@ It is compatible with Backstage 1.17.0 or later.
50
50
 
51
51
  ## Frontend Plugin
52
52
 
53
- This backend plugin is intended to be used with the [Spacelift Frontend Plugin](../spacelift-io-frontend/README.md).
53
+ This backend plugin is intended to be used with the [Spacelift Frontend Plugin](https://github.com/spacelift-io/backstage-plugins/blob/main/packages/spacelift-io-frontend/README.md).
54
54
 
55
55
  ## Spacelift Documentation
56
56
 
57
- For more information about Spacelift and its API, please refer to the [official Spacelift documentation](https://docs.spacelift.io/).
57
+ For more information about Spacelift and its API, please refer to the [official Spacelift documentation](https://docs.spacelift.io/integrations/external-integrations/backstage).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spacelift-io/backstage-integration-backend",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "description": "Backstage plugin for integrating Spacelift.io with Backstage",
5
5
  "keywords": [
6
6
  "backstage-plugin",