@rooted-adapters/firebase-hosting 1.0.0-alpha.2 → 1.0.0-alpha.3

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 firebaseHostingAdapter}.
@@ -42,4 +41,4 @@ type FirebaseHostingAdapterOptions = {
42
41
  declare function firebaseHostingAdapter(options?: FirebaseHostingAdapterOptions): Plugin;
43
42
  //#endregion
44
43
  export { FirebaseHostingAdapterOptions, firebaseHostingAdapter };
45
- //# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguZC5tdHMiLCJuYW1lcyI6W10sInNvdXJjZXMiOlsiLi4vc3JjL2luZGV4Lm10cyJdLCJtYXBwaW5ncyI6Ijs7Ozs7O0FBV0E7S0FBWSw2QkFBQTs7O0FBS1c7QUE4QnZCO0VBOUJDLE1BQUEsR0FBUyxhQUFhO0FBQUE7Ozs7OztBQThCZ0U7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7aUJBQXZFLHNCQUFBLENBQXVCLE9BQUEsR0FBVSw2QkFBQSxHQUFnQyxNQUFNIn0=
44
+ //# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguZC5tdHMiLCJuYW1lcyI6W10sInNvdXJjZXMiOlsiLi4vc3JjL2luZGV4Lm10cyJdLCJtYXBwaW5ncyI6Ijs7Ozs7O0tBV1k7Ozs7O0VBS1gsU0FBUzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7aUJBOEJNLHVCQUF1QixVQUFVLGdDQUFnQyJ9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rooted-adapters/firebase-hosting",
3
- "version": "1.0.0-alpha.2",
3
+ "version": "1.0.0-alpha.3",
4
4
  "description": "Adapter for Firebase Hosting",
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.3",
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.3",
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.1.1",
47
+ "tsx": "^4.23.1",
48
48
  "typescript": "^6.0.3",
49
- "vite": "^8.0.16"
49
+ "vite": "^8.1.5"
50
50
  },
51
51
  "scripts": {
52
52
  "build": "pnpm build:ci",