UNPKG

@sanity/scheduled-publishing

Version:

> [!IMPORTANT] > As of [v3.39.0](https://www.sanity.io/changelog/e6013ee5-8214-4e03-9593-f7b19124b8a3) of Sanity Studio, this plugin has been deprecated and the Scheduled Publishing functionality has been moved into the core studio package. > Read more an

12 lines (10 loc) 290 B
const { showIncompatiblePluginDialog } = require('@sanity/incompatible-plugin') const { name, version, sanityExchangeUrl } = require('./package.json') export default showIncompatiblePluginDialog({ name: name, versions: { v3: version, v2: '^0.2.1', }, sanityExchangeUrl, })