sanity-plugin-dashboard-widget-netlify 2.0.0-v3-studio.7 → 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.
- package/README.md +5 -9
- package/package.json +6 -7
- package/v2-incompatible.js +1 -1
package/README.md
CHANGED
|
@@ -1,24 +1,20 @@
|
|
|
1
|
-
> **NOTE**
|
|
2
|
-
>
|
|
3
|
-
> This is the **Sanity Studio v3 version** of sanity-plugin-dashboard-widget-netlify.
|
|
4
|
-
>
|
|
5
|
-
> For the v2 version, please refer to the [v2 version](https://github.com/sanity-io/sanity-plugin-dashboard-widget-netlify/tree/main).
|
|
6
|
-
|
|
7
|
-
|
|
8
1
|
# Sanity Dashboard Widget: Netlify
|
|
9
2
|
|
|
3
|
+
>This is a **Sanity Studio v3** plugin.
|
|
4
|
+
> For the v2 version, please refer to the [v2-branch](https://github.com/sanity-io/sanity-plugin-dashboard-widget-netlify/tree/studio-v2).
|
|
5
|
+
|
|
10
6
|
Sanity Studio Dashboard Widget for triggering Netlify builds.
|
|
11
7
|
|
|
12
8
|
## Install
|
|
13
9
|
|
|
14
10
|
```
|
|
15
|
-
npm install --save sanity-plugin-dashboard-widget-netlify
|
|
11
|
+
npm install --save sanity-plugin-dashboard-widget-netlify
|
|
16
12
|
```
|
|
17
13
|
|
|
18
14
|
or
|
|
19
15
|
|
|
20
16
|
```
|
|
21
|
-
yarn add sanity-plugin-dashboard-widget-netlify
|
|
17
|
+
yarn add sanity-plugin-dashboard-widget-netlify
|
|
22
18
|
```
|
|
23
19
|
|
|
24
20
|
Ensure that you have followed install and usage instructions for [@sanity/dashboard](https://github.com/sanity-io/dashboard).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sanity-plugin-dashboard-widget-netlify",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"description": "Sanity Studio Dashboard Widget for triggering Netlify builds",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"sanity",
|
|
@@ -62,6 +62,7 @@
|
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
64
|
"@sanity/incompatible-plugin": "^1.0.4",
|
|
65
|
+
"@sanity/ui": "^1.0.0",
|
|
65
66
|
"abort-controller": "^2.0.3",
|
|
66
67
|
"react-props-stream": "^1.0.1",
|
|
67
68
|
"rxjs": "^6.6.7"
|
|
@@ -71,11 +72,10 @@
|
|
|
71
72
|
"@babel/preset-react": "^7.18.6",
|
|
72
73
|
"@commitlint/cli": "^17.2.0",
|
|
73
74
|
"@commitlint/config-conventional": "^17.2.0",
|
|
74
|
-
"@sanity/dashboard": "3.0.0
|
|
75
|
+
"@sanity/dashboard": "^3.0.0",
|
|
75
76
|
"@sanity/pkg-utils": "^1.17.2",
|
|
76
77
|
"@sanity/plugin-kit": "^2.1.5",
|
|
77
78
|
"@sanity/semantic-release-preset": "^2.0.2",
|
|
78
|
-
"@sanity/ui": "1.0.0-beta.32",
|
|
79
79
|
"@testing-library/jest-dom": "^5.16.5",
|
|
80
80
|
"@testing-library/react": "^13.4.0",
|
|
81
81
|
"@types/jest": "^29.2.1",
|
|
@@ -101,17 +101,16 @@
|
|
|
101
101
|
"react": "^18",
|
|
102
102
|
"react-dom": "^18",
|
|
103
103
|
"rimraf": "^3.0.2",
|
|
104
|
-
"sanity": "3.0.0
|
|
104
|
+
"sanity": "^3.0.0",
|
|
105
105
|
"styled-components": "^5.3.6",
|
|
106
106
|
"ts-jest": "^29.0.3",
|
|
107
107
|
"typescript": "^4.8.4"
|
|
108
108
|
},
|
|
109
109
|
"peerDependencies": {
|
|
110
|
-
"@sanity/dashboard": "
|
|
111
|
-
"@sanity/ui": "1.0.0-beta.32",
|
|
110
|
+
"@sanity/dashboard": "^3.0.0",
|
|
112
111
|
"react": "^18",
|
|
113
112
|
"react-dom": "^18",
|
|
114
|
-
"sanity": "
|
|
113
|
+
"sanity": "^3.0.0",
|
|
115
114
|
"styled-components": "^5.2"
|
|
116
115
|
},
|
|
117
116
|
"engines": {
|