@notionhq/custom-blocks-dev-shell 0.1.8 → 0.1.10

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
@@ -38,6 +38,8 @@ from `node_modules`:
38
38
 
39
39
  ## Requirements
40
40
 
41
- - Node.js >= 20.19 (per Vite's own minimum for dev servers).
42
- - The worker's dependencies installed (`npm install`), including `vite` and a
43
- build script that emits `dist/index.js`.
41
+ - Node.js >= 20.19 for the shell itself. Use Node.js >= 22 for the standard
42
+ Notion worker projects.
43
+ - The worker's dependencies installed (use its declared package manager; the
44
+ standard projects use `pnpm install`), including `vite` and a build script
45
+ that emits `dist/index.js`.