@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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @spotify/backstage-plugin-pulse-common
2
2
 
3
+ ## 0.11.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated backstage dependencies to `v1.24.0`
8
+
3
9
  ## 0.11.3
4
10
 
5
11
  ### Patch Changes
package/README.md CHANGED
@@ -1,11 +1,5 @@
1
1
  # Spotify Plugins for Backstage: Pulse - Common
2
2
 
3
- _Collect data that drives continuous improvements to your R&D tooling, processes, and culture._
3
+ This plugin is part of [Spotify Plugins for Backstage](https://backstage.spotify.com/marketplace/spotify/bundle/spotify-plugins-bundle/).
4
4
 
5
- This plugin provides shared internal functionality for the [Pulse survey tool][1] and should **not**
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",
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.1.1",
28
- "@backstage/plugin-permission-common": "^0.7.12",
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.25.2",
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",