sanity-plugin-cloudinary 1.0.0-v3-studio.4 → 1.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.
- package/README.md +7 -6
- package/package.json +7 -7
- package/v2-incompatible.js +1 -1
package/README.md
CHANGED
|
@@ -1,22 +1,23 @@
|
|
|
1
1
|
# sanity-plugin-cloudinary
|
|
2
2
|
|
|
3
|
-
> **
|
|
3
|
+
> This is a **Sanity Studio v3** plugin.
|
|
4
|
+
> This combines the sanity-plugin-cloudinary AND sanity-plugin-asset-source-cloudinary plugins previously for V2,
|
|
5
|
+
> into a single plugin for V3.
|
|
4
6
|
>
|
|
5
|
-
>
|
|
6
|
-
>
|
|
7
|
-
> For the v2 versions of these, please refer to the [v2-branch for sanity-plugin-cloudinary](https://github.com/sanity-io/sanity-plugin-cloudinary) and
|
|
7
|
+
> For the v2 versions of these, please refer to the
|
|
8
|
+
> [v2-branch for sanity-plugin-cloudinary](https://github.com/sanity-io/sanity-plugin-cloudinary/tree/studio-v2) and
|
|
8
9
|
> [sanity-plugin-asset-source-cloudinary](https://github.com/sanity-io/sanity-plugin-asset-source-cloudinary).
|
|
9
10
|
|
|
10
11
|
## Installation
|
|
11
12
|
|
|
12
13
|
```
|
|
13
|
-
npm install --save sanity-plugin-cloudinary
|
|
14
|
+
npm install --save sanity-plugin-cloudinary
|
|
14
15
|
```
|
|
15
16
|
|
|
16
17
|
or
|
|
17
18
|
|
|
18
19
|
```
|
|
19
|
-
yarn add sanity-plugin-cloudinary
|
|
20
|
+
yarn add sanity-plugin-cloudinary
|
|
20
21
|
```
|
|
21
22
|
|
|
22
23
|
## Usage
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sanity-plugin-cloudinary",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "1.0.1",
|
|
4
|
+
"description": "Cloudinary integration for Sanity Studio V3.",
|
|
5
5
|
"homepage": "https://github.com/sanity-io/sanity-plugin-cloudinary#readme",
|
|
6
6
|
"bugs": {
|
|
7
7
|
"url": "https://github.com/sanity-io/sanity-plugin-cloudinary/issues"
|
|
@@ -43,10 +43,10 @@
|
|
|
43
43
|
"watch": "pkg-utils watch"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@sanity/icons": "^
|
|
46
|
+
"@sanity/icons": "^2.0.0",
|
|
47
47
|
"@sanity/incompatible-plugin": "^1.0.4",
|
|
48
|
-
"@sanity/studio-secrets": "^2.0.
|
|
49
|
-
"@sanity/ui": "1.0.0
|
|
48
|
+
"@sanity/studio-secrets": "^2.0.1",
|
|
49
|
+
"@sanity/ui": "^1.0.0",
|
|
50
50
|
"nanoid": "^3.1.22",
|
|
51
51
|
"styled-components": "^5.2.1",
|
|
52
52
|
"video.js": "^7.11.7"
|
|
@@ -75,13 +75,13 @@
|
|
|
75
75
|
"prettier-plugin-packagejson": "^2.3.0",
|
|
76
76
|
"react": "^18",
|
|
77
77
|
"rimraf": "^3.0.2",
|
|
78
|
-
"sanity": "3.0.0
|
|
78
|
+
"sanity": "^3.0.0",
|
|
79
79
|
"typescript": "^4.8.4"
|
|
80
80
|
},
|
|
81
81
|
"peerDependencies": {
|
|
82
82
|
"react": "^18",
|
|
83
83
|
"react-dom": "^18",
|
|
84
|
-
"sanity": "
|
|
84
|
+
"sanity": "^3.0.0"
|
|
85
85
|
},
|
|
86
86
|
"engines": {
|
|
87
87
|
"node": ">=14"
|