create-ncblock 0.0.7 → 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 +1 -1
- package/scripts/init.ts +1 -1
- package/sdk-version.json +1 -1
package/package.json
CHANGED
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
|
-
"
|
|
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.
|
|
1
|
+
{"version":"0.0.10"}
|