nuxt-studio 1.0.0-alpha.0 → 1.0.0-alpha.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/README.md +11 -9
- package/dist/app/en-CeGQDKH5.js +7 -0
- package/dist/app/en-D0jd_r21.js +7 -0
- package/dist/app/en-XbfkDcMn.js +7 -0
- package/dist/app/fr-CbcFrmHX.js +7 -0
- package/dist/app/fr-Ct4HO5e1.js +7 -0
- package/dist/app/fr-ILHmVnG9.js +7 -0
- package/dist/app/main.d.ts +83 -33
- package/dist/app/main.js +34187 -30512
- package/dist/app/service-worker.js +29 -5
- package/dist/app/shared-B6H2zqDG.js +8 -0
- package/dist/app/{shared-D04791PA.js → shared-DLETHbvn.js} +2311 -2307
- package/dist/app/{shared-DI6F-ifc.js → shared-Dvm_mWyG.js} +3120 -3132
- package/dist/app/shared.d.ts +1 -20
- package/dist/app/shared.js +2 -4
- package/dist/module/module.d.mts +70 -27
- package/dist/module/module.json +1 -1
- package/dist/module/module.mjs +101 -58
- package/dist/module/runtime/host.dev.js +19 -12
- package/dist/module/runtime/host.js +124 -61
- package/dist/module/runtime/plugins/studio.client.js +1 -1
- package/dist/module/runtime/server/routes/admin.js +11 -2
- package/dist/module/runtime/server/routes/auth/github.get.d.ts +4 -4
- package/dist/module/runtime/server/routes/auth/github.get.js +17 -9
- package/dist/module/runtime/server/routes/auth/gitlab.get.d.ts +55 -0
- package/dist/module/runtime/server/routes/auth/gitlab.get.js +157 -0
- package/dist/module/runtime/server/routes/auth/session.delete.js +2 -1
- package/dist/module/runtime/server/routes/auth/session.get.js +4 -1
- package/dist/module/runtime/server/routes/dev/content/[...path].js +0 -11
- package/dist/module/runtime/server/routes/dev/public/[...path].d.ts +1 -0
- package/dist/module/runtime/server/routes/dev/public/[...path].js +2 -0
- package/dist/module/runtime/types/content.d.ts +6 -0
- package/dist/module/runtime/types/content.js +7 -0
- package/dist/module/runtime/utils/activation.js +16 -5
- package/dist/module/runtime/utils/collection.d.ts +10 -17
- package/dist/module/runtime/utils/collection.js +32 -92
- package/dist/module/runtime/utils/document.d.ts +15 -0
- package/dist/module/runtime/utils/document.js +288 -0
- package/dist/module/runtime/utils/media.d.ts +1 -0
- package/dist/module/runtime/utils/media.js +5 -0
- package/dist/module/runtime/utils/object.d.ts +4 -0
- package/dist/module/runtime/utils/object.js +27 -0
- package/dist/module/runtime/utils/source.d.ts +11 -0
- package/dist/module/runtime/utils/source.js +36 -0
- package/license.md +9 -0
- package/package.json +7 -6
- package/dist/app/shared-R5zYJ3Dl.js +0 -25803
- package/dist/app/utils-DI6F-ifc.js +0 -25774
- package/dist/app/utils.d.ts +0 -22
- package/dist/app/utils.js +0 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nuxt-studio",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.2",
|
|
4
4
|
"description": "Nuxt Studio for Nuxt Content",
|
|
5
5
|
"private": false,
|
|
6
6
|
"repository": {
|
|
@@ -45,17 +45,18 @@
|
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"@iconify-json/lucide": "^1.2.72",
|
|
48
|
-
"@nuxtjs/mdc": "^0.18.
|
|
48
|
+
"@nuxtjs/mdc": "^0.18.3",
|
|
49
49
|
"@vueuse/core": "^13.9.0",
|
|
50
50
|
"defu": "^6.1.4",
|
|
51
51
|
"destr": "^2.0.5",
|
|
52
52
|
"unstorage": "1.17.1"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
+
"@gitbeaker/core": "^43.8.0",
|
|
55
56
|
"@iconify-json/simple-icons": "^1.2.57",
|
|
56
57
|
"@nuxt/content": "^3.8.0",
|
|
57
58
|
"@nuxt/eslint-config": "^1.10.0",
|
|
58
|
-
"@nuxt/kit": "^4.2.
|
|
59
|
+
"@nuxt/kit": "^4.2.1",
|
|
59
60
|
"@nuxt/module-builder": "^1.0.2",
|
|
60
61
|
"@nuxt/ui": "^4.1.0",
|
|
61
62
|
"@octokit/types": "^15.0.1",
|
|
@@ -71,9 +72,9 @@
|
|
|
71
72
|
"modern-monaco": "^0.2.2",
|
|
72
73
|
"nuxt-studio": "workspace:*",
|
|
73
74
|
"ofetch": "^1.5.1",
|
|
74
|
-
"release-it": "^19.0.
|
|
75
|
+
"release-it": "^19.0.6",
|
|
75
76
|
"tailwindcss": "^4.1.16",
|
|
76
|
-
"vite": "^7.
|
|
77
|
+
"vite": "^7.2.0",
|
|
77
78
|
"vite-plugin-dts": "^4.5.4",
|
|
78
79
|
"vite-plugin-libcss": "^1.1.2",
|
|
79
80
|
"vitest": "^3.2.4",
|
|
@@ -85,7 +86,7 @@
|
|
|
85
86
|
"resolutions": {
|
|
86
87
|
"remark-mdc": "3.8.1"
|
|
87
88
|
},
|
|
88
|
-
"packageManager": "pnpm@10.
|
|
89
|
+
"packageManager": "pnpm@10.21.0",
|
|
89
90
|
"keywords": [
|
|
90
91
|
"nuxt",
|
|
91
92
|
"content",
|