@wpnuxt/blocks 2.0.0-alpha.13 → 2.0.0-alpha.15

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/dist/module.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "compatibility": {
5
5
  "nuxt": ">=3.0.0"
6
6
  },
7
- "version": "2.0.0-alpha.13",
7
+ "version": "2.0.0-alpha.15",
8
8
  "builder": {
9
9
  "@nuxt/module-builder": "1.0.2",
10
10
  "unbuild": "3.6.1"
package/dist/module.mjs CHANGED
@@ -30,7 +30,6 @@ const module$1 = defineNuxtModule({
30
30
  await installModule("@nuxt/image", {
31
31
  domains: options.imageDomains
32
32
  });
33
- await installModule("@radya/nuxt-dompurify");
34
33
  if (!options.skipPluginCheck) {
35
34
  const wpNuxtConfig = nuxt.options.runtimeConfig?.public?.wpNuxt;
36
35
  const wordpressUrl = wpNuxtConfig?.wordpressUrl || process.env.WPNUXT_WORDPRESS_URL;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wpnuxt/blocks",
3
- "version": "2.0.0-alpha.13",
3
+ "version": "2.0.0-alpha.15",
4
4
  "description": "Vue components for rendering WordPress Gutenberg blocks in Nuxt",
5
5
  "keywords": [
6
6
  "nuxt",
@@ -35,7 +35,6 @@
35
35
  "dependencies": {
36
36
  "@nuxt/image": "^2.0.0",
37
37
  "@nuxt/kit": "4.3.1",
38
- "@radya/nuxt-dompurify": "^1.0.5",
39
38
  "scule": "^1.3.0"
40
39
  },
41
40
  "devDependencies": {