nuxt-ignis 0.5.0-rc.2 → 0.5.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/.data/content/contents.sqlite +0 -0
- package/.nuxt/components.d.ts +402 -208
- package/.nuxt/content/components.ts +201 -104
- package/.nuxt/dev/index.mjs +1041 -712
- package/.nuxt/dev/index.mjs.map +1 -1
- package/.nuxt/dist/server/client.manifest.mjs +1 -18
- package/.nuxt/dist/server/client.precomputed.mjs +1 -0
- package/.nuxt/eslint-typegen.d.ts +56 -2
- package/.nuxt/eslint.config.d.mts +2 -2
- package/.nuxt/eslint.config.mjs +10 -10
- package/.nuxt/imports.d.ts +63 -59
- package/.nuxt/manifest/latest.json +1 -1
- package/.nuxt/manifest/meta/dev.json +1 -1
- package/.nuxt/mdc-highlighter.mjs +4 -0
- package/.nuxt/mdc-image-component.mjs +1 -1
- package/.nuxt/module/nuxt-robots.d.ts +12 -12
- package/.nuxt/module/nuxt-seo-utils.d.ts +10 -10
- package/.nuxt/module/nuxt-site-config.d.ts +8 -8
- package/.nuxt/module/nuxt-sitemap.d.ts +17 -17
- package/.nuxt/nitro.json +4 -4
- package/.nuxt/nuxt.d.ts +12 -11
- package/.nuxt/nuxt.json +2 -2
- package/.nuxt/nuxt.node.d.ts +13 -10
- package/.nuxt/tsconfig.app.json +191 -191
- package/.nuxt/tsconfig.json +194 -194
- package/.nuxt/tsconfig.node.json +105 -105
- package/.nuxt/tsconfig.server.json +128 -128
- package/.nuxt/tsconfig.shared.json +55 -55
- package/.nuxt/types/build.d.ts +2 -1
- package/.nuxt/types/components.d.ts +402 -208
- package/.nuxt/types/i18n-plugin.d.ts +2 -2
- package/.nuxt/types/imports.d.ts +348 -342
- package/.nuxt/types/modules.d.ts +16 -16
- package/.nuxt/types/nitro-imports.d.ts +68 -68
- package/.nuxt/types/nitro-nuxt.d.ts +1 -0
- package/.nuxt/types/nitro-routes.d.ts +20 -20
- package/.nuxt/types/plugins.d.ts +37 -37
- package/.nuxt/types/ui.d.ts +3 -3
- package/.nuxt/ui/drawer.ts +23 -0
- package/.nuxt/ui/progress.ts +3 -3
- package/.nuxt/ui-image-component.ts +1 -1
- package/.output/nitro.json +3 -3
- package/.output/public/_nuxt/1vOq3xiE.js +1 -0
- package/.output/public/_nuxt/22rhGZdI.js +1 -0
- package/.output/public/_nuxt/9eIdSibD.js +1 -0
- package/.output/public/_nuxt/BBmTy930.js +35 -0
- package/.output/public/_nuxt/BKe83Cjx.js +1 -0
- package/.output/public/_nuxt/Bc5GLloR.js +1 -0
- package/.output/public/_nuxt/BdG3SY-u.js +1 -0
- package/.output/public/_nuxt/BeyOQpYA.js +1 -0
- package/.output/public/_nuxt/BqcXd3MY.js +94 -0
- package/.output/public/_nuxt/Bz55A4y1.js +1 -0
- package/.output/public/_nuxt/C2ybsIQ4.js +1 -0
- package/.output/public/_nuxt/C4U5VOMJ.js +1 -0
- package/.output/public/_nuxt/CAJsyjAK.js +1 -0
- package/.output/public/_nuxt/CD9aBAuy.js +1 -0
- package/.output/public/_nuxt/CHOS7x_d.js +1 -0
- package/.output/public/_nuxt/CXhUbdF6.js +1 -0
- package/.output/public/_nuxt/CZWScI5k.js +1 -0
- package/.output/public/_nuxt/DHd34syF.js +1 -0
- package/.output/public/_nuxt/DMbgtwAJ.js +1 -0
- package/.output/public/_nuxt/DR8jhnFO.js +1 -0
- package/.output/public/_nuxt/DTT0LBLY.js +1 -0
- package/.output/public/_nuxt/{aetvq4w9.js → DWV_uL6G.js} +9 -12
- package/.output/public/_nuxt/DdpTKqR-.js +1 -0
- package/.output/public/_nuxt/Df_NcBcC.js +1 -0
- package/.output/public/_nuxt/DhqOMFXQ.js +1 -0
- package/.output/public/_nuxt/Dnp9eFDR.js +1 -0
- package/.output/public/_nuxt/DnqMs_6O.js +1 -0
- package/.output/public/_nuxt/Dq7g_IfY.js +1 -0
- package/.output/public/_nuxt/DsAJWnuW.js +1 -0
- package/.output/public/_nuxt/DvVg7vM_.js +1 -0
- package/.output/public/_nuxt/DwKqLVGx.js +1 -0
- package/.output/public/_nuxt/DxzqnQKF.js +1 -0
- package/.output/public/_nuxt/Y0f1tU-r.js +1 -0
- package/.output/public/_nuxt/atySmcu6.js +1 -0
- package/.output/public/_nuxt/builds/latest.json +1 -1
- package/.output/public/_nuxt/builds/meta/7bab2b8f-93ee-4f44-a604-8cd2b41eac60.json +1 -0
- package/.output/public/_nuxt/entry.CtpkPzPO.css +1 -0
- package/.output/public/_nuxt/error-404.DzDu4Ean.css +1 -0
- package/.output/public/_nuxt/error-500.BdNqqJx7.css +1 -0
- package/.output/public/_nuxt/q3i45eMH.js +1 -0
- package/.output/public/_nuxt/vueform.CkWb7x1C.css +1 -0
- package/.output/server/chunks/_/error-500.mjs +1 -1
- package/.output/server/chunks/_/error-500.mjs.map +1 -1
- package/.output/server/chunks/_/nitro.mjs +468 -543
- package/.output/server/chunks/_/nitro.mjs.map +1 -1
- package/.output/server/chunks/build/client.precomputed.mjs +4 -0
- package/.output/server/chunks/build/client.precomputed.mjs.map +1 -0
- package/.output/server/chunks/routes/renderer.mjs +10 -33
- package/.output/server/chunks/routes/renderer.mjs.map +1 -1
- package/.output/server/index.mjs.map +1 -1
- package/.output/server/node_modules/@babel/parser/lib/index.js +212 -145
- package/.output/server/node_modules/@babel/parser/package.json +3 -3
- package/.output/server/node_modules/@poppinss/utils/package.json +1 -1
- package/.output/server/node_modules/@shikijs/core/package.json +2 -2
- package/.output/server/node_modules/@shikijs/engine-javascript/package.json +2 -2
- package/.output/server/node_modules/@shikijs/engine-oniguruma/package.json +2 -2
- package/.output/server/node_modules/@shikijs/langs/dist/javascript.mjs +1 -1
- package/.output/server/node_modules/@shikijs/langs/dist/typescript.mjs +1 -1
- package/.output/server/node_modules/@shikijs/langs/package.json +11 -3
- package/.output/server/node_modules/@shikijs/themes/package.json +3 -3
- package/.output/server/node_modules/@shikijs/transformers/package.json +3 -3
- package/.output/server/node_modules/@shikijs/types/package.json +1 -1
- package/.output/server/node_modules/detect-libc/lib/detect-libc.js +59 -13
- package/.output/server/node_modules/detect-libc/lib/elf.js +39 -0
- package/.output/server/node_modules/detect-libc/lib/filesystem.js +18 -8
- package/.output/server/node_modules/detect-libc/package.json +5 -2
- package/.output/server/node_modules/devalue/package.json +1 -1
- package/.output/server/node_modules/devalue/src/parse.js +7 -1
- package/.output/server/node_modules/devalue/src/uneval.js +9 -8
- package/.output/server/node_modules/fast-xml-parser/package.json +1 -1
- package/.output/server/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +297 -287
- package/.output/server/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +3 -2
- package/.output/server/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +4 -4
- package/.output/server/node_modules/image-meta/dist/index.mjs +85 -4
- package/.output/server/node_modules/image-meta/package.json +12 -12
- package/.output/server/node_modules/is-arrayish/package.json +1 -1
- package/.output/server/node_modules/node-fetch-native/dist/chunks/multipart-parser.mjs +2 -2
- package/.output/server/node_modules/node-fetch-native/dist/node.mjs +10 -10
- package/.output/server/node_modules/node-fetch-native/package.json +13 -13
- package/.output/server/node_modules/node-mock-http/dist/index.mjs +1 -1
- package/.output/server/node_modules/node-mock-http/package.json +6 -6
- package/.output/server/node_modules/oauth4webapi/build/index.js +10 -8
- package/.output/server/node_modules/oauth4webapi/package.json +12 -12
- package/.output/server/node_modules/openid-client/build/index.js +1 -1
- package/.output/server/node_modules/openid-client/package.json +7 -7
- package/.output/server/node_modules/secure-json-parse/index.js +35 -0
- package/.output/server/node_modules/secure-json-parse/package.json +2 -3
- package/.output/server/node_modules/semver/classes/semver.js +19 -5
- package/.output/server/node_modules/semver/internal/identifiers.js +4 -0
- package/.output/server/node_modules/semver/package.json +3 -3
- package/.output/server/node_modules/shiki/package.json +9 -9
- package/.output/server/node_modules/simple-swizzle/package.json +1 -1
- package/.output/server/node_modules/unhead/dist/parser.mjs +508 -0
- package/.output/server/node_modules/unhead/dist/server.mjs +6 -513
- package/.output/server/node_modules/unhead/package.json +5 -1
- package/.output/server/node_modules/unist-util-is/lib/index.js +10 -5
- package/.output/server/node_modules/unist-util-is/package.json +12 -9
- package/.output/server/node_modules/unist-util-visit-parents/lib/index.js +8 -7
- package/.output/server/node_modules/unist-util-visit-parents/package.json +18 -13
- package/.output/server/node_modules/yaml/dist/stringify/stringifyString.js +1 -1
- package/.output/server/node_modules/yaml/package.json +2 -1
- package/.output/server/package.json +27 -27
- package/bin/cli.js +23 -16
- package/bin/set-app-vue.js +3 -1
- package/bin/set-css.js +3 -1
- package/bin/set-eslint.js +3 -1
- package/bin/setup.js +10 -7
- package/nuxt.config.ts +13 -1
- package/package.json +15 -12
- package/test/versions.test.ts +65 -0
- package/vitest.config.ts +5 -5
- package/.nuxt/dist/server/client.manifest.json +0 -18
- package/.output/public/_nuxt/1soVlS0z.js +0 -1
- package/.output/public/_nuxt/B7rsWaa2.js +0 -1
- package/.output/public/_nuxt/BFreiu22.js +0 -1
- package/.output/public/_nuxt/BLcTglbc.js +0 -1
- package/.output/public/_nuxt/Bhd4_yFT.js +0 -1
- package/.output/public/_nuxt/Bhpb4lc3.js +0 -1
- package/.output/public/_nuxt/Bi2eMDmd.js +0 -1
- package/.output/public/_nuxt/Bm30MqE0.js +0 -1
- package/.output/public/_nuxt/BqsN2CZp.js +0 -1
- package/.output/public/_nuxt/Bs3IGOdt.js +0 -1
- package/.output/public/_nuxt/ByaiRTkI.js +0 -1
- package/.output/public/_nuxt/C9ePPGPX.js +0 -94
- package/.output/public/_nuxt/CA578xwz.js +0 -1
- package/.output/public/_nuxt/CDttUXKg.js +0 -1
- package/.output/public/_nuxt/CQozUI2A.js +0 -1
- package/.output/public/_nuxt/CSN71QT8.js +0 -1
- package/.output/public/_nuxt/CqCaqSd2.js +0 -1
- package/.output/public/_nuxt/D8v-efI7.js +0 -1
- package/.output/public/_nuxt/DBJqMhGy.js +0 -35
- package/.output/public/_nuxt/DR4hWRk7.js +0 -1
- package/.output/public/_nuxt/DRroQ-Xq.js +0 -1
- package/.output/public/_nuxt/DStnBfJS.js +0 -1
- package/.output/public/_nuxt/DXTYyv-V.js +0 -1
- package/.output/public/_nuxt/DeS1g0YT.js +0 -1
- package/.output/public/_nuxt/Deb6R53f.js +0 -1
- package/.output/public/_nuxt/DiDHllLr.js +0 -1
- package/.output/public/_nuxt/DvwlldUy.js +0 -1
- package/.output/public/_nuxt/DyCICqRh.js +0 -1
- package/.output/public/_nuxt/DzT4wm3Y.js +0 -1
- package/.output/public/_nuxt/E8nje24C.js +0 -1
- package/.output/public/_nuxt/RbPLLy5S.js +0 -1
- package/.output/public/_nuxt/builds/meta/cbc9377a-971e-4db1-b4b1-01807b82ee58.json +0 -1
- package/.output/public/_nuxt/entry.whtwWr_z.css +0 -1
- package/.output/public/_nuxt/error-404.Cq535Uij.css +0 -1
- package/.output/public/_nuxt/error-500.BHm_N15n.css +0 -1
- package/.output/public/_nuxt/jpnxxCHq.js +0 -1
- package/.output/public/_nuxt/sHsV3x2B.js +0 -1
- package/.output/public/_nuxt/sQEqbbg2.js +0 -1
- package/.output/public/_nuxt/vueform.ChEauysg.css +0 -1
- package/.output/server/chunks/build/client.manifest.mjs +0 -511
- package/.output/server/chunks/build/client.manifest.mjs.map +0 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "unist-util-visit-parents",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.2",
|
|
4
4
|
"description": "unist utility to recursively walk over nodes, with ancestral information",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"keywords": [
|
|
@@ -39,6 +39,7 @@
|
|
|
39
39
|
"types": "index.d.ts",
|
|
40
40
|
"files": [
|
|
41
41
|
"lib/",
|
|
42
|
+
"index.d.ts.map",
|
|
42
43
|
"index.d.ts",
|
|
43
44
|
"index.js"
|
|
44
45
|
],
|
|
@@ -49,25 +50,25 @@
|
|
|
49
50
|
"devDependencies": {
|
|
50
51
|
"@types/hast": "^3.0.0",
|
|
51
52
|
"@types/mdast": "^4.0.0",
|
|
52
|
-
"@types/node": "^
|
|
53
|
+
"@types/node": "^24.0.0",
|
|
53
54
|
"@types/xast": "^2.0.0",
|
|
54
|
-
"c8": "^
|
|
55
|
-
"mdast-util-from-markdown": "^
|
|
56
|
-
"mdast-util-gfm": "^
|
|
57
|
-
"micromark-extension-gfm": "^
|
|
58
|
-
"prettier": "^
|
|
59
|
-
"remark-cli": "^
|
|
60
|
-
"remark-preset-wooorm": "^
|
|
55
|
+
"c8": "^10.0.0",
|
|
56
|
+
"mdast-util-from-markdown": "^2.0.0",
|
|
57
|
+
"mdast-util-gfm": "^3.0.0",
|
|
58
|
+
"micromark-extension-gfm": "^3.0.0",
|
|
59
|
+
"prettier": "^3.0.0",
|
|
60
|
+
"remark-cli": "^12.0.0",
|
|
61
|
+
"remark-preset-wooorm": "^10.0.0",
|
|
61
62
|
"strip-ansi": "^7.0.0",
|
|
62
|
-
"tsd": "^0.
|
|
63
|
+
"tsd": "^0.33.0",
|
|
63
64
|
"type-coverage": "^2.0.0",
|
|
64
65
|
"typescript": "^5.0.0",
|
|
65
|
-
"xo": "^0.
|
|
66
|
+
"xo": "^0.58.0"
|
|
66
67
|
},
|
|
67
68
|
"scripts": {
|
|
68
69
|
"prepack": "npm run build && npm run format",
|
|
69
70
|
"build": "tsc --build --clean && tsc --build && tsd && type-coverage",
|
|
70
|
-
"format": "remark . -qfo && prettier . -w --
|
|
71
|
+
"format": "remark . -qfo && prettier . -w --log-level warn && xo --fix",
|
|
71
72
|
"test-api": "node --conditions development test.js",
|
|
72
73
|
"test-coverage": "c8 --100 --reporter lcov npm run test-api",
|
|
73
74
|
"test": "npm run build && npm run format && npm run test-coverage"
|
|
@@ -96,6 +97,10 @@
|
|
|
96
97
|
"strict": true
|
|
97
98
|
},
|
|
98
99
|
"xo": {
|
|
99
|
-
"prettier": true
|
|
100
|
+
"prettier": true,
|
|
101
|
+
"rules": {
|
|
102
|
+
"unicorn/prefer-at": "off",
|
|
103
|
+
"unicorn/prefer-string-replace-all": "off"
|
|
104
|
+
}
|
|
100
105
|
}
|
|
101
106
|
}
|
|
@@ -161,7 +161,7 @@ function blockString({ comment, type, value }, ctx, onComment, onChompKeep) {
|
|
|
161
161
|
const { blockQuote, commentString, lineWidth } = ctx.options;
|
|
162
162
|
// 1. Block can't end in whitespace unless the last line is non-empty.
|
|
163
163
|
// 2. Strings consisting of only whitespace are best rendered explicitly.
|
|
164
|
-
if (!blockQuote || /\n[\t ]+$/.test(value)
|
|
164
|
+
if (!blockQuote || /\n[\t ]+$/.test(value)) {
|
|
165
165
|
return quotedString(value, ctx);
|
|
166
166
|
}
|
|
167
167
|
const indent = ctx.indent ||
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "yaml",
|
|
3
|
-
"version": "2.8.
|
|
3
|
+
"version": "2.8.1",
|
|
4
4
|
"license": "ISC",
|
|
5
5
|
"author": "Eemeli Aro <eemeli@gmail.com>",
|
|
6
6
|
"repository": "github:eemeli/yaml",
|
|
@@ -83,6 +83,7 @@
|
|
|
83
83
|
"eslint-config-prettier": "^9.0.0",
|
|
84
84
|
"fast-check": "^2.12.0",
|
|
85
85
|
"jest": "^29.0.1",
|
|
86
|
+
"jest-resolve": "^29.7.0",
|
|
86
87
|
"jest-ts-webcompat-resolver": "^1.0.0",
|
|
87
88
|
"prettier": "^3.0.2",
|
|
88
89
|
"rollup": "^4.12.0",
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nuxt-ignis-prod",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"private": true,
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@adonisjs/hash": "9.1.1",
|
|
8
|
-
"@babel/parser": "7.28.
|
|
8
|
+
"@babel/parser": "7.28.5",
|
|
9
9
|
"@fastify/accept-negotiator": "1.1.0",
|
|
10
10
|
"@iconify/utils": "2.3.0",
|
|
11
11
|
"@intlify/core": "11.1.12",
|
|
@@ -20,14 +20,14 @@
|
|
|
20
20
|
"@poppinss/exception": "1.2.2",
|
|
21
21
|
"@poppinss/object-builder": "1.1.0",
|
|
22
22
|
"@poppinss/string": "1.7.0",
|
|
23
|
-
"@poppinss/utils": "6.10.
|
|
24
|
-
"@shikijs/core": "3.
|
|
25
|
-
"@shikijs/engine-javascript": "3.
|
|
26
|
-
"@shikijs/engine-oniguruma": "3.
|
|
27
|
-
"@shikijs/langs": "3.
|
|
28
|
-
"@shikijs/themes": "3.
|
|
29
|
-
"@shikijs/transformers": "3.
|
|
30
|
-
"@shikijs/types": "3.
|
|
23
|
+
"@poppinss/utils": "6.10.1",
|
|
24
|
+
"@shikijs/core": "3.14.0",
|
|
25
|
+
"@shikijs/engine-javascript": "3.14.0",
|
|
26
|
+
"@shikijs/engine-oniguruma": "3.14.0",
|
|
27
|
+
"@shikijs/langs": "3.14.0",
|
|
28
|
+
"@shikijs/themes": "3.14.0",
|
|
29
|
+
"@shikijs/transformers": "3.14.0",
|
|
30
|
+
"@shikijs/types": "3.14.0",
|
|
31
31
|
"@shikijs/vscode-textmate": "10.0.2",
|
|
32
32
|
"@sindresorhus/is": "4.6.0",
|
|
33
33
|
"@trysound/sax": "0.2.0",
|
|
@@ -65,8 +65,8 @@
|
|
|
65
65
|
"defu": "6.1.4",
|
|
66
66
|
"destr": "2.0.5",
|
|
67
67
|
"detab": "3.0.2",
|
|
68
|
-
"detect-libc": "2.
|
|
69
|
-
"devalue": "5.
|
|
68
|
+
"detect-libc": "2.1.2",
|
|
69
|
+
"devalue": "5.4.2",
|
|
70
70
|
"devlop": "1.1.0",
|
|
71
71
|
"dom-serializer": "2.0.0",
|
|
72
72
|
"domelementtype": "2.3.0",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"estree-walker": "2.0.2",
|
|
80
80
|
"etag": "1.8.1",
|
|
81
81
|
"extend": "3.0.2",
|
|
82
|
-
"fast-xml-parser": "5.
|
|
82
|
+
"fast-xml-parser": "5.3.0",
|
|
83
83
|
"file-uri-to-path": "1.0.0",
|
|
84
84
|
"flat": "6.0.1",
|
|
85
85
|
"flattie": "1.1.1",
|
|
@@ -111,13 +111,13 @@
|
|
|
111
111
|
"character-entities-html4": "2.1.0",
|
|
112
112
|
"character-entities-legacy": "3.0.0",
|
|
113
113
|
"character-reference-invalid": "2.0.1",
|
|
114
|
-
"image-meta": "0.2.
|
|
114
|
+
"image-meta": "0.2.2",
|
|
115
115
|
"ipx": "2.1.1",
|
|
116
116
|
"iron-webcrypto": "1.2.1",
|
|
117
117
|
"is-absolute-url": "4.0.1",
|
|
118
118
|
"is-alphabetical": "2.0.1",
|
|
119
119
|
"is-alphanumerical": "2.0.1",
|
|
120
|
-
"is-arrayish": "0.3.
|
|
120
|
+
"is-arrayish": "0.3.4",
|
|
121
121
|
"is-decimal": "2.0.1",
|
|
122
122
|
"is-hexadecimal": "2.0.1",
|
|
123
123
|
"is-plain-obj": "4.1.0",
|
|
@@ -167,14 +167,14 @@
|
|
|
167
167
|
"minimark": "0.2.0",
|
|
168
168
|
"ms": "2.1.3",
|
|
169
169
|
"node-emoji": "2.2.0",
|
|
170
|
-
"node-fetch-native": "1.6.
|
|
171
|
-
"node-mock-http": "1.0.
|
|
170
|
+
"node-fetch-native": "1.6.7",
|
|
171
|
+
"node-mock-http": "1.0.3",
|
|
172
172
|
"nth-check": "2.1.1",
|
|
173
|
-
"oauth4webapi": "3.8.
|
|
173
|
+
"oauth4webapi": "3.8.2",
|
|
174
174
|
"ofetch": "1.4.1",
|
|
175
175
|
"oniguruma-parser": "0.12.1",
|
|
176
176
|
"oniguruma-to-es": "4.3.3",
|
|
177
|
-
"openid-client": "6.8.
|
|
177
|
+
"openid-client": "6.8.1",
|
|
178
178
|
"parse-entities": "4.0.2",
|
|
179
179
|
"parse5": "7.3.0",
|
|
180
180
|
"pathe": "1.1.2",
|
|
@@ -197,11 +197,11 @@
|
|
|
197
197
|
"remark-stringify": "11.0.0",
|
|
198
198
|
"safe-stable-stringify": "2.5.0",
|
|
199
199
|
"scule": "1.3.0",
|
|
200
|
-
"secure-json-parse": "4.
|
|
201
|
-
"semver": "7.7.
|
|
200
|
+
"secure-json-parse": "4.1.0",
|
|
201
|
+
"semver": "7.7.3",
|
|
202
202
|
"sharp": "0.32.6",
|
|
203
|
-
"shiki": "3.
|
|
204
|
-
"simple-swizzle": "0.2.
|
|
203
|
+
"shiki": "3.14.0",
|
|
204
|
+
"simple-swizzle": "0.2.4",
|
|
205
205
|
"skin-tone": "2.0.0",
|
|
206
206
|
"slugify": "1.6.6",
|
|
207
207
|
"source-map-js": "1.2.1",
|
|
@@ -218,15 +218,15 @@
|
|
|
218
218
|
"ufo": "1.6.1",
|
|
219
219
|
"ultrahtml": "1.6.0",
|
|
220
220
|
"uncrypto": "0.1.3",
|
|
221
|
-
"unhead": "2.0.
|
|
221
|
+
"unhead": "2.0.19",
|
|
222
222
|
"unicode-emoji-modifier-base": "1.0.0",
|
|
223
223
|
"unified": "11.0.5",
|
|
224
224
|
"unist-util-find-after": "5.0.0",
|
|
225
|
-
"unist-util-is": "6.0.
|
|
225
|
+
"unist-util-is": "6.0.1",
|
|
226
226
|
"unist-util-position": "5.0.0",
|
|
227
227
|
"unist-util-stringify-position": "4.0.0",
|
|
228
228
|
"unist-util-visit": "5.0.0",
|
|
229
|
-
"unist-util-visit-parents": "6.0.
|
|
229
|
+
"unist-util-visit-parents": "6.0.2",
|
|
230
230
|
"vfile": "6.0.3",
|
|
231
231
|
"vfile-location": "5.0.3",
|
|
232
232
|
"vfile-message": "4.0.3",
|
|
@@ -235,7 +235,7 @@
|
|
|
235
235
|
"vue-router": "4.6.3",
|
|
236
236
|
"web-namespaces": "2.0.1",
|
|
237
237
|
"xss": "1.0.15",
|
|
238
|
-
"yaml": "2.8.
|
|
238
|
+
"yaml": "2.8.1",
|
|
239
239
|
"zwitch": "2.0.4"
|
|
240
240
|
}
|
|
241
241
|
}
|
package/bin/cli.js
CHANGED
|
@@ -21,23 +21,30 @@ const args = process.argv.slice(2);
|
|
|
21
21
|
// execute actions based on first param
|
|
22
22
|
// additional params might be passed into the called functions
|
|
23
23
|
(async () => {
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
24
|
+
let status = 0
|
|
25
|
+
try {
|
|
26
|
+
switch (args[0]) {
|
|
27
|
+
case 'setup':
|
|
28
|
+
await (await import('./setup.js')).nuxtIgnisSetup(args[1] || false)
|
|
29
|
+
break
|
|
30
|
+
case 'set-css':
|
|
31
|
+
await (await import('./set-css.js')).setCSS()
|
|
32
|
+
break
|
|
33
|
+
case 'set-eslint':
|
|
34
|
+
await (await import('./set-eslint.js')).setESLint()
|
|
35
|
+
break
|
|
36
|
+
case 'set-app-vue':
|
|
37
|
+
await (await import('./set-app-vue.js')).setAppVue()
|
|
38
|
+
break
|
|
39
|
+
default:
|
|
40
|
+
console.log(`Usage: \`${getCmd()} nuxt-ignis setup|set-css|set-eslint|set-app-vue [true|false]\``)
|
|
41
|
+
status = 1
|
|
42
|
+
}
|
|
43
|
+
} catch (error) {
|
|
44
|
+
console.error('Unexpected Nuxt Ignis error:', error.message)
|
|
45
|
+
status = 1
|
|
40
46
|
}
|
|
47
|
+
process.exit(status)
|
|
41
48
|
})()
|
|
42
49
|
|
|
43
50
|
// try detecting what package manager was used
|
package/bin/set-app-vue.js
CHANGED
|
@@ -11,8 +11,10 @@ import { createFileFromWebTemplate } from 'elrh-cosca'
|
|
|
11
11
|
*/
|
|
12
12
|
export async function setAppVue() {
|
|
13
13
|
try {
|
|
14
|
-
await createFileFromWebTemplate('https://raw.githubusercontent.com/AloisSeckar/nuxt-ignis/refs/tags/v0.
|
|
14
|
+
await createFileFromWebTemplate('https://raw.githubusercontent.com/AloisSeckar/nuxt-ignis/refs/tags/v0.5.1/core/app/app.vue', 'app/app.vue')
|
|
15
15
|
} catch (error) {
|
|
16
16
|
console.error('Error creating Ignis `app.vue` file:\n', error.message)
|
|
17
17
|
}
|
|
18
|
+
// make sure the process won't hang
|
|
19
|
+
process.exit(0)
|
|
18
20
|
}
|
package/bin/set-css.js
CHANGED
|
@@ -11,8 +11,10 @@ import { createFileFromWebTemplate } from 'elrh-cosca'
|
|
|
11
11
|
*/
|
|
12
12
|
export async function setCSS() {
|
|
13
13
|
try {
|
|
14
|
-
await createFileFromWebTemplate('https://raw.githubusercontent.com/AloisSeckar/nuxt-ignis/refs/tags/v0.
|
|
14
|
+
await createFileFromWebTemplate('https://raw.githubusercontent.com/AloisSeckar/nuxt-ignis/refs/tags/v0.5.1/core/app/assets/css/ignis.css', 'app/assets/css/ignis.css')
|
|
15
15
|
} catch (error) {
|
|
16
16
|
console.error('Error creating Ignis CSS file:\n', error.message)
|
|
17
17
|
}
|
|
18
|
+
// make sure the process won't hang
|
|
19
|
+
process.exit(0)
|
|
18
20
|
}
|
package/bin/set-eslint.js
CHANGED
|
@@ -9,8 +9,10 @@ import { createFileFromWebTemplate } from 'elrh-cosca'
|
|
|
9
9
|
*/
|
|
10
10
|
export async function setESLint() {
|
|
11
11
|
try {
|
|
12
|
-
await createFileFromWebTemplate('https://raw.githubusercontent.com/AloisSeckar/nuxt-ignis/refs/tags/v0.
|
|
12
|
+
await createFileFromWebTemplate('https://raw.githubusercontent.com/AloisSeckar/nuxt-ignis/refs/tags/v0.5.1/core/eslint.config.mjs', 'eslint.config.mjs')
|
|
13
13
|
} catch (error) {
|
|
14
14
|
console.error('Error creating ESLint config file:\n', error.message)
|
|
15
15
|
}
|
|
16
|
+
// make sure the process won't hang
|
|
17
|
+
process.exit(0)
|
|
16
18
|
}
|
package/bin/setup.js
CHANGED
|
@@ -33,7 +33,7 @@ export async function nuxtIgnisSetup(autoRun = false) {
|
|
|
33
33
|
|
|
34
34
|
// 1.1 - add nuxt-ignis dependency
|
|
35
35
|
try {
|
|
36
|
-
await updateJsonFile('package.json', 'dependencies', { 'nuxt-ignis': '0.5.
|
|
36
|
+
await updateJsonFile('package.json', 'dependencies', { 'nuxt-ignis': '0.5.1' },
|
|
37
37
|
isAutoRun, 'This will add \'nuxt-ignis\' dependency to your \'package.json\'. Proceed?')
|
|
38
38
|
} catch (error) {
|
|
39
39
|
console.error('Error adding \'nuxt-ignis\' dependency:\n', error.message)
|
|
@@ -110,7 +110,7 @@ export async function nuxtIgnisSetup(autoRun = false) {
|
|
|
110
110
|
}
|
|
111
111
|
// set pnpm as package manager
|
|
112
112
|
try {
|
|
113
|
-
await updateJsonFile('package.json', 'packageManager', 'pnpm@10.
|
|
113
|
+
await updateJsonFile('package.json', 'packageManager', 'pnpm@10.19.0', true)
|
|
114
114
|
} catch (error) {
|
|
115
115
|
console.error('Error setting packageManager:\n', error.message)
|
|
116
116
|
}
|
|
@@ -135,7 +135,7 @@ export async function nuxtIgnisSetup(autoRun = false) {
|
|
|
135
135
|
await updateTextFile('.npmrc', ['shamefully-hoist=true'], isAutoRun,
|
|
136
136
|
'This will adjust \'.npmrc\' file in your project. Continue?')
|
|
137
137
|
} else {
|
|
138
|
-
await createFileFromWebTemplate('https://raw.githubusercontent.com/AloisSeckar/nuxt-ignis/refs/tags/v0.
|
|
138
|
+
await createFileFromWebTemplate('https://raw.githubusercontent.com/AloisSeckar/nuxt-ignis/refs/tags/v0.5.1/core/.npmrc',
|
|
139
139
|
'.npmrc', isAutoRun, 'This will add \'.npmrc\' file for your project. Continue?')
|
|
140
140
|
}
|
|
141
141
|
} catch (error) {
|
|
@@ -160,7 +160,7 @@ export async function nuxtIgnisSetup(autoRun = false) {
|
|
|
160
160
|
if (setupNuxtSpec) {
|
|
161
161
|
// create vitest.config.ts
|
|
162
162
|
try {
|
|
163
|
-
await createFileFromWebTemplate('https://raw.githubusercontent.com/AloisSeckar/nuxt-spec/refs/tags/v0.1.
|
|
163
|
+
await createFileFromWebTemplate('https://raw.githubusercontent.com/AloisSeckar/nuxt-spec/refs/tags/v0.1.14/config/vitest.config.ts.template',
|
|
164
164
|
'vitest.config.ts', true, 'This will create a new \'vitest.config.ts\' file for your project. Continue?')
|
|
165
165
|
} catch (error) {
|
|
166
166
|
console.error('Error setting up \'vitest.config.ts\':\n', error.message)
|
|
@@ -181,19 +181,19 @@ export async function nuxtIgnisSetup(autoRun = false) {
|
|
|
181
181
|
const createSampleTests = isAutoRun || await promptUser('Do you want to create sample tests in \'/test\' folder?')
|
|
182
182
|
if (createSampleTests) {
|
|
183
183
|
try {
|
|
184
|
-
await createFileFromWebTemplate('https://raw.githubusercontent.com/AloisSeckar/nuxt-spec/refs/tags/v0.1.
|
|
184
|
+
await createFileFromWebTemplate('https://raw.githubusercontent.com/AloisSeckar/nuxt-spec/refs/tags/v0.1.14/test/e2e/nuxt-e2e.test.ts',
|
|
185
185
|
'test/e2e/nuxt-e2e.test.ts', true)
|
|
186
186
|
} catch (error) {
|
|
187
187
|
console.error('Error setting up \'nuxt-e2e.test.ts\':\n', error.message)
|
|
188
188
|
}
|
|
189
189
|
try {
|
|
190
|
-
await createFileFromWebTemplate('https://raw.githubusercontent.com/AloisSeckar/nuxt-spec/refs/tags/v0.1.
|
|
190
|
+
await createFileFromWebTemplate('https://raw.githubusercontent.com/AloisSeckar/nuxt-spec/refs/tags/v0.1.14/test/nuxt/nuxt-unit.test.ts',
|
|
191
191
|
'test/nuxt/nuxt-unit.test.ts', true)
|
|
192
192
|
} catch (error) {
|
|
193
193
|
console.error('Error setting up \'nuxt-unit.test.ts\':\n', error.message)
|
|
194
194
|
}
|
|
195
195
|
try {
|
|
196
|
-
await createFileFromWebTemplate('https://raw.githubusercontent.com/AloisSeckar/nuxt-spec/refs/tags/v0.1.
|
|
196
|
+
await createFileFromWebTemplate('https://raw.githubusercontent.com/AloisSeckar/nuxt-spec/refs/tags/v0.1.14/test/unit/vitest.test.ts',
|
|
197
197
|
'test/unit/vitest.test.ts', true)
|
|
198
198
|
} catch (error) {
|
|
199
199
|
console.error('Error setting up \'vitest.test.ts\':\n', error.message)
|
|
@@ -252,4 +252,7 @@ export async function nuxtIgnisSetup(autoRun = false) {
|
|
|
252
252
|
showMessage('')
|
|
253
253
|
showMessage('NUXT IGNIS SETUP COMPLETE', 2)
|
|
254
254
|
showMessage(`Proceed with \`${packageManager} install\` to get started.`)
|
|
255
|
+
|
|
256
|
+
// make sure the process won't hang
|
|
257
|
+
process.exit(0)
|
|
255
258
|
}
|
package/nuxt.config.ts
CHANGED
|
@@ -16,7 +16,7 @@ const baseConfig: NuxtConfig = {
|
|
|
16
16
|
],
|
|
17
17
|
|
|
18
18
|
// https://nuxt.com/docs/4.x/api/nuxt-config#compatibilitydate
|
|
19
|
-
compatibilityDate: '2025-
|
|
19
|
+
compatibilityDate: '2025-10-27',
|
|
20
20
|
|
|
21
21
|
// simple eslint config - see eslint.config.mjs
|
|
22
22
|
eslint: {
|
|
@@ -136,9 +136,21 @@ const baseConfig: NuxtConfig = {
|
|
|
136
136
|
// display settings overview in console (just once)
|
|
137
137
|
log.info('\nNuxt Ignis will start using following settings:\n' + currentFeatures.overview)
|
|
138
138
|
},
|
|
139
|
+
// temporary fix for https://github.com/nuxt/nuxt/issues/33582
|
|
140
|
+
'vite:extendConfig': extendViteConfig,
|
|
139
141
|
},
|
|
140
142
|
}
|
|
141
143
|
|
|
144
|
+
// temporary fix for https://github.com/nuxt/nuxt/issues/33582
|
|
145
|
+
function extendViteConfig(config: import('vite').UserConfig) {
|
|
146
|
+
const plugin = config.plugins?.find(plugin => isPlugin(plugin, 'nuxt:environments'))
|
|
147
|
+
if (plugin) plugin.enforce = 'pre'
|
|
148
|
+
}
|
|
149
|
+
function isPlugin(plugin: unknown, name: string): plugin is import('vite').Plugin {
|
|
150
|
+
return !!(plugin && typeof plugin === 'object' && 'name' in plugin && plugin.name === name)
|
|
151
|
+
}
|
|
152
|
+
// temporary fix for https://github.com/nuxt/nuxt/issues/33582
|
|
153
|
+
|
|
142
154
|
// to avoid type inference issues
|
|
143
155
|
const effectiveConfig = defu(currentFeatures.nuxtConfig, baseConfig) as NuxtConfig
|
|
144
156
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nuxt-ignis",
|
|
3
|
-
"version": "0.5.0-rc.2",
|
|
4
3
|
"description": "A ready-to-use setup for your next application in Nuxt",
|
|
4
|
+
"version": "0.5.1",
|
|
5
|
+
"config": {
|
|
6
|
+
"date": "2025-10-27"
|
|
7
|
+
},
|
|
5
8
|
"keywords": [
|
|
6
9
|
"nuxt",
|
|
7
10
|
"nuxtjs",
|
|
@@ -31,35 +34,35 @@
|
|
|
31
34
|
},
|
|
32
35
|
"dependencies": {
|
|
33
36
|
"@formkit/nuxt": "1.6.9",
|
|
34
|
-
"@maas/vue-equipment": "1.0.0-beta.
|
|
37
|
+
"@maas/vue-equipment": "1.0.0-beta.37",
|
|
35
38
|
"@nuxt/content": "3.7.1",
|
|
36
39
|
"@nuxt/eslint": "1.9.0",
|
|
37
40
|
"@nuxt/fonts": "0.11.4",
|
|
38
41
|
"@nuxt/image": "1.11.0",
|
|
39
42
|
"@nuxt/scripts": "0.13.0",
|
|
40
|
-
"@nuxt/ui": "3.3.
|
|
43
|
+
"@nuxt/ui": "3.3.7",
|
|
41
44
|
"@nuxtjs/i18n": "10.1.1",
|
|
42
45
|
"@nuxtjs/seo": "3.2.2",
|
|
43
46
|
"@nuxtjs/supabase": "1.6.2",
|
|
44
47
|
"@nuxtjs/tailwindcss": "6.14.0",
|
|
45
48
|
"@pinia/nuxt": "0.11.2",
|
|
46
|
-
"@tailwindcss/vite": "4.1.
|
|
47
|
-
"@vueform/nuxt": "1.
|
|
48
|
-
"@vueuse/core": "
|
|
49
|
-
"@vueuse/nuxt": "
|
|
49
|
+
"@tailwindcss/vite": "4.1.16",
|
|
50
|
+
"@vueform/nuxt": "1.23.0",
|
|
51
|
+
"@vueuse/core": "14.0.0",
|
|
52
|
+
"@vueuse/nuxt": "14.0.0",
|
|
50
53
|
"better-sqlite3": "12.2.0",
|
|
51
54
|
"consola": "3.4.2",
|
|
52
55
|
"date-fns": "4.1.0",
|
|
53
56
|
"defu": "6.1.4",
|
|
54
|
-
"elrh-cosca": "0.3.
|
|
57
|
+
"elrh-cosca": "0.3.5",
|
|
55
58
|
"elrh-pslo": "1.1.6",
|
|
56
59
|
"magic-regexp": "0.10.0",
|
|
57
|
-
"nuxt": "4.
|
|
60
|
+
"nuxt": "4.2.0",
|
|
58
61
|
"nuxt-auth-utils": "0.5.25",
|
|
59
|
-
"nuxt-charts": "0.2
|
|
62
|
+
"nuxt-charts": "1.0.2",
|
|
60
63
|
"nuxt-neon": "0.7.0",
|
|
61
64
|
"nuxt-security": "2.4.0",
|
|
62
|
-
"nuxt-spec": "0.1.
|
|
65
|
+
"nuxt-spec": "0.1.14",
|
|
63
66
|
"open-props": "1.7.16",
|
|
64
67
|
"pinia": "3.0.3",
|
|
65
68
|
"postcss-jit-props": "1.0.16",
|
|
@@ -72,7 +75,7 @@
|
|
|
72
75
|
"scripts": {
|
|
73
76
|
"analyze": "nuxt analyze",
|
|
74
77
|
"eslint": "eslint .",
|
|
75
|
-
"build": "nuxt build",
|
|
78
|
+
"build": "pnpm test && cd ../docs && pnpm test && cd ../core && nuxt build",
|
|
76
79
|
"dev": "nuxt dev",
|
|
77
80
|
"generate": "nuxt generate",
|
|
78
81
|
"preview": "nuxt preview",
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
import { describe, expect, test } from 'vitest'
|
|
2
|
+
import { hasText } from 'elrh-cosca'
|
|
3
|
+
import app from '../package.json' assert { type: 'json' }
|
|
4
|
+
|
|
5
|
+
// extract the versions from package.json
|
|
6
|
+
const { version, config, dependencies, packageManager } = app
|
|
7
|
+
|
|
8
|
+
// Nuxt Ignis
|
|
9
|
+
|
|
10
|
+
const ignisLink = `https://raw.githubusercontent.com/AloisSeckar/nuxt-ignis/refs/tags/v${version}/`
|
|
11
|
+
|
|
12
|
+
describe(`Nuxt Ignis links should lead to same version tag as in package.json (${version})`, () => {
|
|
13
|
+
test('set-app-vue.js', () => {
|
|
14
|
+
expect(hasText('bin/set-app-vue.js', ignisLink)).toBe(true)
|
|
15
|
+
})
|
|
16
|
+
|
|
17
|
+
test('set-css.js', () => {
|
|
18
|
+
expect(hasText('bin/set-css.js', ignisLink)).toBe(true)
|
|
19
|
+
})
|
|
20
|
+
|
|
21
|
+
test('set-eslint.js', () => {
|
|
22
|
+
expect(hasText('bin/set-eslint.js', ignisLink)).toBe(true)
|
|
23
|
+
})
|
|
24
|
+
|
|
25
|
+
test('setup.js', () => {
|
|
26
|
+
expect(hasText('bin/setup.js', ignisLink)).toBe(true)
|
|
27
|
+
})
|
|
28
|
+
})
|
|
29
|
+
|
|
30
|
+
describe(`Nuxt Ignis version should be the same as in package.json (${version})`, () => {
|
|
31
|
+
test('setup.js', () => {
|
|
32
|
+
expect(hasText('bin/setup.js', `{ 'nuxt-ignis': '${version}' }`)).toBe(true)
|
|
33
|
+
})
|
|
34
|
+
})
|
|
35
|
+
|
|
36
|
+
// Nuxt Spec
|
|
37
|
+
|
|
38
|
+
const specVersion = dependencies['nuxt-spec']
|
|
39
|
+
const specLink = `https://raw.githubusercontent.com/AloisSeckar/nuxt-spec/refs/tags/v${specVersion}/`
|
|
40
|
+
|
|
41
|
+
describe(`Nuxt Spec links should lead to same version tag as in package.json (${specVersion})`, () => {
|
|
42
|
+
test('setup.js', () => {
|
|
43
|
+
expect(hasText('bin/setup.js', specLink)).toBe(true)
|
|
44
|
+
})
|
|
45
|
+
})
|
|
46
|
+
|
|
47
|
+
// pnpm
|
|
48
|
+
|
|
49
|
+
const pnpmVersion = packageManager?.split('@')[1] || 'unknown'
|
|
50
|
+
|
|
51
|
+
describe(`pnpm version should be the same as in package.json (${pnpmVersion})`, () => {
|
|
52
|
+
test('setup.js', () => {
|
|
53
|
+
expect(hasText('bin/setup.js', `'packageManager', 'pnpm@${pnpmVersion}'`)).toBe(true)
|
|
54
|
+
})
|
|
55
|
+
})
|
|
56
|
+
|
|
57
|
+
// compatbility date
|
|
58
|
+
|
|
59
|
+
const date = config?.date || 'unknown'
|
|
60
|
+
|
|
61
|
+
describe(`nuxt.config.ts compatibilityDate should be the same as in package.json (${date})`, () => {
|
|
62
|
+
test('setup.js', () => {
|
|
63
|
+
expect(hasText('nuxt.config.ts', `compatibilityDate: '${date}',`)).toBe(true)
|
|
64
|
+
})
|
|
65
|
+
})
|
package/vitest.config.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { loadVitestConfig } from 'nuxt-spec/config'
|
|
2
|
-
|
|
3
|
-
export default loadVitestConfig({
|
|
4
|
-
// custom config here
|
|
5
|
-
})
|
|
1
|
+
import { loadVitestConfig } from 'nuxt-spec/config'
|
|
2
|
+
|
|
3
|
+
export default loadVitestConfig({
|
|
4
|
+
// custom config here
|
|
5
|
+
})
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"@vite/client": {
|
|
3
|
-
"prefetch": true,
|
|
4
|
-
"isEntry": true,
|
|
5
|
-
"file": "@vite/client",
|
|
6
|
-
"css": [],
|
|
7
|
-
"module": true,
|
|
8
|
-
"resourceType": "script"
|
|
9
|
-
},
|
|
10
|
-
"C:/Git/nuxt-ignis/core/node_modules/.pnpm/nuxt@4.1.3_@parcel+watcher@_df7d87ad0ec2b939e6971c0cdd5a8469/node_modules/nuxt/dist/app/entry.async.js": {
|
|
11
|
-
"resourceType": "script",
|
|
12
|
-
"module": true,
|
|
13
|
-
"prefetch": true,
|
|
14
|
-
"preload": true,
|
|
15
|
-
"isEntry": true,
|
|
16
|
-
"file": "C:/Git/nuxt-ignis/core/node_modules/.pnpm/nuxt@4.1.3_@parcel+watcher@_df7d87ad0ec2b939e6971c0cdd5a8469/node_modules/nuxt/dist/app/entry.async.js"
|
|
17
|
-
}
|
|
18
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{O as c,c as d,d as t,e as n,f as r,a1 as f}from"#entry";const p=["id"],u=["href"],k={__name:"ProseH3",props:{id:{type:String,required:!1}},setup(a){const e=a,{headings:o}=c().public.mdc,i=d(()=>e.id&&(typeof o?.anchorLinks=="boolean"&&o?.anchorLinks===!0||typeof o?.anchorLinks=="object"&&o?.anchorLinks?.h3));return(s,h)=>(n(),t("h3",{id:e.id},[e.id&&f(i)?(n(),t("a",{key:0,href:`#${e.id}`},[r(s.$slots,"default")],8,u)):r(s.$slots,"default",{key:1})],8,p))}};export{k as default};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{_ as s,d as a,e as r,f as t}from"#entry";const n={};function o(e,c){return r(),a("thead",null,[t(e.$slots,"default")])}const d=Object.assign(s(n,[["render",o]]),{__name:"ProseThead"});export{d as default};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{O as c,c as d,d as t,e as n,f as r,a1 as f}from"#entry";const p=["id"],u=["href"],k={__name:"ProseH6",props:{id:{type:String,required:!1}},setup(a){const e=a,{headings:o}=c().public.mdc,i=d(()=>e.id&&(typeof o?.anchorLinks=="boolean"&&o?.anchorLinks===!0||typeof o?.anchorLinks=="object"&&o?.anchorLinks?.h6));return(s,h)=>(n(),t("h6",{id:e.id},[e.id&&f(i)?(n(),t("a",{key:0,href:`#${e.id}`},[r(s.$slots,"default")],8,u)):r(s.$slots,"default",{key:1})],8,p))}};export{k as default};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{_ as s,d as r,e as t,f as n}from"#entry";const o={};function a(e,c){return t(),r("th",null,[n(e.$slots,"default")])}const l=Object.assign(s(o,[["render",a]]),{__name:"ProseTh"});export{l as default};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{_ as s,d as r,e as t,f as n}from"#entry";const o={};function a(e,c){return t(),r("td",null,[n(e.$slots,"default")])}const d=Object.assign(s(o,[["render",a]]),{__name:"ProseTd"});export{d as default};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{_ as e,g as t,e as o,a0 as c}from"#entry";const _={};function s(r,a){const n=c;return o(),t(n,{content:"Features"})}const i=e(_,[["render",s]]);export{i as default};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{_ as s,d as r,e as n,f as o}from"#entry";const t={};function a(e,c){return n(),r("p",null,[o(e.$slots,"default")])}const l=Object.assign(s(t,[["render",a]]),{__name:"ProseP"});export{l as default};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{_ as s,d as r,e as n,f as o}from"#entry";const t={};function a(e,c){return n(),r("li",null,[o(e.$slots,"default")])}const _=Object.assign(s(t,[["render",a]]),{__name:"ProseLi"});export{_ as default};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{_ as o,Z as s,d as a,e as i,p as t,q as r}from"#entry";const u={class:"antialiased bg-white dark:bg-[#020420] dark:text-white font-sans grid min-h-screen overflow-hidden place-content-center text-[#020420] tracking-wide"},l={class:"max-w-520px text-center"},c=["textContent"],d=["textContent"],p=["textContent"],f={__name:"error-500",props:{appName:{type:String,default:"Nuxt"},statusCode:{type:Number,default:500},statusMessage:{type:String,default:"Internal server error"},description:{type:String,default:"This page is temporarily unavailable."},refresh:{type:String,default:"Refresh this page"}},setup(e){const n=e;return s({title:`${n.statusCode} - ${n.statusMessage} | ${n.appName}`,script:[{innerHTML:`!function(){const e=document.createElement("link").relList;if(!(e&&e.supports&&e.supports("modulepreload"))){for(const e of document.querySelectorAll('link[rel="modulepreload"]'))r(e);new MutationObserver(e=>{for(const o of e)if("childList"===o.type)for(const e of o.addedNodes)"LINK"===e.tagName&&"modulepreload"===e.rel&&r(e)}).observe(document,{childList:!0,subtree:!0})}function r(e){if(e.ep)return;e.ep=!0;const r=function(e){const r={};return e.integrity&&(r.integrity=e.integrity),e.referrerPolicy&&(r.referrerPolicy=e.referrerPolicy),"use-credentials"===e.crossOrigin?r.credentials="include":"anonymous"===e.crossOrigin?r.credentials="omit":r.credentials="same-origin",r}(e);fetch(e.href,r)}}();`}],style:[{innerHTML:'*,:after,:before{border-color:var(--un-default-border-color,#e5e7eb);border-style:solid;border-width:0;box-sizing:border-box}:after,:before{--un-content:""}html{line-height:1.5;-webkit-text-size-adjust:100%;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-moz-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent}body{line-height:inherit;margin:0}h1,h2{font-size:inherit;font-weight:inherit}h1,h2,p{margin:0}*,:after,:before{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 transparent;--un-ring-shadow:0 0 transparent;--un-shadow-inset: ;--un-shadow:0 0 transparent;--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgba(147,197,253,.5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }'}]}),(g,h)=>(i(),a("div",u,[t("div",l,[t("h1",{class:"font-semibold leading-none mb-4 sm:text-[110px] tabular-nums text-[80px]",textContent:r(e.statusCode)},null,8,c),t("h2",{class:"font-semibold mb-2 sm:text-3xl text-2xl",textContent:r(e.statusMessage)},null,8,d),t("p",{class:"mb-4 px-2 text-[#64748B] text-md",textContent:r(e.description)},null,8,p)])]))}},b=o(f,[["__scopeId","data-v-82633c45"]]);export{b as default};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{O as c,c as d,d as t,e as n,f as r,a1 as f}from"#entry";const p=["id"],u=["href"],k={__name:"ProseH5",props:{id:{type:String,required:!1}},setup(a){const e=a,{headings:o}=c().public.mdc,i=d(()=>e.id&&(typeof o?.anchorLinks=="boolean"&&o?.anchorLinks===!0||typeof o?.anchorLinks=="object"&&o?.anchorLinks?.h5));return(s,h)=>(n(),t("h5",{id:e.id},[e.id&&f(i)?(n(),t("a",{key:0,href:`#${e.id}`},[r(s.$slots,"default")],8,u)):r(s.$slots,"default",{key:1})],8,p))}};export{k as default};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{_ as o,d as s,e as r,f as t}from"#entry";const n={};function a(e,c){return r(),s("tbody",null,[t(e.$slots,"default")])}const d=Object.assign(o(n,[["render",a]]),{__name:"ProseTbody"});export{d as default};
|