create-awarizon-app 1.0.1 → 1.0.3

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/dist/index.js CHANGED
@@ -130,12 +130,12 @@ program.name("create-awarizon-app").description("Scaffold a new project with the
130
130
  await processTemplate(dest, projectName, apiKey);
131
131
  spinner2.stop("Template copied.");
132
132
  if (!opts.skipInstall) {
133
- spinner2.start(`Installing dependencies with ${pm}\u2026`);
133
+ p.log.step(`Installing dependencies with ${pm}\u2026`);
134
134
  try {
135
- execSync(installCmd(pm), { cwd: dest, stdio: "pipe" });
136
- spinner2.stop("Dependencies installed.");
135
+ execSync(installCmd(pm), { cwd: dest, stdio: "inherit" });
136
+ p.log.success("Dependencies installed.");
137
137
  } catch {
138
- spinner2.stop(chalk.yellow("Install failed \u2014 run it manually."));
138
+ p.log.warn("Install failed \u2014 run it manually.");
139
139
  }
140
140
  }
141
141
  const langLabel = lang === "js" ? "JavaScript" : "TypeScript";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-awarizon-app",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "description": "Scaffold a new project with the Awarizon Web3 SDK",
5
5
  "keywords": [
6
6
  "awarizon",
@@ -10,7 +10,7 @@
10
10
  },
11
11
  "dependencies": {
12
12
  "@awarizon/react-native": "^1.0.2",
13
- "@awarizon/web3": "^1.3.0",
13
+ "@awarizon/web3": "^1.3.1",
14
14
  "@expo/vector-icons": "^14.0.2",
15
15
  "expo": "~51.0.0",
16
16
  "expo-constants": "~16.0.2",
@@ -10,7 +10,7 @@
10
10
  },
11
11
  "dependencies": {
12
12
  "@awarizon/react-native": "^1.0.2",
13
- "@awarizon/web3": "^1.3.0",
13
+ "@awarizon/web3": "^1.3.1",
14
14
  "@expo/vector-icons": "^14.0.2",
15
15
  "expo": "~51.0.0",
16
16
  "expo-constants": "~16.0.2",
@@ -9,8 +9,8 @@
9
9
  "lint": "next lint"
10
10
  },
11
11
  "dependencies": {
12
- "@awarizon/react": "^1.4.0",
13
- "@awarizon/web3": "^1.3.0",
12
+ "@awarizon/react": "^1.4.1",
13
+ "@awarizon/web3": "^1.3.1",
14
14
  "next": "14.2.5",
15
15
  "react": "^18",
16
16
  "react-dom": "^18"
@@ -9,8 +9,8 @@
9
9
  "lint": "next lint"
10
10
  },
11
11
  "dependencies": {
12
- "@awarizon/react": "^1.4.0",
13
- "@awarizon/web3": "^1.3.0",
12
+ "@awarizon/react": "^1.4.1",
13
+ "@awarizon/web3": "^1.3.1",
14
14
  "next": "14.2.5",
15
15
  "react": "^18",
16
16
  "react-dom": "^18"
@@ -10,8 +10,8 @@
10
10
  "lint": "eslint ."
11
11
  },
12
12
  "dependencies": {
13
- "@awarizon/react": "^1.4.0",
14
- "@awarizon/web3": "^1.3.0",
13
+ "@awarizon/react": "^1.4.1",
14
+ "@awarizon/web3": "^1.3.1",
15
15
  "react": "^18.3.1",
16
16
  "react-dom": "^18.3.1"
17
17
  },
@@ -10,8 +10,8 @@
10
10
  "lint": "eslint ."
11
11
  },
12
12
  "dependencies": {
13
- "@awarizon/react": "^1.4.0",
14
- "@awarizon/web3": "^1.3.0",
13
+ "@awarizon/react": "^1.4.1",
14
+ "@awarizon/web3": "^1.3.1",
15
15
  "react": "^18.3.1",
16
16
  "react-dom": "^18.3.1"
17
17
  },