@backstage/plugin-auth-backend 0.0.0-nightly-20221220022526 → 0.0.0-nightly-20221223022307

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,18 +1,31 @@
1
1
  # @backstage/plugin-auth-backend
2
2
 
3
- ## 0.0.0-nightly-20221220022526
3
+ ## 0.0.0-nightly-20221223022307
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/catalog-model@0.0.0-nightly-20221223022307
9
+ - @backstage/catalog-client@0.0.0-nightly-20221223022307
10
+ - @backstage/backend-common@0.17.0
11
+ - @backstage/config@1.0.5
12
+ - @backstage/errors@1.1.4
13
+ - @backstage/types@1.0.2
14
+ - @backstage/plugin-auth-node@0.2.8
15
+
16
+ ## 0.17.2
4
17
 
5
18
  ### Patch Changes
6
19
 
7
20
  - 3280711113: Updated dependency `msw` to `^0.49.0`.
8
21
  - Updated dependencies
9
- - @backstage/catalog-client@0.0.0-nightly-20221220022526
10
- - @backstage/backend-common@0.0.0-nightly-20221220022526
11
- - @backstage/errors@0.0.0-nightly-20221220022526
12
- - @backstage/plugin-auth-node@0.0.0-nightly-20221220022526
13
- - @backstage/types@0.0.0-nightly-20221220022526
14
- - @backstage/catalog-model@0.0.0-nightly-20221220022526
15
- - @backstage/config@0.0.0-nightly-20221220022526
22
+ - @backstage/catalog-client@1.2.0
23
+ - @backstage/backend-common@0.17.0
24
+ - @backstage/errors@1.1.4
25
+ - @backstage/plugin-auth-node@0.2.8
26
+ - @backstage/types@1.0.2
27
+ - @backstage/catalog-model@1.1.4
28
+ - @backstage/config@1.0.5
16
29
 
17
30
  ## 0.17.2-next.3
18
31
 
package/dist/index.cjs.js CHANGED
@@ -259,7 +259,7 @@ const postMessageResponse = (res, appOrigin, response) => {
259
259
  res.setHeader("Content-Type", "text/html");
260
260
  res.setHeader("X-Frame-Options", "sameorigin");
261
261
  res.setHeader("Content-Security-Policy", `script-src 'sha256-${hash}'`);
262
- res.end(`<html><body><script>${script}</script></body></html>`);
262
+ res.end(`<html><body><script>${script}<\/script></body></html>`);
263
263
  };
264
264
  const ensuresXRequestedWith = (req) => {
265
265
  const requiredHeader = req.header("X-Requested-With");