@rooted-adapters/git-pages 1.0.0-alpha.13 → 1.0.0-alpha.15
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/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rooted-adapters/git-pages",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.15",
|
|
4
4
|
"description": "Base adapter for git-hosted static pages (GitHub Pages, GitLab Pages, Codeberg Pages)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"web-components",
|
|
@@ -37,11 +37,11 @@
|
|
|
37
37
|
}
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
|
-
"@rooted/adapter": "1.0.0-alpha.
|
|
40
|
+
"@rooted/adapter": "1.0.0-alpha.15",
|
|
41
41
|
"vite": ">= 8.0.1"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@rooted/adapter": "1.0.0-alpha.
|
|
44
|
+
"@rooted/adapter": "1.0.0-alpha.15",
|
|
45
45
|
"@rooted/development": "workspace:*",
|
|
46
46
|
"@rooted/tsdown": "workspace:^",
|
|
47
47
|
"@types/node": "^26.4.1",
|