From c76cdf3c8747902f5c48acb1bde76e4fbe61c4db Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Fri, 26 Jun 2026 22:00:58 +0100 Subject: [PATCH] chore: update git url --- packages/nuxt-cos/README.md | 2 +- packages/nuxt-cos/package.json | 2 +- packages/vite-plugin-cross-origin-storage/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/nuxt-cos/README.md b/packages/nuxt-cos/README.md index b4eea6f..46b2497 100644 --- a/packages/nuxt-cos/README.md +++ b/packages/nuxt-cos/README.md @@ -5,7 +5,7 @@ A Nuxt module that loads shared dependencies (such as `vue`) from [Cross-Origin Storage (COS)](https://github.com/WICG/cross-origin-storage). It extracts those dependencies into content-addressed chunks so that a COS-capable browser can reuse the same chunk across different sites instead of downloading it once per origin. -It is a thin Nuxt wrapper around [`vite-plugin-cross-origin-storage`](https://github.com/danielroe/nuxt-cos/tree/main/packages/vite-plugin-cross-origin-storage); see that package for how the content addressing and sharing work. +It is a thin Nuxt wrapper around [`vite-plugin-cross-origin-storage`](https://github.com/danielroe/cross-origin-storage/tree/main/packages/vite-plugin-cross-origin-storage); see that package for how the content addressing and sharing work. ## Setup diff --git a/packages/nuxt-cos/package.json b/packages/nuxt-cos/package.json index 9037ec9..cde8b08 100644 --- a/packages/nuxt-cos/package.json +++ b/packages/nuxt-cos/package.json @@ -11,7 +11,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "git+https://github.com/danielroe/nuxt-cos.git", + "url": "git+https://github.com/danielroe/cross-origin-storage.git", "directory": "packages/nuxt-cos" }, "keywords": [ diff --git a/packages/vite-plugin-cross-origin-storage/package.json b/packages/vite-plugin-cross-origin-storage/package.json index 1a27d4e..c601cbb 100644 --- a/packages/vite-plugin-cross-origin-storage/package.json +++ b/packages/vite-plugin-cross-origin-storage/package.json @@ -17,7 +17,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "git+https://github.com/danielroe/nuxt-cos.git", + "url": "git+https://github.com/danielroe/cross-origin-storage.git", "directory": "packages/vite-plugin-cross-origin-storage" }, "keywords": [ -- 2.51.2