sanity-plugin-cloudinary 2.0.0 → 2.0.1

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -57,10 +57,10 @@ export default defineConfg({
57
57
  return [...previousAssetSources, cloudinaryImageSource]
58
58
  }
59
59
  if (context.currentUser?.roles.includes('onlyCloudinaryAccess')) {
60
- // only use clooudinary as an asset source
60
+ // only use cloudinary as an asset source
61
61
  return [cloudinaryImageSource]
62
62
  }
63
- // dont add cloudnary as an asset sources
63
+ // don't add cloudinary as an asset source
64
64
  return previousAssetSources
65
65
  },
66
66
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sanity-plugin-cloudinary",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "Cloudinary integration for Sanity Studio V3.",
5
5
  "keywords": [
6
6
  "sanity",