@rooted-adapters/gcp-cloud-storage 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 gcpCloudStorageAdapter}.
6
6
  */
7
- type GcpCloudStorageAdapterOptions = {
7
+ export type GcpCloudStorageAdapterOptions = {
8
8
  /**
9
9
  * Manual route list for projects that don't use `generateRouteManifest`.
10
10
  * See {@link AdapterRoutes}.
@@ -27,7 +27,6 @@ type GcpCloudStorageAdapterOptions = {
27
27
  * })
28
28
  * ```
29
29
  */
30
- declare function gcpCloudStorageAdapter(options?: GcpCloudStorageAdapterOptions): Plugin[];
30
+ export declare function gcpCloudStorageAdapter(options?: GcpCloudStorageAdapterOptions): Plugin[];
31
31
  //#endregion
32
- export { GcpCloudStorageAdapterOptions, gcpCloudStorageAdapter };
33
- //# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2NwLWNsb3VkLXN0b3JhZ2UuZC5tdHMiLCJuYW1lcyI6W10sInNvdXJjZXMiOlsiLi4vc3JjL2FkYXB0ZXIubXRzIl0sIm1hcHBpbmdzIjoiOzs7Ozs7S0FRWTs7Ozs7RUFLWCxTQUFTOzs7Ozs7Ozs7Ozs7Ozs7Ozs7aUJBbUJNLHVCQUF1QixVQUFVLGdDQUFnQyJ9
32
+ //# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2NwLWNsb3VkLXN0b3JhZ2UuZC5tdHMiLCJuYW1lcyI6W10sInNvdXJjZXMiOlsiLi4vc3JjL2FkYXB0ZXIubXRzIl0sIm1hcHBpbmdzIjoiOzs7Ozs7WUFRWTs7Ozs7RUFLWCxTQUFTOzs7Ozs7Ozs7Ozs7Ozs7Ozs7d0JBbUJNLHVCQUF1QixVQUFVLGdDQUFnQyJ9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rooted-adapters/gcp-cloud-storage",
3
- "version": "1.0.0-alpha.7",
3
+ "version": "1.0.0-alpha.9",
4
4
  "description": "Adapter for Google Cloud Storage static website hosting",
5
5
  "keywords": [
6
6
  "web-components",
@@ -31,16 +31,17 @@
31
31
  },
32
32
  "exports": {
33
33
  ".": {
34
+ "source": "./src/_module/gcp-cloud-storage.mts",
34
35
  "import": "./dist/gcp-cloud-storage.mjs",
35
36
  "types": "./dist/gcp-cloud-storage.d.mts"
36
37
  }
37
38
  },
38
39
  "peerDependencies": {
39
- "@rooted/adapter": "1.0.0-alpha.7",
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.7",
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",