Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nuxt-hub/core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.21
Choose a base ref
...
head repository: nuxt-hub/core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.8.22
Choose a head ref
  • 5 commits
  • 7 files changed
  • 1 contributor

Commits on Mar 26, 2025

  1. chore(release): v0.8.21

    atinux committed Mar 26, 2025

    Verified

    This commit was signed with the committer’s verified signature.
    Doctor-wu Doctor Wu
    Copy the full SHA
    67113db View commit details

Commits on Mar 28, 2025

  1. chore: update deps

    atinux committed Mar 28, 2025
    Copy the full SHA
    9bff98d View commit details
  2. chore: add postinstall script on playground

    atinux committed Mar 28, 2025
    Copy the full SHA
    3622d09 View commit details
  3. docs: disable llms-full.txt for now

    We need to investigate why it fails (even in dev) @farnabaz
    atinux committed Mar 28, 2025
    Copy the full SHA
    30a521e View commit details
  4. chore(release): v0.8.22

    atinux committed Mar 28, 2025
    Copy the full SHA
    363acdd View commit details
Showing with 2,392 additions and 3,381 deletions.
  1. +29 −0 CHANGELOG.md
  2. +5 −5 docs/nuxt.config.ts
  3. +14 −14 docs/package.json
  4. +15 −15 package.json
  5. +15 −14 playground/package.json
  6. +2,308 −3,332 pnpm-lock.yaml
  7. +6 −1 tsconfig.json
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,35 @@
# Changelog


## v0.8.22

