@backstage/plugin-auth-backend 0.0.0-nightly-20221212023035 → 0.0.0-nightly-20221214023133

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-20221212023035
3
+ ## 0.0.0-nightly-20221214023133
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 3280711113: Updated dependency `msw` to `^0.49.0`.
8
8
  - Updated dependencies
9
- - @backstage/catalog-client@0.0.0-nightly-20221212023035
10
- - @backstage/backend-common@0.0.0-nightly-20221212023035
11
- - @backstage/plugin-auth-node@0.0.0-nightly-20221212023035
12
- - @backstage/types@0.0.0-nightly-20221212023035
13
- - @backstage/catalog-model@0.0.0-nightly-20221212023035
14
- - @backstage/config@0.0.0-nightly-20221212023035
15
- - @backstage/errors@0.0.0-nightly-20221212023035
9
+ - @backstage/catalog-client@0.0.0-nightly-20221214023133
10
+ - @backstage/backend-common@0.0.0-nightly-20221214023133
11
+ - @backstage/plugin-auth-node@0.0.0-nightly-20221214023133
12
+ - @backstage/types@0.0.0-nightly-20221214023133
13
+ - @backstage/catalog-model@0.0.0-nightly-20221214023133
14
+ - @backstage/config@0.0.0-nightly-20221214023133
15
+ - @backstage/errors@0.0.0-nightly-20221214023133
16
+
17
+ ## 0.17.2-next.3
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies
22
+ - @backstage/backend-common@0.17.0-next.3
23
+ - @backstage/catalog-client@1.2.0-next.1
24
+ - @backstage/catalog-model@1.1.4-next.1
25
+ - @backstage/config@1.0.5-next.1
26
+ - @backstage/errors@1.1.4-next.1
27
+ - @backstage/types@1.0.2-next.1
28
+ - @backstage/plugin-auth-node@0.2.8-next.3
16
29
 
17
30
  ## 0.17.2-next.2
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");