@rooted-adapters/git-pages 1.0.0-alpha.7 → 1.0.0-alpha.8
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/dist/git-pages.d.mts +3 -4
- package/package.json +3 -3
package/dist/git-pages.d.mts
CHANGED
|
@@ -4,7 +4,7 @@ import { Plugin } from "vite";
|
|
|
4
4
|
/**
|
|
5
5
|
* Options for {@link gitPagesAdapter}.
|
|
6
6
|
*/
|
|
7
|
-
type GitPagesAdapterOptions = {
|
|
7
|
+
export type GitPagesAdapterOptions = {
|
|
8
8
|
/**
|
|
9
9
|
* Manual route list for projects that don't use `generateRouteManifest`.
|
|
10
10
|
* See {@link AdapterRoutes}.
|
|
@@ -29,7 +29,6 @@ type GitPagesAdapterOptions = {
|
|
|
29
29
|
* })
|
|
30
30
|
* ```
|
|
31
31
|
*/
|
|
32
|
-
declare function gitPagesAdapter(options?: GitPagesAdapterOptions): Plugin[];
|
|
32
|
+
export declare function gitPagesAdapter(options?: GitPagesAdapterOptions): Plugin[];
|
|
33
33
|
//#endregion
|
|
34
|
-
|
|
35
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2l0LXBhZ2VzLmQubXRzIiwibmFtZXMiOltdLCJzb3VyY2VzIjpbIi4uL3NyYy9hZGFwdGVyLm10cyJdLCJtYXBwaW5ncyI6Ijs7Ozs7O0tBUVk7Ozs7O0VBS1gsU0FBUzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7aUJBcUJNLGdCQUFnQixVQUFVLHlCQUF5QiJ9
|
|
34
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2l0LXBhZ2VzLmQubXRzIiwibmFtZXMiOltdLCJzb3VyY2VzIjpbIi4uL3NyYy9hZGFwdGVyLm10cyJdLCJtYXBwaW5ncyI6Ijs7Ozs7O1lBUVk7Ozs7O0VBS1gsU0FBUzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7d0JBcUJNLGdCQUFnQixVQUFVLHlCQUF5QiJ9
|
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.8",
|
|
4
4
|
"description": "Base adapter for git-hosted static pages (GitHub Pages, GitLab Pages, Codeberg Pages)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"web-components",
|
|
@@ -36,11 +36,11 @@
|
|
|
36
36
|
}
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
|
-
"@rooted/adapter": "1.0.0-alpha.
|
|
39
|
+
"@rooted/adapter": "1.0.0-alpha.8",
|
|
40
40
|
"vite": ">= 8.0.1"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@rooted/adapter": "1.0.0-alpha.
|
|
43
|
+
"@rooted/adapter": "1.0.0-alpha.8",
|
|
44
44
|
"@rooted/development": "workspace:*",
|
|
45
45
|
"@rooted/tsdown": "workspace:^",
|
|
46
46
|
"@types/node": "^26.4.1",
|