[compare changes](https://github.com/nuxt-hub/core/compare/v0.8.21...v0.8.22)

### 📖 Documentation

- Disable llms-full.txt for now ([30a521e](https://github.com/nuxt-hub/core/commit/30a521e))

### 🏡 Chore

- Update deps ([9bff98d](https://github.com/nuxt-hub/core/commit/9bff98d))
- Add postinstall script on playground ([3622d09](https://github.com/nuxt-hub/core/commit/3622d09))

### ❤️ Contributors

- Sébastien Chopin ([@atinux](https://github.com/atinux))

## v0.8.21

[compare changes](https://github.com/nuxt-hub/core/compare/v0.8.20...v0.8.21)

### 🩹 Fixes

- Typo `safe-buffer` -> `safer-buffer` ([e09663b](https://github.com/nuxt-hub/core/commit/e09663b))

### ❤️ Contributors

- Sébastien Chopin ([@atinux](https://github.com/atinux))

## v0.8.20

[compare changes](https://github.com/nuxt-hub/core/compare/v0.8.19...v0.8.20)
10 changes: 5 additions & 5 deletions docs/nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -77,10 +77,10 @@ export default defineNuxtConfig({
llms: {
domain: 'https://hub.nuxt.com',
title: 'NuxtHub Documentation for LLMs',
description: 'NuxtHub helps you build and deploy full-stack Nuxt applications globally on your Cloudflare account.',
full: {
title: 'NuxtHub Complete Documentation',
description: 'The complete NuxtHub documentation, blog posts and changelog written in Markdown (MDC syntax).'
}
description: 'NuxtHub helps you build and deploy full-stack Nuxt applications globally on your Cloudflare account.'
// full: {
// title: 'NuxtHub Complete Documentation',
// description: 'The complete NuxtHub documentation, blog posts and changelog written in Markdown (MDC syntax).'
// }
}
})
28 changes: 14 additions & 14 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -12,27 +12,27 @@
"dependencies": {
"@iconify-json/heroicons": "^1.2.2",
"@iconify-json/logos": "^1.2.4",
"@iconify-json/lucide": "^1.2.28",
"@iconify-json/lucide": "^1.2.33",
"@iconify-json/ph": "^1.2.2",
"@iconify-json/simple-icons": "^1.2.27",
"@iconify-json/vscode-icons": "^1.2.16",
"@nuxt/content": "^3.2.2",
"@nuxt/fonts": "^0.10.3",
"@nuxt/image": "^1.9.0",
"@nuxt/scripts": "^0.10.5",
"@nuxt/ui": "3.0.0-beta.2",
"@nuxt/ui-pro": "3.0.0-beta.2",
"@iconify-json/simple-icons": "^1.2.29",
"@iconify-json/vscode-icons": "^1.2.17",
"@nuxt/content": "^3.4.0",
"@nuxt/fonts": "^0.11.0",
"@nuxt/image": "^1.10.0",
"@nuxt/scripts": "^0.11.5",
"@nuxt/ui": "3.0.2",
"@nuxt/ui-pro": "3.0.2",
"@nuxtjs/plausible": "^1.2.0",
"@rollup/plugin-yaml": "^4.1.2",
"@tsparticles/engine": "^3.8.1",
"@tsparticles/slim": "^3.8.1",
"@vueuse/core": "^12.7.0",
"@vueuse/nuxt": "^12.7.0",
"@vueuse/core": "^13.0.0",
"@vueuse/nuxt": "^13.0.0",
"feed": "^4.2.2",
"medium-zoom": "^1.1.0",
"nuxt": "^3.15.4",
"nuxt": "^3.16.1",
"nuxt-cloudflare-analytics": "^1.0.8",
"nuxt-llms": "^0.1.0",
"nuxt-og-image": "^4.1.6"
"nuxt-llms": "^0.1.2",
"nuxt-og-image": "^5.1.1"
}
}
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nuxthub/core",
"private": false,
"version": "0.8.20",
"version": "0.8.22",
"description": "Build full-stack Nuxt applications on Cloudflare, with zero configuration.",
"repository": {
"type": "git",
@@ -38,17 +38,17 @@
"test:watch": "vitest watch"
},
"dependencies": {
"@cloudflare/workers-types": "^4.20250303.0",
"@nuxt/devtools-kit": "^2.1.3",
"@nuxt/kit": "^3.15.4",
"@cloudflare/workers-types": "^4.20250327.0",
"@nuxt/devtools-kit": "^2.3.2",
"@nuxt/kit": "^3.16.1",
"@uploadthing/mime-types": "^0.3.4",
"citty": "^0.1.6",
"confbox": "^0.2.1",
"defu": "^6.1.4",
"destr": "^2.0.3",
"h3": "^1.15.1",
"mime": "^4.0.6",
"nitro-cloudflare-dev": "^0.2.1",
"nitro-cloudflare-dev": "^0.2.2",
"ofetch": "^1.4.1",
"pathe": "^2.0.3",
"pkg-types": "^2.1.0",
@@ -59,24 +59,24 @@
"zod": "^3.24.2"
},
"devDependencies": {
"@nuxt/devtools": "^2.1.3",
"@nuxt/eslint-config": "^1.1.0",
"@nuxt/devtools": "^2.3.2",
"@nuxt/eslint-config": "^1.2.0",
"@nuxt/module-builder": "^0.8.4",
"@nuxt/schema": "^3.15.4",
"@nuxt/test-utils": "^3.17.1",
"@nuxt/schema": "^3.16.1",
"@nuxt/test-utils": "^3.17.2",
"@nuxthub/core": "link:",
"@types/node": "^22.13.9",
"@types/node": "^22.13.14",
"changelogen": "^0.6.1",
"eslint": "^9.21.0",
"nuxt": "^3.15.4",
"eslint": "^9.23.0",
"nuxt": "^3.16.1",
"typescript": "5.6.3",
"vitest": "^3.0.7",
"wrangler": "^3.112.0"
"vitest": "^3.0.9",
"wrangler": "^4.6.0"
},
"resolutions": {
"h3": "^1.14.0"
},
"packageManager": "pnpm@10.5.2",
"packageManager": "pnpm@10.7.0+sha512.6b865ad4b62a1d9842b61d674a393903b871d9244954f652b8842c2b553c72176b278f64c463e52d40fff8aba385c235c8c9ecf5cc7de4fd78b8bb6d49633ab6",
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",
29 changes: 15 additions & 14 deletions playground/package.json
Original file line number Diff line number Diff line change
@@ -3,29 +3,30 @@
"name": "nuxthub-playground",
"type": "module",
"scripts": {
"postinstall": "pnpm -C .. run dev:prepare",
"dev": "nuxi dev",
"build": "nuxi build",
"preview": "nuxi preview"
},
"dependencies": {
"@ai-sdk/vue": "^1.1.19",
"@cloudflare/puppeteer": "^0.0.14",
"@iconify-json/simple-icons": "^1.2.27",
"@ai-sdk/vue": "^1.2.2",
"@cloudflare/puppeteer": "^0.0.15",
"@iconify-json/simple-icons": "^1.2.29",
"@kgierke/nuxt-basic-auth": "^1.7.0",
"@nuxt/ui": "3.0.0-beta.2",
"@nuxt/ui": "3.0.2",
"@nuxthub/core": "latest",
"@nuxtjs/mdc": "^0.14.0",
"@vueuse/core": "^12.7.0",
"@vueuse/nuxt": "^12.7.0",
"ai": "^4.1.50",
"@nuxtjs/mdc": "^0.16.1",
"@vueuse/core": "^13.0.0",
"@vueuse/nuxt": "^13.0.0",
"ai": "^4.2.8",
"aws4fetch": "^1.0.20",
"drizzle-orm": "^0.40.0",
"nuxt": "^3.15.4",
"nuxt-auth-utils": "^0.5.16",
"drizzle-orm": "^0.41.0",
"nuxt": "^3.16.1",
"nuxt-auth-utils": "^0.5.17",
"postgres": "^3.4.5",
"puppeteer": "^24.3.1",
"tailwindcss": "^4.0.9",
"workers-ai-provider": "^0.1.1",
"puppeteer": "^24.4.0",
"tailwindcss": "^4.0.17",
"workers-ai-provider": "^0.2.1",
"zod": "^3.24.2"
},
"devDependencies": {
5,640 changes: 2,308 additions & 3,332 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

7 changes: 6 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
{
"extends": "./.nuxt/tsconfig.json"
"extends": "./.nuxt/tsconfig.json",
"exclude": [
"dist",
"node_modules",
"playground",
]
}