@sanity/plugin-kit 2.1.11 → 2.1.12
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/lib/package.json
CHANGED
|
@@ -60,7 +60,7 @@ function addDevDependencies(options) {
|
|
|
60
60
|
semantic-release preset injected.
|
|
61
61
|
|
|
62
62
|
Please confer
|
|
63
|
-
https://github.com/sanity-io/plugin-kit/blob/main/docs/
|
|
63
|
+
https://github.com/sanity-io/plugin-kit/blob/main/docs/semver-workflow.md
|
|
64
64
|
to finalize configuration for this preset.
|
|
65
65
|
`.trim()));
|
|
66
66
|
});
|
package/package.json
CHANGED
|
@@ -60,7 +60,7 @@ async function addDevDependencies(options: InjectOptions) {
|
|
|
60
60
|
semantic-release preset injected.
|
|
61
61
|
|
|
62
62
|
Please confer
|
|
63
|
-
https://github.com/sanity-io/plugin-kit/blob/main/docs/
|
|
63
|
+
https://github.com/sanity-io/plugin-kit/blob/main/docs/semver-workflow.md
|
|
64
64
|
to finalize configuration for this preset.
|
|
65
65
|
`.trim()
|
|
66
66
|
)
|