@nuxt/modules 0.5.0-a78fb4 → 0.5.0-a9065b

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.
Files changed (2) hide show
  1. package/modules.json +26 -2
  2. package/package.json +1 -1
package/modules.json CHANGED
@@ -1756,6 +1756,28 @@
1756
1756
  "requires": {}
1757
1757
  }
1758
1758
  },
1759
+ {
1760
+ "name": "icon",
1761
+ "description": "",
1762
+ "repo": "nuxt-modules/icon",
1763
+ "npm": "nuxt-icon",
1764
+ "icon": "nuxt-icon.png",
1765
+ "github": "https://github.com/nuxt-modules/icon",
1766
+ "website": "https://github.com/nuxt-modules/icon",
1767
+ "learn_more": "",
1768
+ "category": "UI",
1769
+ "type": "community",
1770
+ "maintainers": [
1771
+ {
1772
+ "name": "Atinux",
1773
+ "github": "Atinux"
1774
+ }
1775
+ ],
1776
+ "compatibility": {
1777
+ "nuxt": "^3.0.0",
1778
+ "requires": {}
1779
+ }
1780
+ },
1759
1781
  {
1760
1782
  "name": "icons",
1761
1783
  "description": "Use your own automatically imported SVG icons.",
@@ -3249,8 +3271,10 @@
3249
3271
  }
3250
3272
  ],
3251
3273
  "compatibility": {
3252
- "nuxt": "^2.0.0",
3253
- "requires": {}
3274
+ "nuxt": "^2.0.0 || ^3.0.0",
3275
+ "requires": {
3276
+ "bridge": "optional"
3277
+ }
3254
3278
  }
3255
3279
  },
3256
3280
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/modules",
3
- "version": "0.5.0-a78fb4",
3
+ "version": "0.5.0-a9065b",
4
4
  "license": "MIT",
5
5
  "main": "./modules.json"
6
6
  }