@sanity/plugin-kit 2.1.18 → 2.1.19

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 CHANGED
@@ -90,10 +90,10 @@ Now, configure the plugin in sanity.config.ts (or .js) in Sanity Studio:
90
90
  })
91
91
  ```
92
92
 
93
- Start the studio:
93
+ Start the Sanity Studio development server:
94
94
 
95
95
  ```bash
96
- sanity start
96
+ sanity dev
97
97
  ```
98
98
 
99
99
  Check browser console: the plugin should have logged `"hello from my-sanity-plugin"`.
package/lib/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/plugin-kit",
3
- "version": "2.1.18",
3
+ "version": "2.1.19",
4
4
  "description": "Enhanced Sanity.io plugin development experience",
5
5
  "keywords": [
6
6
  "sanity-io",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/plugin-kit",
3
- "version": "2.1.18",
3
+ "version": "2.1.19",
4
4
  "description": "Enhanced Sanity.io plugin development experience",
5
5
  "keywords": [
6
6
  "sanity-io",