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: vite-pwa/nuxt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.10.8
Choose a base ref
...
head repository: vite-pwa/nuxt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.0
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Mar 29, 2025

  1. Verified

    This commit was signed with the committer’s verified signature.
    TheLevti Petr Levtonov
    Copy the full SHA
    c409736 View commit details
  2. chore: release v1.0.0

    userquin committed Mar 29, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    9e689fa View commit details
Showing with 451 additions and 448 deletions.
  1. +4 −4 package.json
  2. +1 −1 playground-assets/package.json
  3. +446 −443 pnpm-lock.yaml
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@vite-pwa/nuxt",
"type": "module",
"version": "0.10.8",
"packageManager": "pnpm@10.6.5",
"version": "1.0.0",
"packageManager": "pnpm@10.7.0",
"description": "Zero-config PWA for Nuxt 3",
"author": "antfu <anthonyfu117@hotmail.com>",
"license": "MIT",
@@ -61,7 +61,7 @@
"test:with-build": "nr dev:prepare && nr prepack && nr test"
},
"peerDependencies": {
"@vite-pwa/assets-generator": "^0.2.6"
"@vite-pwa/assets-generator": "^1.0.0"
},
"peerDependenciesMeta": {
"@vite-pwa/assets-generator": {
@@ -72,7 +72,7 @@
"@nuxt/kit": "^3.9.0",
"pathe": "^1.1.1",
"ufo": "^1.3.2",
"vite-plugin-pwa": ">=0.21.2 <1"
"vite-plugin-pwa": "^1.0.0"
},
"devDependencies": {
"@antfu/eslint-config": "^4.11.0",
2 changes: 1 addition & 1 deletion playground-assets/package.json
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@
"generate": "nuxi generate"
},
"devDependencies": {
"@vite-pwa/assets-generator": "^0.2.4",
"@vite-pwa/assets-generator": "^1.0.0",
"@vite-pwa/nuxt": "workspace:*",
"nuxt": "^3.10.1"
}
Loading