@rooted-adapters/gcp-cloud-storage 1.0.0-alpha.2 → 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 gcpCloudStorageAdapter}.
@@ -31,4 +30,4 @@ type GcpCloudStorageAdapterOptions = {
31
30
  declare function gcpCloudStorageAdapter(options?: GcpCloudStorageAdapterOptions): Plugin;
32
31
  //#endregion
33
32
  export { GcpCloudStorageAdapterOptions, gcpCloudStorageAdapter };
34
- //# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguZC5tdHMiLCJuYW1lcyI6W10sInNvdXJjZXMiOlsiLi4vc3JjL2luZGV4Lm10cyJdLCJtYXBwaW5ncyI6Ijs7Ozs7O0FBUUE7S0FBWSw2QkFBQTs7O0FBS1c7QUFtQnZCO0VBbkJDLE1BQUEsR0FBUyxhQUFhO0FBQUE7Ozs7OztBQW1CZ0U7Ozs7Ozs7Ozs7O2lCQUF2RSxzQkFBQSxDQUF1QixPQUFBLEdBQVUsNkJBQUEsR0FBZ0MsTUFBTSJ9
33
+ //# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguZC5tdHMiLCJuYW1lcyI6W10sInNvdXJjZXMiOlsiLi4vc3JjL2luZGV4Lm10cyJdLCJtYXBwaW5ncyI6Ijs7Ozs7O0tBUVk7Ozs7O0VBS1gsU0FBUzs7Ozs7Ozs7Ozs7Ozs7Ozs7O2lCQW1CTSx1QkFBdUIsVUFBVSxnQ0FBZ0MifQ==
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rooted-adapters/gcp-cloud-storage",
3
- "version": "1.0.0-alpha.2",
3
+ "version": "1.0.0-alpha.4",
4
4
  "description": "Adapter for Google Cloud Storage static website 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.4",
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.4",
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.2.0",
47
+ "tsx": "^4.23.12",
48
48
  "typescript": "^6.0.3",
49
- "vite": "^8.0.16"
49
+ "vite": "^8.2.1"
50
50
  },
51
51
  "scripts": {
52
52
  "build": "pnpm build:ci",