nuxt-devtools-observatory 0.1.0 → 0.1.2

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
@@ -2,9 +2,9 @@
2
2
  "name": "nuxt-devtools-observatory",
3
3
  "configKey": "observatory",
4
4
  "compatibility": {
5
- "nuxt": "^3.0.0"
5
+ "nuxt": "^3.0.0 || ^4.0.0"
6
6
  },
7
- "version": "0.1.0",
7
+ "version": "0.1.2",
8
8
  "builder": {
9
9
  "@nuxt/module-builder": "1.0.2",
10
10
  "unbuild": "3.6.1"
package/dist/module.mjs CHANGED
@@ -447,7 +447,7 @@ const module$1 = defineNuxtModule({
447
447
  meta: {
448
448
  name: "nuxt-devtools-observatory",
449
449
  configKey: "observatory",
450
- compatibility: { nuxt: "^3.0.0" }
450
+ compatibility: { nuxt: "^3.0.0 || ^4.0.0" }
451
451
  },
452
452
  defaults: {
453
453
  fetchDashboard: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nuxt-devtools-observatory",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "Vue/Nuxt DevTools: useFetch Dashboard, provide/inject Graph, Composable Tracker, Render Heatmap",
5
5
  "type": "module",
6
6
  "main": "./dist/module.mjs",
@@ -60,7 +60,7 @@
60
60
  "eslint-plugin-vue": "^10.7.0",
61
61
  "globals": "^17.3.0",
62
62
  "happy-dom": "^20.8.4",
63
- "nuxt": "^3.0.0",
63
+ "nuxt": "^3.0.0 || ^4.0.0",
64
64
  "postcss-html": "^1.8.1",
65
65
  "prettier": "^3.8.1",
66
66
  "stylelint": "^17.4.0",