@ztl-uwu/nuxt-content 2.13.5 → 2.13.7
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 +1 -1
- package/dist/module.mjs +1 -1
- package/dist/web-types.json +1 -1
- package/package.json +14 -13
package/dist/module.json
CHANGED
package/dist/module.mjs
CHANGED
|
@@ -15,7 +15,7 @@ import { WebSocketServer } from 'ws';
|
|
|
15
15
|
import { consola } from 'consola';
|
|
16
16
|
|
|
17
17
|
const name = "@ztl-uwu/nuxt-content";
|
|
18
|
-
const version = "2.13.
|
|
18
|
+
const version = "2.13.7";
|
|
19
19
|
|
|
20
20
|
const logger = consola.withTag("@nuxt/content");
|
|
21
21
|
const CACHE_VERSION = 2;
|
package/dist/web-types.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ztl-uwu/nuxt-content",
|
|
3
|
-
"version": "2.13.
|
|
3
|
+
"version": "2.13.7",
|
|
4
4
|
"description": "Write your content inside your Nuxt app",
|
|
5
5
|
"homepage": "https://content.nuxt.com",
|
|
6
6
|
"keywords": [
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"content",
|
|
9
9
|
"module"
|
|
10
10
|
],
|
|
11
|
-
"repository": "nuxt
|
|
11
|
+
"repository": "ztl-uwu/nuxt-content",
|
|
12
12
|
"license": "MIT",
|
|
13
13
|
"type": "module",
|
|
14
14
|
"exports": {
|
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
"test:unit": "nuxi prepare test/fixtures/basic && nuxi prepare test/fixtures/document-driven && vitest run"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@nuxt/kit": "^3.
|
|
46
|
-
"@nuxtjs/mdc": "^0.
|
|
45
|
+
"@nuxt/kit": "^3.17.2",
|
|
46
|
+
"@nuxtjs/mdc": "^0.17.0",
|
|
47
47
|
"@vueuse/core": "^13.1.0",
|
|
48
48
|
"@vueuse/head": "^2.0.0",
|
|
49
49
|
"@vueuse/nuxt": "^13.1.0",
|
|
@@ -58,17 +58,18 @@
|
|
|
58
58
|
"micromark": "^4.0.2",
|
|
59
59
|
"micromark-util-sanitize-uri": "^2.0.1",
|
|
60
60
|
"micromark-util-types": "^2.0.2",
|
|
61
|
+
"minimist": "^1.2.8",
|
|
61
62
|
"minisearch": "^7.1.2",
|
|
62
63
|
"ohash": "^2.0.11",
|
|
63
64
|
"pathe": "^2.0.3",
|
|
64
65
|
"scule": "^1.3.0",
|
|
65
|
-
"shiki": "^3.
|
|
66
|
+
"shiki": "^3.4.0",
|
|
66
67
|
"slugify": "^1.6.6",
|
|
67
68
|
"socket.io-client": "^4.8.1",
|
|
68
69
|
"ufo": "^1.6.1",
|
|
69
70
|
"unist-util-stringify-position": "^4.0.0",
|
|
70
|
-
"unstorage": "^1.
|
|
71
|
-
"ws": "^8.18.
|
|
71
|
+
"unstorage": "^1.16.0",
|
|
72
|
+
"ws": "^8.18.2"
|
|
72
73
|
},
|
|
73
74
|
"devDependencies": {
|
|
74
75
|
"@nuxt/content": "link:",
|
|
@@ -77,25 +78,25 @@
|
|
|
77
78
|
"@nuxt/schema": "3.16.2",
|
|
78
79
|
"@nuxt/test-utils": "3.17.2",
|
|
79
80
|
"@nuxthq/studio": "^2.2.1",
|
|
80
|
-
"@nuxtjs/tailwindcss": "^6.
|
|
81
|
+
"@nuxtjs/tailwindcss": "^6.14.0",
|
|
81
82
|
"@types/ws": "^8.18.1",
|
|
82
83
|
"c8": "^10.1.3",
|
|
83
84
|
"csvtojson": "^2.0.10",
|
|
84
|
-
"eslint": "^9.
|
|
85
|
+
"eslint": "^9.26.0",
|
|
85
86
|
"globby": "^14.1.0",
|
|
86
87
|
"husky": "^9.1.7",
|
|
87
88
|
"jiti": "^2.4.2",
|
|
88
|
-
"lint-staged": "^
|
|
89
|
+
"lint-staged": "^16.0.0",
|
|
89
90
|
"nuxt": "3.16.2",
|
|
90
91
|
"rehype-figure": "^1.0.1",
|
|
91
92
|
"rehype-wrap-all": "^1.1.0",
|
|
92
|
-
"release-it": "^
|
|
93
|
+
"release-it": "^19.0.2",
|
|
93
94
|
"remark-oembed": "^1.2.2",
|
|
94
|
-
"vitest": "^3.1.
|
|
95
|
+
"vitest": "^3.1.3",
|
|
95
96
|
"vue-docgen-web-types": "^0.1.8",
|
|
96
97
|
"vue-tsc": "2.2.8"
|
|
97
98
|
},
|
|
98
|
-
"packageManager": "pnpm@
|
|
99
|
+
"packageManager": "pnpm@10.10.0",
|
|
99
100
|
"release-it": {
|
|
100
101
|
"git": {
|
|
101
102
|
"commitMessage": "chore(release): release v${version}"
|