@backstage/core-app-api 1.0.2-next.1 → 1.0.2

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,14 @@
1
1
  # @backstage/core-app-api
2
2
 
3
+ ## 1.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 1fae1f57c9: Fix SAML session schema to no longer require the (deprecated) id, to unbreak session data storage.
8
+ - Updated dependencies
9
+ - @backstage/core-plugin-api@1.0.2
10
+ - @backstage/config@1.0.1
11
+
3
12
  ## 1.0.2-next.1
4
13
 
5
14
  ### Patch Changes
package/dist/index.esm.js CHANGED
@@ -955,7 +955,6 @@ const samlSessionSchema = z.object({
955
955
  picture: z.string().optional()
956
956
  }),
957
957
  backstageIdentity: z.object({
958
- id: z.string(),
959
958
  token: z.string(),
960
959
  identity: z.object({
961
960
  type: z.literal("user"),