@payloadcms/storage-gcs 3.0.0-beta.54 → 3.0.0-beta.56

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/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -12,7 +12,7 @@ pnpm add @payloadcms/storage-gcs
12
12
 
13
13
  ## Usage
14
14
 
15
- - Configure the `collections` object to specify which collections should use the Vercel Blob adapter. The slug _must_ match one of your existing collection slugs.
15
+ - Configure the `collections` object to specify which collections should use the Google Cloud Storage adapter. The slug _must_ match one of your existing collection slugs.
16
16
  - When enabled, this package will automatically set `disableLocalStorage` to `true` for each collection.
17
17
 
18
18
  ```ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@payloadcms/storage-gcs",
3
- "version": "3.0.0-beta.54",
3
+ "version": "3.0.0-beta.56",
4
4
  "description": "Payload storage adapter for Google Cloud Storage",
5
5
  "homepage": "https://payloadcms.com",
6
6
  "repository": {
@@ -25,13 +25,13 @@
25
25
  ],
26
26
  "dependencies": {
27
27
  "@google-cloud/storage": "^7.7.0",
28
- "@payloadcms/plugin-cloud-storage": "3.0.0-beta.54"
28
+ "@payloadcms/plugin-cloud-storage": "3.0.0-beta.56"
29
29
  },
30
30
  "devDependencies": {
31
- "payload": "3.0.0-beta.54"
31
+ "payload": "3.0.0-beta.56"
32
32
  },
33
33
  "peerDependencies": {
34
- "payload": "3.0.0-beta.54"
34
+ "payload": "3.0.0-beta.56"
35
35
  },
36
36
  "engines": {
37
37
  "node": "^18.20.2 || >=20.9.0"