@rooted-adapters/azure-static-webapp 1.0.0-alpha.3 → 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 azureStaticWebappAdapter}.
@@ -38,4 +37,4 @@ type AzureStaticWebappAdapterOptions = {
38
37
  declare function azureStaticWebappAdapter(options?: AzureStaticWebappAdapterOptions): Plugin;
39
38
  //#endregion
40
39
  export { AzureStaticWebappAdapterOptions, azureStaticWebappAdapter };
41
- //# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguZC5tdHMiLCJuYW1lcyI6W10sInNvdXJjZXMiOlsiLi4vc3JjL2luZGV4Lm10cyJdLCJtYXBwaW5ncyI6Ijs7Ozs7O0FBV0E7S0FBWSwrQkFBQTs7O0FBS1c7QUEwQnZCO0VBMUJDLE1BQUEsR0FBUyxhQUFhO0FBQUE7Ozs7OztBQTBCb0U7Ozs7Ozs7Ozs7Ozs7Ozs7OztpQkFBM0Usd0JBQUEsQ0FBeUIsT0FBQSxHQUFVLCtCQUFBLEdBQWtDLE1BQU0ifQ==
40
+ //# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguZC5tdHMiLCJuYW1lcyI6W10sInNvdXJjZXMiOlsiLi4vc3JjL2luZGV4Lm10cyJdLCJtYXBwaW5ncyI6Ijs7Ozs7O0tBV1k7Ozs7O0VBS1gsU0FBUzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztpQkEwQk0seUJBQXlCLFVBQVUsa0NBQWtDIn0=
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",
3
+ "version": "1.0.0-alpha.4",
4
4
  "description": "Adapter for Azure Static Web Apps",
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",