@spotify/backstage-plugin-pulse-common 0.11.3 → 0.11.4
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 +6 -0
- package/README.md +2 -8
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -1,11 +1,5 @@
|
|
|
1
1
|
# Spotify Plugins for Backstage: Pulse - Common
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
This plugin is part of [Spotify Plugins for Backstage](https://backstage.spotify.com/marketplace/spotify/bundle/spotify-plugins-bundle/).
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
be depended on directly.
|
|
7
|
-
|
|
8
|
-
For installation and setup instructions, please see [the Pulse frontend plugin][2].
|
|
9
|
-
|
|
10
|
-
[1]: https://backstage.spotify.com/plugins/pulse
|
|
11
|
-
[2]: https://www.npmjs.com/package/@spotify/backstage-plugin-pulse
|
|
5
|
+
If you are already a customer, you can find detailed documentation about the Pulse Plugins [here](https://backstage.spotify.com/docs/pulse).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spotify/backstage-plugin-pulse-common",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.4",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
5
5
|
"homepage": "https://backstage.spotify.com",
|
|
6
6
|
"main": "dist/index.cjs.js",
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
"json2ts": "./src/templates/schema/generateSchemaTypes.sh"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@backstage/config": "^1.
|
|
28
|
-
"@backstage/plugin-permission-common": "^0.7.
|
|
27
|
+
"@backstage/config": "^1.2.0",
|
|
28
|
+
"@backstage/plugin-permission-common": "^0.7.13",
|
|
29
29
|
"@ungap/structured-clone": "^1.2.0",
|
|
30
30
|
"ajv": "^8.11.2",
|
|
31
31
|
"ajv-formats": "^2.1.1",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"lodash": "^4.17.21"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@backstage/cli": "^0.
|
|
36
|
+
"@backstage/cli": "^0.26.0",
|
|
37
37
|
"@types/ungap__structured-clone": "^1.0.0",
|
|
38
38
|
"js-yaml": "^4.1.0",
|
|
39
39
|
"json-schema-to-typescript": "^13.1.1",
|