create-ncblock 0.0.8 → 0.0.9

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-ncblock",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
4
4
  "description": "Create a Notion custom view block project.",
5
5
  "type": "module",
6
6
  "bin": {
package/scripts/init.ts CHANGED
@@ -522,7 +522,7 @@ async function main() {
522
522
  const blockOrCollectionDefault = process.env.BLOCK_ID || "skip"
523
523
  const blockOrCollectionId = (
524
524
  await ask(
525
- "Collection URL or block ID:",
525
+ "Database URL/ID (enter to skip):",
526
526
  blockOrCollectionDefault,
527
527
  args.collection as string | undefined,
528
528
  )
package/sdk-version.json CHANGED
@@ -1 +1 @@
1
- {"version":"0.0.9"}
1
+ {"version":"0.0.10"}