nuxt-site-config 1.6.0 → 1.6.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
package/dist/module.mjs
CHANGED
|
@@ -3,7 +3,7 @@ import { initSiteConfig, updateSiteConfig, getSiteConfigStack } from 'nuxt-site-
|
|
|
3
3
|
import { relative } from 'pathe';
|
|
4
4
|
import { existsSync } from 'node:fs';
|
|
5
5
|
|
|
6
|
-
const version = "1.6.
|
|
6
|
+
const version = "1.6.2";
|
|
7
7
|
|
|
8
8
|
function extendTypes(module, template) {
|
|
9
9
|
const nuxt = useNuxt();
|
|
@@ -52,7 +52,7 @@ function setupDevToolsUI(resolve, nuxt = useNuxt()) {
|
|
|
52
52
|
nuxt.hook("devtools:customTabs", (tabs) => {
|
|
53
53
|
tabs.push({
|
|
54
54
|
// unique identifier
|
|
55
|
-
name: "nuxt-
|
|
55
|
+
name: "nuxt-site-config",
|
|
56
56
|
// title to display in the tab
|
|
57
57
|
title: "Site Config",
|
|
58
58
|
// any icon from Iconify, or a URL to an image
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<script lang="ts" setup>
|
|
2
|
-
|
|
3
|
-
import { createSitePathResolver
|
|
2
|
+
import { toRefs } from 'vue'
|
|
3
|
+
import { createSitePathResolver } from '../composables/utils'
|
|
4
4
|
|
|
5
5
|
const props = defineProps<{
|
|
6
6
|
to: string
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nuxt-site-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.6.
|
|
4
|
+
"version": "1.6.2",
|
|
5
5
|
"description": "Shared site configuration for Nuxt 3 modules.",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"funding": "https://github.com/sponsors/harlan-zw",
|
|
@@ -26,16 +26,16 @@
|
|
|
26
26
|
"dist"
|
|
27
27
|
],
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@nuxt/devtools-kit": "^1.0.
|
|
30
|
-
"@nuxt/devtools-ui-kit": "^1.0.
|
|
31
|
-
"@nuxt/kit": "^3.8.
|
|
32
|
-
"@nuxt/schema": "^3.8.
|
|
29
|
+
"@nuxt/devtools-kit": "^1.0.3",
|
|
30
|
+
"@nuxt/devtools-ui-kit": "^1.0.3",
|
|
31
|
+
"@nuxt/kit": "^3.8.2",
|
|
32
|
+
"@nuxt/schema": "^3.8.2",
|
|
33
33
|
"pathe": "^1.1.1",
|
|
34
34
|
"shiki-es": "^0.14.0",
|
|
35
35
|
"sirv": "^2.0.3",
|
|
36
36
|
"ufo": "^1.3.2",
|
|
37
|
-
"site-config-
|
|
38
|
-
"
|
|
37
|
+
"nuxt-site-config-kit": "1.6.2",
|
|
38
|
+
"site-config-stack": "1.6.2"
|
|
39
39
|
},
|
|
40
40
|
"build": {
|
|
41
41
|
"externals": [
|