@rooted-adapters/azure-static-webapp 1.0.0-alpha.8 → 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 azureStaticWebappAdapter}.
|
|
6
6
|
*/
|
|
7
|
-
type AzureStaticWebappAdapterOptions = {
|
|
7
|
+
export type AzureStaticWebappAdapterOptions = {
|
|
8
8
|
/**
|
|
9
9
|
* Manual route list for projects that don't use `generateRouteManifest`.
|
|
10
10
|
* See {@link AdapterRoutes}.
|
|
@@ -41,7 +41,6 @@ type AzureStaticWebappAdapterOptions = {
|
|
|
41
41
|
* })
|
|
42
42
|
* ```
|
|
43
43
|
*/
|
|
44
|
-
declare function azureStaticWebappAdapter(options?: AzureStaticWebappAdapterOptions): Plugin[];
|
|
44
|
+
export declare function azureStaticWebappAdapter(options?: AzureStaticWebappAdapterOptions): Plugin[];
|
|
45
45
|
//#endregion
|
|
46
|
-
|
|
47
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXp1cmUtc3RhdGljLXdlYmFwcC5kLm10cyIsIm5hbWVzIjpbXSwic291cmNlcyI6WyIuLi9zcmMvYWRhcHRlci5tdHMiXSwibWFwcGluZ3MiOiI7Ozs7OztLQVdZOzs7OztFQUtYLFNBQVM7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O2lCQWlDTSx5QkFBeUIsVUFBVSxrQ0FBa0MifQ==
|
|
46
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXp1cmUtc3RhdGljLXdlYmFwcC5kLm10cyIsIm5hbWVzIjpbXSwic291cmNlcyI6WyIuLi9zcmMvYWRhcHRlci5tdHMiXSwibWFwcGluZ3MiOiI7Ozs7OztZQVdZOzs7OztFQUtYLFNBQVM7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O3dCQWlDTSx5QkFBeUIsVUFBVSxrQ0FBa0MifQ==
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rooted-adapters/azure-static-webapp",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.9",
|
|
4
4
|
"description": "Adapter for Azure Static Web Apps",
|
|
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",
|