@xyz/navigation 1.2.0 → 1.2.1

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 || ^4.0.0"
6
6
  },
7
- "version": "1.2.0",
7
+ "version": "1.2.1",
8
8
  "builder": {
9
9
  "@nuxt/module-builder": "0.8.4",
10
10
  "unbuild": "2.0.0"
@@ -78,7 +78,9 @@ export function useNavigation(config, options = {}) {
78
78
  };
79
79
  return {
80
80
  sections,
81
- // Unwrapped: sections.app.items (no .value)
81
+ // Grouped: sections.value.app, sections.value.organization
82
+ ...sectionsRaw,
83
+ // Individual: app.value, organization.value
82
84
  context,
83
85
  refresh
84
86
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyz/navigation",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "Context-aware, type-safe navigation for multi-tenant Nuxt applications",
5
5
  "type": "module",
6
6
  "exports": {
@@ -49,12 +49,12 @@
49
49
  "license": "MIT",
50
50
  "repository": {
51
51
  "type": "git",
52
- "url": "git+https://github.com/xyz/xyz-navigation.git"
52
+ "url": "git+https://github.com/xyzhub/xyz-navigation.git"
53
53
  },
54
54
  "bugs": {
55
- "url": "https://github.com/xyz/xyz-navigation/issues"
55
+ "url": "https://github.com/xyzhub/xyz-navigation/issues"
56
56
  },
57
- "homepage": "https://github.com/xyz/xyz-navigation#readme",
57
+ "homepage": "https://github.com/xyzhub/xyz-navigation#readme",
58
58
  "dependencies": {
59
59
  "defu": "^6.1.4"
60
60
  },