@rooted-adapters/firebase-hosting 1.0.0-alpha.7 → 1.0.0-alpha.9
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.
|
@@ -4,7 +4,7 @@ import { Plugin } from "vite";
|
|
|
4
4
|
/**
|
|
5
5
|
* Options for {@link firebaseHostingAdapter}.
|
|
6
6
|
*/
|
|
7
|
-
type FirebaseHostingAdapterOptions = {
|
|
7
|
+
export type FirebaseHostingAdapterOptions = {
|
|
8
8
|
/**
|
|
9
9
|
* Manual route list for projects that don't use `generateRouteManifest`.
|
|
10
10
|
* See {@link AdapterRoutes}.
|
|
@@ -44,7 +44,6 @@ type FirebaseHostingAdapterOptions = {
|
|
|
44
44
|
* })
|
|
45
45
|
* ```
|
|
46
46
|
*/
|
|
47
|
-
declare function firebaseHostingAdapter(options?: FirebaseHostingAdapterOptions): Plugin[];
|
|
47
|
+
export declare function firebaseHostingAdapter(options?: FirebaseHostingAdapterOptions): Plugin[];
|
|
48
48
|
//#endregion
|
|
49
|
-
|
|
50
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmlyZWJhc2UtaG9zdGluZy5kLm10cyIsIm5hbWVzIjpbXSwic291cmNlcyI6WyIuLi9zcmMvYWRhcHRlci5tdHMiXSwibWFwcGluZ3MiOiI7Ozs7OztLQVdZOzs7OztFQUtYLFNBQVM7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O2lCQW9DTSx1QkFBdUIsVUFBVSxnQ0FBZ0MifQ==
|
|
49
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmlyZWJhc2UtaG9zdGluZy5kLm10cyIsIm5hbWVzIjpbXSwic291cmNlcyI6WyIuLi9zcmMvYWRhcHRlci5tdHMiXSwibWFwcGluZ3MiOiI7Ozs7OztZQVdZOzs7OztFQUtYLFNBQVM7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O3dCQW9DTSx1QkFBdUIsVUFBVSxnQ0FBZ0MifQ==
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rooted-adapters/firebase-hosting",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.9",
|
|
4
4
|
"description": "Adapter for Firebase Hosting",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"web-components",
|
|
@@ -31,16 +31,17 @@
|
|
|
31
31
|
},
|
|
32
32
|
"exports": {
|
|
33
33
|
".": {
|
|
34
|
+
"source": "./src/_module/firebase-hosting.mts",
|
|
34
35
|
"import": "./dist/firebase-hosting.mjs",
|
|
35
36
|
"types": "./dist/firebase-hosting.d.mts"
|
|
36
37
|
}
|
|
37
38
|
},
|
|
38
39
|
"peerDependencies": {
|
|
39
|
-
"@rooted/adapter": "1.0.0-alpha.
|
|
40
|
+
"@rooted/adapter": "1.0.0-alpha.9",
|
|
40
41
|
"vite": ">= 8.0.1"
|
|
41
42
|
},
|
|
42
43
|
"devDependencies": {
|
|
43
|
-
"@rooted/adapter": "1.0.0-alpha.
|
|
44
|
+
"@rooted/adapter": "1.0.0-alpha.9",
|
|
44
45
|
"@rooted/development": "workspace:*",
|
|
45
46
|
"@rooted/tsdown": "workspace:^",
|
|
46
47
|
"@types/node": "^26.4.1",
|