@payloadcms/plugin-cloud-storage 1.0.6 → 1.0.7

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 +2 -2
package/README.md CHANGED
@@ -101,7 +101,7 @@ const adapter = s3Adapter({
101
101
 
102
102
  ### GCS Adapter
103
103
 
104
- To use the GCS adapter, you need to have `@google-cloud/storage` installed in your project dependencies. To do so, run `yarn add @google-storage/cloud`.
104
+ To use the GCS adapter, you need to have `@google-cloud/storage` installed in your project dependencies. To do so, run `yarn add @google-cloud/storage`.
105
105
 
106
106
  From there, create the adapter, passing in all of its required properties:
107
107
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@payloadcms/plugin-cloud-storage",
3
3
  "description": "The official cloud storage plugin for Payload CMS",
4
- "version": "1.0.6",
4
+ "version": "1.0.7",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "SEE LICENSE IN LICENSE.MD",
@@ -48,7 +48,7 @@
48
48
  "eslint-plugin-import": "2.25.4",
49
49
  "eslint-plugin-prettier": "^4.0.0",
50
50
  "nodemon": "^2.0.6",
51
- "payload": "^1.0.19",
51
+ "payload": "^1.0.27",
52
52
  "prettier": "^2.7.1",
53
53
  "ts-node": "^9.1.1",
54
54
  "typescript": "^4.1.3"