sanity-plugin-media 3.0.3 → 3.0.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.
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sanity-plugin-media",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.4",
|
|
4
4
|
"description": "This version of `sanity-plugin-media` is for Sanity Studio V3.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"sanity",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"type": "git",
|
|
21
21
|
"url": "git@github.com:sanity-io/sanity-plugin-media.git"
|
|
22
22
|
},
|
|
23
|
-
"type": "commonjs",
|
|
24
23
|
"license": "MIT",
|
|
25
24
|
"author": "Sanity.io <hello@sanity.io>",
|
|
25
|
+
"type": "commonjs",
|
|
26
26
|
"exports": {
|
|
27
27
|
".": {
|
|
28
28
|
"source": "./src/index.ts",
|
|
@@ -42,9 +42,9 @@
|
|
|
42
42
|
"v2-incompatible.js"
|
|
43
43
|
],
|
|
44
44
|
"scripts": {
|
|
45
|
-
"dev": "sanity dev",
|
|
46
45
|
"build": "plugin-kit verify-package --silent && pkg-utils build --strict --check --clean",
|
|
47
46
|
"clean": "rimraf dist",
|
|
47
|
+
"dev": "sanity dev",
|
|
48
48
|
"format": "prettier --write --cache --ignore-unknown .",
|
|
49
49
|
"link-watch": "plugin-kit link-watch",
|
|
50
50
|
"lint": "eslint .",
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
"react": "^18.3 || ^19",
|
|
120
120
|
"react-dom": "^18.3 || ^19",
|
|
121
121
|
"react-is": "^18.3 || ^19",
|
|
122
|
-
"sanity": "^3.78",
|
|
122
|
+
"sanity": "^3.78 || ^4.0.0-0",
|
|
123
123
|
"styled-components": "^6.1"
|
|
124
124
|
},
|
|
125
125
|
"engines": {
|