@rooted-adapters/git-pages 1.0.0-alpha.2 → 1.0.0-alpha.4

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.
Files changed (2) hide show
  1. package/dist/index.d.mts +1 -2
  2. package/package.json +6 -6
package/dist/index.d.mts CHANGED
@@ -1,6 +1,5 @@
1
1
  import { AdapterRoutes } from "@rooted/adapter";
2
2
  import { Plugin } from "vite";
3
-
4
3
  //#region src/index.d.mts
5
4
  /**
6
5
  * Options for {@link gitPagesAdapter}.
@@ -33,4 +32,4 @@ type GitPagesAdapterOptions = {
33
32
  declare function gitPagesAdapter(options?: GitPagesAdapterOptions): Plugin;
34
33
  //#endregion
35
34
  export { GitPagesAdapterOptions, gitPagesAdapter };
36
- //# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguZC5tdHMiLCJuYW1lcyI6W10sInNvdXJjZXMiOlsiLi4vc3JjL2luZGV4Lm10cyJdLCJtYXBwaW5ncyI6Ijs7Ozs7O0FBUUE7S0FBWSxzQkFBQTs7O0FBS1c7QUFxQnZCO0VBckJDLE1BQUEsR0FBUyxhQUFhO0FBQUE7Ozs7OztBQXFCa0Q7Ozs7Ozs7Ozs7Ozs7aUJBQXpELGVBQUEsQ0FBZ0IsT0FBQSxHQUFVLHNCQUFBLEdBQXlCLE1BQU0ifQ==
35
+ //# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguZC5tdHMiLCJuYW1lcyI6W10sInNvdXJjZXMiOlsiLi4vc3JjL2luZGV4Lm10cyJdLCJtYXBwaW5ncyI6Ijs7Ozs7O0tBUVk7Ozs7O0VBS1gsU0FBUzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7aUJBcUJNLGdCQUFnQixVQUFVLHlCQUF5QiJ9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rooted-adapters/git-pages",
3
- "version": "1.0.0-alpha.2",
3
+ "version": "1.0.0-alpha.4",
4
4
  "description": "Base adapter for git-hosted static pages (GitHub Pages, GitLab Pages, Codeberg Pages)",
5
5
  "keywords": [
6
6
  "web-components",
@@ -36,17 +36,17 @@
36
36
  }
37
37
  },
38
38
  "peerDependencies": {
39
- "@rooted/adapter": "1.0.0-alpha.2",
39
+ "@rooted/adapter": "1.0.0-alpha.4",
40
40
  "vite": ">= 8.0.1"
41
41
  },
42
42
  "devDependencies": {
43
- "@rooted/adapter": "1.0.0-alpha.2",
43
+ "@rooted/adapter": "1.0.0-alpha.4",
44
44
  "@rooted/development": "workspace:*",
45
45
  "@rooted/tsdown": "workspace:^",
46
- "@types/node": "^25.9.3",
47
- "tsx": "^4.22.4",
46
+ "@types/node": "^26.2.0",
47
+ "tsx": "^4.23.12",
48
48
  "typescript": "^6.0.3",
49
- "vite": "^8.0.16"
49
+ "vite": "^8.2.1"
50
50
  },
51
51
  "scripts": {
52
52
  "build": "pnpm build:ci",