@opennextjs/cloudflare 0.4.7 → 0.4.8

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.
@@ -1,6 +1,7 @@
1
+ import { randomUUID } from "node:crypto";
1
2
  import Enquirer from "enquirer";
2
3
  export async function askConfirmation(message) {
3
- const questionName = crypto.randomUUID();
4
+ const questionName = randomUUID();
4
5
  const enquirerAnswersObject = await Enquirer.prompt({
5
6
  name: questionName,
6
7
  message,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@opennextjs/cloudflare",
3
3
  "description": "Cloudflare builder for next apps",
4
- "version": "0.4.7",
4
+ "version": "0.4.8",
5
5
  "type": "module",
6
6
  "bin": {
7
7
  "opennextjs-cloudflare": "dist/cli/index.js"
@@ -63,7 +63,7 @@
63
63
  "dependencies": {
64
64
  "@ast-grep/napi": "^0.34.1",
65
65
  "@dotenvx/dotenvx": "1.31.0",
66
- "@opennextjs/aws": "https://pkg.pr.new/@opennextjs/aws@727",
66
+ "@opennextjs/aws": "https://pkg.pr.new/@opennextjs/aws@733",
67
67
  "enquirer": "^2.4.1",
68
68
  "glob": "^11.0.0",
69
69
  "yaml": "^2.7.0"