@netlify/plugin-csp-nonce 1.3.5 → 1.3.7

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": false,
3
3
  "name": "@netlify/plugin-csp-nonce",
4
- "version": "1.3.5",
4
+ "version": "1.3.7",
5
5
  "description": "Use a nonce for the script-src and style-src directives of your Content Security Policy.",
6
6
  "main": "index.js",
7
7
  "repository": {
@@ -2,7 +2,7 @@
2
2
  // @ts-ignore
3
3
  import type { Config, Context } from "netlify:edge";
4
4
  // @ts-ignore
5
- import { csp } from "https://deno.land/x/csp_nonce_html_transformer@v2.1.5/src/index.ts";
5
+ import { csp } from "https://deno.land/x/csp_nonce_html_transformer@v2.2.1/src/index-embedded-wasm.ts";
6
6
  // @ts-ignore
7
7
  import inputs from "./__csp-nonce-inputs.json" assert { type: "json" };
8
8